Consider a scenario where there are two action sheets say
action 1 and action 2. Can Action 1 take values from action
2 data sheet or vice versa. If so, how?
Answer Posted / sreekanth
Just in the Action1 give the following :
x=datatable("place","Action2")
msgbox x
In the Action2 give the following:
y=datatable("name","Action1")
msgbox y
Just try & see ...i hope we can do it....
if not just let me know ...i will get back to u ...
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Name the properties you would use for identifying a browser and page when using descriptive programming?
Why qtp always start action1 and does not start action?
Why is Client side image is preferred over server side image?
How do you synchronization point through DP?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What is the use of running the scripts in Hidden-mode in UFT?
How many types of parameters are available in quicktest professional?
How to save your test using quicktest professional (qtp)?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Diff b/w test scenario's and test Procedures?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
Explain runtime dynamic settings?