how do pass parameters from one action to another action
Answer Posted / ravi_kanakam
We can pass parameters from one action to another action in
the following three different ways.
1. Datatable
2. Action parameters
3. Environment variables
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between run time object and test object?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Whether qtp 9.0 supports Test director8.0
What are the five challenges you faced in QTP?
What is the difference between keyword view and expert view?
How you can find length of array in qtp?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How to analyzing test results using quicktest professional (qtp)?
What is the purpose of loading qtp add-ins?
What are the advantages of parameterization ?
HOw to add the recovery file at runtime to the test file .
What is the use of ordinal identifier in qtp?
Explain in brief about the qtp automation object model (aom).
Hi, how can we check or avoid the memory leakage in QTP9.2?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me