Explain in brief about the QTP Automation Object Model.
No Answer is Posted For this Question
Be the First to Post Answer
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
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
What is the difference between Normal mode and Fast mode ?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
.qfl extension for which file? where vl use it
How will u find that how many List boxes( and check boxes) are present in one particular window
What is TOM in QTP?
Tell me about userdefined functions ?
Explain the check points in QTP?
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
In a webtable, lets say there are 10 records and 1 column. let say "image" is available for 1st,2nd and 3rd records and 4th onwards image is not available. How to recognise for that cell image is available or not?