Explain the difference between check point and output value?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between link and hyper link?
How does qtp identify gui object?
Explain xml checkpoints.
how to select the work for complete automation and one more thing when u are going to choose automation
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp
how will check the links in multiple pages at a time
What are the differences between quicktest professional (qtp) and winrunner?
In automation testing Can we retest virtual object in the application after getting new version from the developers, is there any property will change for that object or it won't.?
If object is not recognized by qtp but the object is standard object what is your approach?
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
Differentiate the type of test cases which can be automated and which cannot be automated?
what is the use of VIRTUAL OBJECTS? explain ?