how can i do QTP Certification can any 1 tell me . How 1
approch and who to approch
Answer Posted / basu
QTP is a product of HP and ISTQB is a certification.. You
should know it man before answering any Qn..
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
How can you close the second opened browser?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
what is impact analysis on regression testing?
How many types of parameters are available in quicktest professional (qtp)?
What is smart identification in QTP?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What is the registration process and examination fees?
What do you to script when objects are removed from application?
What is qtpro? What is quick test pro?
wht type of User defined functions or Java Releated functions do we write in VB scripting
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
What is the significance of “action 0” in qtp?
What is the difference between the keyword view and expert view?
In qtp, explain what is crypt object