What is the exact difference bet function and action in QTP
Anybody can explain it in detail..Thanks in advance..
Answer Posted / prem
Action- Action is nothing but a step performed by user.
Action is catagorized in two parts
Reusable action,usable action.
Function-In that action what functionality u r written to
check that function is working properly or not.
e:g - if you write a script for the login page,the total
script is written for the login page is a action,and the
script was written for the login page is the
function,because main functionality in the script is login
the page.
if it wrong reply me
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In qtp, how you can use xpath to identify objects?
How to save your test using quicktest professional?
How many types of object repository in qtp?
How many types of parameters are available in quicktest professional?
Why bpt?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
How to data driven test for Win objects in QTP ?
what is stepin & stepout?
How to modify object property in qtp ?
any body can you help me what is the script to automate an comand promt
Explain the concept of how quicktest professional (qtp) identifies object?
Why do we use breakpoints in QTP?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?