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
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.
How can you identify the browser and its information using the qtp script?
How does quicktest professional (qtp) identifies the object in the application?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How many types of trigger events are there in qtp?
Explain advantages and disadvantages of ddf?
What is object spy in quicktest professional?
How can we conduct U-I Testing by using QTP??????
Explain how you can find length of array in qtp?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
How will internal and external links be validated and updated? how often?
Can we record using all the modes in a single script? Explanation with example is appreciated
Approach for Installation,comaptibility,system testing
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this