How can I use the value retrieved by OUTPUT VALUE check
point as Input for other Actions?
Answer / nath .t
When u selected OUTPUT VALUE, it's stored value into
datatable. we can use datatable value in any actions in
the Test.
Default OUTPUT VALUE is stored in "Global Sheet" in Test.
we can retieve the data as
x = datatable
("Spam_Skillet_Casserole_innertext_out",dtGlobalSheet")
Here in Quotes name mentioned the output checkpoint value.
like this way we can use any where in Actions in Test.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to do call a output parameter from one action to another action??/
Is it possible to change the extension of Shared object repository?
hi friends i was tried to connect qtp with oracle database using provider.i got a error.so anyone can help me out by correct script
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project
How to record objects of Windows taskbar
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
Is it a smart choice to use QTP for backend testing?
which tpye of exceptions mostly do we face in QTP
what is throw object ?
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
What is iteration?