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 Posted / 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 |
Post New Answer View All Answers
Can the user toggle between using Local OR and shared OR for the same action?
Explain the Different types of QTP test assets and their extensions?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
How does QTP identify an object?
Explain the types of object repository?
after initiating one project for testing, when exacltly QTP tester role starts?
Should have experience in framework means?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
How to explain a banking project in interview as a test engineer???
How to define array in qtp?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Where you are storing your script?
What is a quick test professional?
Is QTP supports Unix. If yes, then how the test automation is done?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression