< 1 2   Sort: Rank

List of Built-in Environment Variables in UFT
Can I get a list of UFT built-in environment variables in UFT? Here is a list of UFT built-in environment variables in UFT: Environment.Value("ActionItera tion")Environment.Value("ActionName" )Environment.Value("LocalHostNa me")Environment.Value("OS") Environment.Value("OSVersion") Environment.Value...
2018-05-08, 4910🔥, 0💬

What Are Environment Variables in UFT
What Are Environment Variables in UFT? Environment variables in UFT are information about the execution environment of the test script. Environment variables are accessible using the built-in object method: Environment.Value(variable_nam e).Environment variables are divided into 3 categories: 1. Bui...
2018-05-08, 3352🔥, 0💬

Developing Test Script Code
Where to find tutorials on Developing Test Script Code with UFT? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Developing Test Script Code with UFT. What Are Environment Variables in UFT List of Built-in Environment Variables in UFT Set User-...
2018-05-08, 2358🔥, 0💬

Test Script Coding with Web Page Objects
How to write test script code with Web page objects? I have captured enough objects with Object Spy. You can follow these suggestions when writing test script code with Web page objects: 1. Use the following code to access a specific browser object: objBrowser = Browser(browser_name) 'For example: o...
2018-05-08, 1793🔥, 0💬

Using UFT (Unified Functional Testing)
Where to find tutorials on Using UFT (Unified Functional Testing)? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using UFT (Unified Functional Testing). Start UFT (Unified Functional Testing) Create New Test in UFT Enter Script Statement in U...
2018-03-28, 2697🔥, 0💬

Save and Open "Test Batch Runner" Files
How to save and open "Test Batch Runner" Files? You can follow this tutorial to save and open "Test Batch Runner" files: 1. Start "Test Batch Runner". You see "Test Batch Runner" starts with an empty test batch list. 2. Click "Tests &gt; Add Test from Folder" menu to add multiple UFT test case f...
2018-03-04, 3506🔥, 0💬

Add Test to "Test Batch Runner"
How to add test cases to "Test Batch Runner"? You can follow this tutorial to add test cases to "Test Batch Runner": 1. Start "Test Batch Runner". 2. Open an existing batch file or stay in the empty new batch file. 3. Click "Tests &gt; Add Test from Folder" menu. You see the "Browse for Folder" ...
2018-03-04, 3235🔥, 0💬

Start "Test Batch Runner"
How to start "Test Batch Runner" on my Windows computer? There are a couple of ways to start "Test Batch Runner" on your Windows computer: 1. Go to the "Start" button, and select "All Programs &gt; HP Software &gt; HP Unified Functional Testing &gt; Tools &gt; Test Batch Runner". You...
2018-03-04, 2627🔥, 0💬

Run Tests with "Test Batch Runner"
What Run Tests with "Test Batch Runner"? You can follow this tutorial to run tests with "Test Batch Runner": 1. Start "Test Batch Runner". You see "Test Batch Runner" starts with an empty test batch list. 2. Open an existing "Test Batch Runner" file or build a new list of tests with "Tests &gt; ...
2018-03-04, 2544🔥, 0💬

What Is "Test Batch Runner" File
What Is a "Test Batch Runner" File? A "Test Batch Runner" file is a file generated by "Test Batch Runner". It store a list of tests that you put together to run a test batch. A "Test Batch Runner" file is actually a text that you open and read it in notepad. For example, if you open C:\fyicenter\UFT...
2018-03-04, 1928🔥, 0💬

Load UFT Environment Variable File
How to Load UFT Environment Variable Files? There are two ways to load Environment Variable Files in UFT: 1. Load an Environment Variable File from the test settings. Go to "Files &gt; Settings &gt; Environment &gt; User-Defined". Check "Load variable and values from external file" optio...
2018-01-24, 6265🔥, 0💬

Set User-Defined Environment Variables
How to Set User-Defined Environment Variables in UFT? There are 3 ways to set up User-Defined Environment Variables in UFT: 1. Set up user-defined environment variables in test settings. Go to "Files &gt; Settings &gt; Environment &gt; User-Defined". Then click the "+" icon to add new en...
2018-01-24, 4245🔥, 0💬

Create Function Library in UFT
How to create Function Library in UFT? A UFT function library is just a VBScript source code file containing user defined functions. You can create function library using any text editor and save it as (.vbs) file. Function library allows you to put VBScript functions that are needed for multiple te...
2018-01-24, 2426🔥, 0💬

Format of UFT Environment Variable File
What is the Format of UFT Environment Variable Files? The Format of UFT Environment Variable Files is a simple XML file that defines a list of variables Here is a good example of a UFT environment variable file: &lt;Environment&gt; &lt;Variable&gt; &lt;Name&gt;URL&lt ;/Nam...
2018-01-24, 2151🔥, 0💬

Load Function Library in UFT Test
How to load a Function Library file in a UFT test? There are several ways to load a function library file in a UFT test. 1. Load function library with test settings - Go to "File &gt; Settings &gt; Resources". Then click the "+" icon under the "Libraries" section. Use the file browser icon t...
2018-01-24, 2055🔥, 0💬

What Is UFT (Unified Functional Testing)
What Is Introduction of UFT (Unified Functional Testing)? Introduction of UFT (Unified Functional Testing) is software provided by Micro Focus for software Automated Functional Testing. Main features of UFT are: Cross-browser and multi-platform - UFT provides real device testing on top mobile platfo...
2018-01-20, 4042🔥, 0💬

Introduction of UFT (Unified Functional Testing)
Where to find tutorials on Introduction of UFT (Unified Functional Testing)? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Introduction of UFT (Unified Functional Testing). What Is UFT (Unified Functional Testing) UFT Reference Documents Inst...
2018-01-20, 3258🔥, 0💬

< 1 2   Sort: Rank