how to capture tool tip in QTP and which check point is
needed
Answer Posted / raja srinivas
through accessibility checkpoint we can test it
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How does you pass optional arguments in qtp?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
What Folder Structure following in Keyword Driven Frame work?
How is UFT 11.5 version different from UFT 12.0?
When and why to use descriptive programming?
Can launch two instances of qtp on the same machine?
how will load the object during runtime?
how to do the batch testing in test director using manual testing procedure?
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 do you do batch testing in wr and is it possible to do in qtp, if so explain?
What are the different types of recording modes?
Both static and dynamic arrays are handled by the vb script. Is it true?
Explain different checkpoints in qtp.
How to release all resources file from the QTP?
How to find array size in qtp?