How many types of Actions are there in QTP?
Answer Posted / prathima kethireddy
There are totally 3 three types of Actions:
1) Non-reusable Action: The action which can't be called by
any other test apart from the one in which it is created.
2) Reusable Action: An action which can be called by any
number of tests
3) External Action: This is a reusable action, which can't
be modified in any other test. It can be just called and
used...
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How to use setroproperty?
Generic function to search for the unique link in webtable and click on it
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
what is the difference between the modular framework and datadriven frame work
can anyone tell me from where i can download qtp demo or crack version
Can any suggest me what is exposure testing?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
when a test case is written how u test using qtp
How will you find the current time of the remote machine using QTP script?
What is Distributed testing? How does UFT support it?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?