write a qtp code to display all the items in the fly from
combo box or list box
Answer Posted / pramija
n= window("flight reservation").WinComboBox("Fly
From:").GetContent
print (n)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to carry out bit map check points in QTP
Discuss quicktest professional (qtp) environment?
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 the difference between Keyword Driven test and Data Driven test?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
What is throw Object?
terminal services client
What is quicktest professional?
When to use shared and local object repository?
what is profile tool?
What are the features and benefits of quick test pro (qtp 8.0)?
What is expert view and keyword view?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
What are the common defects found in your project? (in qtp interview)
Explain the concept of object repository and how quicktest professional recognises objects?