How to call Datable values in the QTP program.
exp: I have two parameters like Email id and Password
this two i would like to add multiple entries in the datable
to use it.
What is the difference between Gobal/Action datatable
Answer Posted / xyz
datatable.rawvalue("emailid",dtglobalsheet)
datatable.rawvalue("password",actionsheet)
global represents the iteration of the test,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to find a window is minimized or not
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Hi All, How to get repeated word in string . Thanks Balaji
What are the types of object repositories? Which one is you using?
How to use descriptive programming?
how u will evaluate the tool for test automation?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
what QTP Options do you know?
Explain features of the latest version of qtp/ uft 12.1?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
How many number of actions possible in qtp?
What does it mean when a check point is in red color? What do you do?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.