What will be the test script in QTP to test a ComboBox
where a user has to select more than two items????
Answer Posted / saravanaraja
we cant select more than one value in Combo Box.
Example: go and check in Ms-Word (Font Selection Combo Box)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Keyword Driven test and Data Driven test?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Explain the Different types of QTP test assets and their extensions?
breef description of batch testing ?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
How will you check that your test cases covered all the requirements?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Explain about business process component? types and usage?
What is text/text area checkpoint?
What are the two types of repositories available, explain them?
Explain the concept of object repository & how qtp recognizes objects?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Is any limitation to xml checkpoints?