What is the pros and cons between QTP and Rational Robot
No Answer is Posted For this Question
Be the First to Post Answer
Hi can anyone pls suggest how to fetch username(system login name)and system name in to qtp.I am not using TD or QC.Thx
How does qtp identify objects in the application?
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 is the frame work your using in automation testing
Explain about opening notepad in QTP and writing of test result in notepad?
What the differences are and best practical application of each.
How you debug your script?
How to Map network drive in QTP
How to convert manual test cases to automated testcases
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
Explain about the Test Fusion Report of QTP ?
What is recovery scenario in qtp?