1 2 >   Sort: Date

Open and Close Internet Explorer
How to Open and Close Internet Explorer with UFT script? One way to open and close Internet Explorer with UFT script is to use the built-in class subroutine and method: 1. SystemUtil.Run cmd, options - A subroutine that runs a command or program like Internet Explorer. Note that subroutine arguments...
2018-05-19, 9385🔥, 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 > Settings > Environment > User-Defined". Check "Load variable and values from external file" optio...
2018-01-24, 6255🔥, 0💬

Script.mts - UFT Test Script Code File
Where is the test script code stored? I have just saved my test in UFT. After saving your test in UFT, your script code will be stored in a file called "Script.mts" in the "Action1" sub-folder. \fyicenter\UFT\Tests\Case_1_Ad d_User\Action1\Script.mtsThe script code file "Script.mts" is actually a te...
2018-06-12, 5059🔥, 0💬

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, 4886🔥, 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 > Settings > Environment > User-Defined". Then click the "+" icon to add new en...
2018-01-24, 4218🔥, 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, 4006🔥, 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 > Add Test from Folder" menu to add multiple UFT test case f...
2018-03-04, 3469🔥, 0💬

Open Result in "Run Results Viewer"
How to open result in "Run Results Viewer"? You have "Run Results Viewer" started, you can follow this tutorial to open any result generated from any previously execution of any UFT tests. 1. Click "File > Open" menu. You see the "Open Run Results" screen. 2. Select and set "Test name" to the...
2018-06-01, 3352🔥, 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, 3339🔥, 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, 3230🔥, 0💬

Start UFT (Unified Functional Testing)
How to Start UFT (Unified Functional Testing)? There are a couple of ways to start UFT (Unified Functional Testing) on your Windows computer: 1. Go to the "Start" button, and select "All Programs > HP Software > HP Unified Functional Testing > HP Unified Functional Testing". You...
2023-07-02, 3209🔥, 1💬

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 > Add Test from Folder" menu. You see the "Browse for Folder" ...
2018-03-04, 3206🔥, 0💬

Start "Run Results Viewer"
How to start "Run Results Viewer" on my Windows computer? There are a couple of ways to start "Run Results Viewer" on your Windows computer: 1. Go to the "Start" button, and select "All Programs > HP Software > HP Unified Functional Testing > Run Results Viewer". You see "Run Re...
2018-06-01, 3193🔥, 0💬

Record Web Test Case with UFT
How to a record Web test case with UFT? If you want to record a Web test case with UFT, you can follow this tutorial: 1. Start Internet Explorer with http://facebook.com. 2. Create a new UFT test and open the Action1. Then enter the following statements: SystemUtil.Run "iexplore.exe", "http://facebo...
2018-05-19, 2811🔥, 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, 2674🔥, 0💬

UFT Test Result Files
Where are UFT test result files are located? I have just finished a test run. You can follow this tutorial to view locations of UFT test result files. 1. Open your test in UFT and run it. 2. Wait for the test to finish. 3. Open Windows Explorer and go to the Test location. For example, "\fyicenter\U...
2018-06-06, 2670🔥, 0💬

Create New Test in UFT
How to create a new test in UFT (Unified Functional Testing)? You can follow this tutorial to create a new test in UFT: 1. Start UFT (Unified Functional Testing). 2. Click "File > New > Test..." menu. You see the "New Test" dialog box. 3. Select "GUI Test" as the test type and enter th...
2018-06-12, 2644🔥, 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 > HP Software > HP Unified Functional Testing > Tools > Test Batch Runner". You...
2018-03-04, 2594🔥, 0💬

UFT Reference Documents
Where to find UFT reference documents? You can find UFT reference documents at the Unified Functional Testing Help Center . It provides the following documents: Get started with UFT . UFT Tutorials : Introducing Unified Functional Testing - Learn general testing concepts and basics about navigating ...
2019-03-26, 2559🔥, 1💬

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 > ...
2018-03-04, 2516🔥, 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, 2403🔥, 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, 2348🔥, 0💬

Enter Script Statement in UFT Test
How to enter script statements in a UFT test? Test script statements in UFT are organized into multiple actions. By default, when a new UFT test is created, an empty default Action is created and named as "Action1". You can follow these steps to open "Action1" and enter some script statements: 1. Cl...
2023-06-01, 2155🔥, 1💬

💬 2023-06-01 Raju: very informative and easy step by step tutorial

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: <Environment> <Variable> <Name>URL&lt ;/Nam...
2018-01-24, 2141🔥, 0💬

1 2 >   Sort: Date