How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
Answer Posted / raheem
goto 50th step right click on it and select RUN FROM STEP and goto 100th line where put BREAKPOINT otherwise rightclick on 100th step and selects RUN TO STEP
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the file extension of the code file and object repository file in QTP?
Does QTP record on Objects created on XWindows Environment?
Is it possible to change the property value at runtime? How it is possible?
Give the syntax to import/export xls into qtp.
banking domain description for software tester for interview
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
what is run-time data?
Explain step generator in qtp?
how to test use the quality control .how to verify the image verification
Define virtual object?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Have you used xml check point in your project? How?
How to test results for qtp ?
Explain the types of object repositorys in qtp?
Tell me one scenario, the complex functionality you have automated in your project?