Explain the concept of how quicktest professional identifies object?
Have you done batch testing in qtp? If yes how you are doing?
Whenever we use GETROPROPERTY function.
Is it possible to split an action? How?
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
what r the 3 basic factor on which we determine to perform automation
what is object repository size?
i want to learn testing tools what i have to know before.iam fresher i dnt know any this..which langagues i have to before testing.
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
how can i pass parameters into function?
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
The hybrid framework can be implemented for any application. Is it true?