what is the difference between Reusable action and external
action?
Answers were Sorted based on User's Feedback
There are 3 types of actions available in QTP:-
1)Non-Reusable 2) Usable and 3) External actions.
Non-Reusable action can only be called once in your test. It can not be called in any other test. Resuable action can be called multiple times in your test as well in other test and when it is called in another test then it becomes external action.
External action will be a read only untill you saved it locally in your test.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / 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 |
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
What is the Difference Between Quick Test Pro and Quick test professional?
waht is the diff b/w Environment variable and Global variable in qtp?? explain types of variable in qtp??
How can you close the second opened browser?
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
Hi, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...and also let me know is there any other automation tool availabe to automate Microsoft Dynamic Navision. Thanks Sandip. +91-9714177088
w is datatable
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Can we put more than one action in a single script???? yes or no.....