in howmany ways you perfrom batchtesting
Answers were Sorted based on User's Feedback
Answer / naresh
I hope its in only one way. By going into
Start-> Programs-> QuickTestPro-> Tools-> Test Batch Runner
Here, you can call any number of scripts and run at once.
All the scripts are run one after the other in the order
they are placed in batch runner.
Plz correct me if i am wrong guys..
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sani
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 ? | 1 Yes | 0 No |
Answer / balkisri
If our test cases are automated then by selecting "Run
Testset" all the test scripts can be executed. In this
process the Scripts get executed one by one by keeping all
the remaining scripts in "Waiting" mode.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / goutham
Automation Batch Testing in WR and in QTP is like running
the whole "TEST SET" at testing session by selecting Run
Test set from the Execution Grid. If our test cases are
automated then by selecting "RUN TEST SET "all the test
scripts can be executed by this process the Scripts get
executed one by one line by line keeping all the remaining
test scripts in Queue or Waiting mode untill this process
completed which batch is executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / narender reddy alala
in 2 ways we can do the batch testing,
1. test batch runner
2.Run action command with parameter
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pdp
We can do using test batch runner. In qtp 11.5 we can run more than one test a time.no more waiting mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many ways we can parameterize data in quicktest professional (qtp)?
What is the limitation to XML Checkpoints?
How do you check ticket cost and ticket number in flight application?
how to acess a test in RSA?
Hi all, In Every interview interview asking one question what type of challenges you have been faced in your project?
what is defination of intergration testing?
How the exception handling can be done using QTP
Whenever we use GETROPROPERTY function.
How to capture a window in QTP?
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
I am using DataTable.ImportSheet method to import the data from an excel sheet to the Runtime DataTable of QTP. here is my piece of code DataTable.import("c:\DataSheet.xls","Members","Members") The first row headings of Members sheet of DataSheet.xls and Members sheet of QTp are matched. but the QTP is taking very long time(approximately half an hour) to import the data into runtime datatable even though the DataSheet.xls has one or two rows in it. Please let me know why this is happening and is there any alternative for impoting the data into runtime datatable of qtp ?
How to associate shared object repository to test in qtp?