If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
Answer / varun kandpal
If an application name is changes frequently i.e while recording it has name ?Window1? and then while running its ?Windows2? in this case how does QTP handles? QTP handles those situations using ?Regular Expressions?. ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Hoe we can export TEST RESUALT IN to XL-sheet?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
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 many scripts r there in QTP? pls any answer this question?
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
what is Automation frame work and how do u used this for your project?
What is the dis advantage of check points in QTP, if any?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
How to identify 2 versions of browsers based on regular expression
How many function you use in your application?
How many types of actions are there in quicktest professional (qtp)?
Can u tell me example for virtual objects?