WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL
CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
Answer / raju
Place file in your script folder and use
Filename = Environment(“TestDir” ).value & “\Filename”
(or)
ExecuteFile "(*.vbs) path"
| Is This Answer Correct ? | 1 Yes | 0 No |
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
will QTP accepts javascript?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
How to creating an output value using quicktest professional?
how to disable the pop ups through QTP using a script
what is the Descriptive Progarmming? how it is help to testers in QTP?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
what is regular expression how will you implement it?
What is the difference between keyword view and expert view?
where is the bitmap checkpoint be saved
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
Diff. between keyword driven Data driven testing?