how do we add a new sheet to data table in QTP?
Answer Posted / aparna
In two ways we can create data table
1)By creating different actions in test we can create data
table for that action.
2)Dynamically we can create data table as
datatable.addsheet <sheet name>
The created sheet called as virtual sheet and we can call
it in any action by using
datatable.getsheet "sheet name" method
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
Get the count of files of similar types from a folder.
Is QTP supports Unix. If yes, then how the test automation is done?
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
Hoe can we do retesting using functions please give the code for it using login page
How to suppress warnings from the test results page?
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
why text area checkpoints cannot used for web applications
can anyone tell me from where i can download qtp demo or crack version
What test you perform mostly? Regression or retesting in your testing process?
Explain the features and benefits of quick test pro(qtp)?
Explain about business process component? types and usage?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
How often were they executed?
Through array we can execute the testcase how ? give me example