HOW DO U CALL A ACTION IN QTP?
Answers were Sorted based on User's Feedback
Answer / usha, usha_0383@yahoo.com
we calla a action in QTP by using RunAction statement
Syn: RunAction "Action1[called testname]", oneIteration,
parameters
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / a.thirumalareddy@gmail.com
by using call to copy of action and call to existing action we can call the actions.
if we use call to copy of action, we can call nonreusable as well as reusable actions, and we can modify the script, and we can call many times and one action sheet will be added in datatable when ever you called (per every calling you get one action sheet)
if we used call to existing action we can call only reusable actions (in QTP 9.5 above all actions are reusable only) and the script is read only (we can not modify the script), and there will be only one action sheet if we call more than once also
| Is This Answer Correct ? | 1 Yes | 5 No |
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
what is the difference between link and hyper link?
I have 3 browsers i want to give facebook url in 2 nd browser using qtp
How to Identify broken links in QTP
Explain types of output values?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
c language is thre but what is the purpose of c++, java is there but what is the purpose of Advanced java ....why these are all versions are coming...whta is the problem?
.how will you load the object during runtime
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
How to write business scripts using object repository with different scenarios
Hi, How to give drop down values as input [Variable] from data table in QTP? If u know share with me.