Can I import a excel sheet in Action1 datatable? How?
Answers were Sorted based on User's Feedback
Answer / nagk24
we should not give parantesis
datatable.importsheet"path of excel","excell sheet name","action id(or)action name"
datatable.importsheet"d:\data.xls","sheet1","Action1"
| Is This Answer Correct ? | 9 Yes | 0 No |
can u Give Procedure to Handle Pop Window & write Code for that
what are the qtp tester responsibilities?
Can you do more than just capture and playback?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Function to convert lowercase to uppercase in QTP Pls anybody can give the answer.. Thanks in advance...
When a requirement is given to u to automate , What is ur basic approach ?
How to suppress warnings from the test results page?
What is difference in global and action sheet in qtp?
How many types of recording modes in qtp? Describe each type with an example where we use them?
Hi,All How to create a link in excel sheet using qtp
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?