datatable.Import("E:\Programming Samples\QTP
Samples\OrderNumbers.xls")
Asume we have 4 records in datatable
Code reads the 4 rows in the sheet ok, but does it 5 times?
It doesn't sound like closing the datasheet is the problem
Can we close the datasheet runtime ?
Answers were Sorted based on User's Feedback
Answer / nath .t
u have entered 5 records in datatable. may be u have
deleted after one record but u have n't deleted the row
that's why it's taking 5 times. if u delete what u have
removed data row then it will run 4 times only.
| Is This Answer Correct ? | 1 Yes | 0 No |
Because the iteration counts needs to be set "run one iteration only" under run settings. If you have set it to "run on all rows". It will loop the run based on no of rows available.
| Is This Answer Correct ? | 0 Yes | 0 No |
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
what is throw object ?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.
What are the views available in quicktest professional (qtp)?
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
What are the versions of qtp,What are the differences b/n them?
What are the different ways to invoke an application using QTP?
Write a QTP script to print all the link names displayed in a web page
i have 100 manual test cases, how to automate from no 1. ols detail steps
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
How software automation specialist enter steps in the Expert View?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?