what is reusable action and how the same can be implemented
(process)?
Answers were Sorted based on User's Feedback
Answer / aravindh
HI, A Re-Usable Action is one which can be reused by other
Actions or Tests. By default, an Action is Non-Reusable.To
make an Action Reusable,
1.Open the Action
2.Edit-->Action-->Action Properties-->
3.select the "Reusable Action" Checkbox.
| Is This Answer Correct ? | 2 Yes | 2 No |
what is vmodel?advantages and disadvantages of vmodel?
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
What is Virtual Users?
Hi,Every one,my name is RAHUL,aim wondering if any one got QTP software? If yes,can u plz knock on to gchinthakindhi@gmail/yahoo.com. THANK U.
what is the abbrivation of .mtr in action reposirtory?
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
Use of environment variables?
Can we put more than one action in a single script???? yes or no.....
Does QTP recognize two diff browser's at a time..?if possible how..? Is it possible run scripts on Mozilla which are recorded on IE..?..How..?
12 Answers IBM, Semantic Space, TCS,
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
How do I modify a value of an elemnt which is not the first one in xml file? My sample XML file is like: <Environment> <Variable> <Name>Name</Name> <Value>Uday Kumar</Value> </Variable> <Variable> <Name>Designation</Name> <Value>Senior Software Engineer</Value> </Variable> </Environment> for example, I'd like to change the value 'Senior Software Engineer' to 'Student' in the second element. How do I do it in QTP?
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?