in how many ways you perform batchtesting?
Answers were Sorted based on User's Feedback
Answer / santhosh
We can do batch testing by using "Test Batch Runner"
Navigation:-
start->programs->QuickTest Professional->Tools->Test Batch
Runner in that again Batch->Add, Now add the QTP scripts now
goto Batch->Run to run the added QTP Scripts
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sreeprasad
Another way to run a batch test is to accumaulate them in
the Test lab tab of TestDirector and run from there
| Is This Answer Correct ? | 0 Yes | 3 No |
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
in order to start automation testing what we should require (entry level to automation testing)
Hello Guys, Can anybody Explain me about Automation framework?? and how can we prepareAutomation Framework using QTP
In website, protocol has been changed http:to https what you will do? tell me your approach?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
What is the difference between Datadriven and Parameterization?
I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail
How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
How to find the OS name by using QTP script?