How can you capture(Read) the values from a Table?
Answer / chivukula.kumar
if the given table is web table then we can capture the
values from web table by using this method
Browser("Browser").Page("PageName").WebTable
("TableName").GetCellData(rowindex,columnindex)
| Is This Answer Correct ? | 7 Yes | 0 No |
can we test an windows application using qtp
We have 10 rows in datatable at runtime we get error at 3rd row ? what is the procedure for continuing same test from 4th row on wards?
What is the main disadvantage of using low level and Analog modes?
How did you achieve reusability via QTP?
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to execute a winrunner script in quicktest professional?
How to test login module with different username and password by using data driven testing in QTP?
How to Compare two database tables by using QTP?Please give me code details.
How do you do batch testing in QTP, if so explain?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Whats the realtime QTP testing process