how to use import and export sheet methods in qtp
when ever we want to use the data from excel on the time we
can import the data from excel to QTP
Ex:
datatable.importsheet "path",sourcesheet, destination sheet.
after completion of work we send to the result to the
higher person on time we can use Export method
ex:
datatable.exportsheet "path",localsheet no.
raju.ippali@gmail.com
9823257761
| Is This Answer Correct ? | 5 Yes | 1 No |
What is error handled other than recovery scenario manager?
To which environments does a QTP support?
How to supress warnings from the "Test results page"?
Suppose I want fail that check point? How can you do that?
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
What kind of errors can b handled in QTP in real time scenario?
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?
what is the data driven testing?
what type of framework u r using in ur organization
Explain the concept of object repository?
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?