what is the difference between Reusable action and external
action?
Answer Posted / nath t
Reusable Action: we can call this action in between Actions
in Test and also in between Tests. we can call this action
in two ways 1. Call copy of Action 2. call to Existing
Action.
External Action(if it is not reusable action in test): this
action we cann't call in another Tests by using Call to
Exisiting Action. But we can call this external Action to
another tests by using Call to Copy Action.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How does qtp identify objects in the application?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
explain abt dyanamic changing object with example?
What are the technologies supported by qtp?
Give the syntax to import/export xls into qtp.
What are the types of object repositories? Which one is you are using?
How do you convert manual test cases to automated test cases?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is expert view and keyword view?
What is output value? How many types of output values are there in qtp?
What is the descriptive programming?
What are the methods of the TextStream object that are used for reading from a text file?