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.



how to retrieve the value from data table to the script and using the value to be displayed in mes..

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

Post New Answer

More QTP Interview Questions

How is the Bitmap checkpoint different from Image checkpoint?

0 Answers  


how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.

2 Answers   Accenture,


Can you import and export data from XLS and how?

4 Answers  


What are the different scripting languages you could use when working with QTP ?

6 Answers  


wht is Driver in Integration testing. Anubody can answers it

7 Answers   CTS,






where is the bitmap checkpoint be saved

3 Answers  


What is Unicode Compatibility?

0 Answers   HCL,


What type of error u will get if u have not installed java add in in java project? what is the error name ?

1 Answers   Verizon,


Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.

0 Answers  


What is the difference in between function and sub as well as give some code of both

1 Answers   Wipro,


What is the difference between shared and local object repository?

0 Answers  


-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?

3 Answers   CTS,


Categories