how to retrieve the value from data table to the script and
using the value to be displayed in message box.
an also retrieve the value of the output value during
runtime to the script or separating and using that value in
the script.
Answer / nath .t
we can retrieve the value from data table.
syntax: variable = datatable("Column name","sheet name")
msgbox(variable)
| Is This Answer Correct ? | 3 Yes | 0 No |
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
How to "Turn Off" QTP results after running a Script?
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
what is the difference between DP and keyword driven framework?
how to display message with out using msgbox function?
what are the areas that cannot be tested using an automated tool? list a few
explain qtp framework by taking an example?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
can u tell me website address of VBscript with examples.