Course
UFT/QTP Tutorial for Beginners: Learn in 7 Days
Traning Summary In this course, you will learn test automation using QTP tool now called as Micro Focus...
Actions help divide your test into "logical units" or "Business Processes". Actions help create a script which is more modular and efficient.
When a script is newly created it consists of only one action. But you can add more Actions to your Micro Focus UFT Script as per requirements.
There two types of Actions
At times, if an action becomes big, it's a nice practice to split it. You can split an existing action in two ways
Actions can access test-data stored in datasheets. HP QTP provides 2 type of datasheets
The entire purpose of creating Actions is to use them in other Test Scripts. There are two methods to import Actions into a Test
Following video tutorial demonstrates Actions. It uses the vanilla Test Script created in previous tutorials with 5 steps to log in into Flight Reservation. This tutorial is the longest in all QTP tutorials and it's recommended you take notes while viewing it.
Just like Functions/Methods in programming languages you can also create input and output PARAMETERS for an action. This parameter has no relation with Test Data Parameterization learnt earlier.
If required you can use the following statement to exit an Action
While executing a QTP script with Actions, you need to consider, Global Iterations & Local Iterations
You can change the action iteration frequency by selecting Action Call Properties > Run Tab
Traning Summary In this course, you will learn test automation using QTP tool now called as Micro Focus...
What is Object Repository in QTP? Object Repository is a collection of Test Objects and...
Project Summary This Live Project will put you in an Online Corporate Test Environment. You will...
This tutorial introduces the Quick Test Professional IDE Launch UFT To launch HP QTP, In Start...
Once the script is recorded, you need to REPLAY the script to ensure the test steps have recorded...
What is Descriptive Programming? Descriptive programming is used to execute operations on an...