How do we run a test from the 3rd row of the datatable in
QTP? Leaving the first two rows we need to test AUT from
3rd row to n'th row.
Answer Posted / sankalp shukla
go to file->file setings->run tab and there u can specify
the rows frm whr to start.....
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In qtp is it possible to check broken links of a page?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What is ‘object spy’ and what is the function of object spy in qtp?
What are the different types of recording modes?
What is checkpoints for qtp?
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.
Have you used xml check point in your project?
Explain different types of action in qtp?
what is review
How many ways is to parameterize the value?
What does it mean when a check point is in red color? What do you do?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
What is different command used in command Prompt while using QTP?
How does qtp recognize objects in aut?
How will you test a keyboard?