When to use shared and local object repository?
No Answer is Posted For this Question
Be the First to Post Answer
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Can we create test script with out Step Generator?
Where you can store check point results?
Did the scripts need lot of maintenance? If yes, why?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
Can we do server automation by QTP? If you have any helpful links ,pls post it. Thanks Uma
What is XML checkpoint in QTP. How we can use in Web Based application
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
How can i select multiple items from a WebList bOX USING QTP
Any one please tell me how to create framework in QTP (in detail). Is there any website for reference?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
What are the main differences of qtp and win runner?