What is diff betwee datatable.importsheet "path" and
datatable.import
Answer Posted / bfakruddin
Datatable.importsheet:
It imports particular sheet from our desired excel file, we
can use the data available/our desired data from particular
sheet in any excel file.
Datatable.importsheet "path of the .xls file",srcsht,destsht
Datatable.import:
It imports all the data in excel file, all the data from all
the sheets with their names to our datatable in QTP
Datatable.import "path of the file"
"Can anybody tell what are the drawbacks of both?"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to use checkpoints in qtp ?
How to start recording using quicktest professional (qtp)?
How to use debug tools?
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?
who QTP recognizes the object stored in object repository?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is a Patch in QTP?
What are the two types of repositories available, explain them?
What are the recording modes in wave event?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
How to save your test using quicktest professional (qtp)?
What is the qtp testing process?
Mention the different actions types of qtp.
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?