what is mean by soi in object identification
Answer / ankit garg
Smart object identification....................
| Is This Answer Correct ? | 1 Yes | 0 No |
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)
Problem with XML checkpoint in QTP ?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
What is parameterization? What is syncronization pt.?
3 Answers Semantic Space, SRM,
Explain about the test fusion report of quicktest professional (qtp)?
How can you find Local Host Name by Using QTP?
how can i pass a "cript"as a parameter in to a function
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
What is the method for maximize the application while we using Decriptive programming in QTP?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
how to know no.of mails in our g mail by using vb-script