HOW TO DO THE BATCH TESTING USING QTP?
Answer Posted / akshara
for batch testing purpose the QTP providing one option to
you.go through like this.
start->program files->QTp->tools->Batch runner->and add the
files and save it and you contains run option run it.(must
open the QTP empty files
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is the hierarchy to use properties in descriptive programming
Explain the concept of object repository and how qtp recognises objects?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Difference between copy to action and call to action?
What is the significance of “action 0” in qtp?
How to attach a file to TD?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How to execute a winrunner script in quicktest professional (qtp)?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
How many ways we can parameterize data in quicktest professional?
What is the difference between run time object and test object?