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


Please Help Members By Posting Answers For Below Questions

Can the user toggle between using Local OR and shared OR for the same action?

733


Explain the Different types of QTP test assets and their extensions?

825


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.

1894


How does QTP identify an object?

783


Explain the types of object repository?

733


after initiating one project for testing, when exacltly QTP tester role starts?

1647


Should have experience in framework means?

1617


Please Don't mind .i want in detail the real time process i.e in each document what it contains.

1647


How to explain a banking project in interview as a test engineer???

2823


How to define array in qtp?

752


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

1703


Where you are storing your script?

823


What is a quick test professional?

907


Is QTP supports Unix. If yes, then how the test automation is done?

1937


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

1217