how to call multiple scripts in QTP at a time
Answers were Sorted based on User's Feedback
Answer / nandankumar
Open test batch runner from Start-Programs-qtp-tools-test
batch runner.
Create multiple script files and add to the test batch
runner as batch file with the extension of .mtb
when ever you require just open the batch file and select
desired scripts and execute.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / nandankumar
By Using Test Batch Runner....we can execute a group of
script files at a time.
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / sonu
could you please explain me in detail?
gimme some example...
how to use batch test by using QTP tool and can we write a
script for this?
Is This Answer Correct ? | 2 Yes | 1 No |
How to make Non reusable actions into reusable action? is that feature available in QTP
Can you brief the hurdles you faced during Automation testing?
Hi ,Can any one pleas explain how to test splash objects using QTP?
Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?
How to take screen shot of desktop by using vb script code or is there any method?
Hi all, i have installed QTP8.2 in my system. but script is not generating while recording. What is the problem? is any file missing? pls let me know anybody...Thnaks
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
I need diffrences between Object Identification, Smart Identification, Regular expresion,Low-Level Recording (enables you to record on any object in your application, whether or not QuickTest recognizes the specific object or the specific operation.) I am working on Web Application. In that object caption will change dynamically. For example, consider “Save” button. On clicking save button the caption changing as “ EDIT ”. From above concept which concept I have to use here?
what is functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp
How to convert QTP's ObjectRepository.mdb file to xml file
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
how do u handle an object without name using QTP 9.2?