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 |
In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
in howmany ways you perfrom batchtesting
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.
what is defination of regression testing?
How many test scenarios you have automated? How many time it will take to execute 30-40 scenarios? What SDLC model you are following? How often you will execute your test scripts? Because of some changes, your test scripts failed? When you will update your test scripts? How much time it will take to update? Do you know how to connect database? Do you know the direct method to count no. of records (or) rows present in record set once query is executed? How will you create the connection string? How did you resolve conflicts present in Object Repository? How good you are in VB? How will you work on Excel Application? How will you select Excel sheet? If you want to select 10 sheets, will you create 10 separate objects? Given string is “abcd”. What are the methods you will use to display “dcba”? Drives script – explain the frameworks? How you are updating results for each test? What is start up, configuration, navigation scripts? If you are not able to understand the application (some module), who will teach you? What test cases to be automated? When to be automated? What is the testing process you are following? What life cycle you are following? When you will use Descriptive Programming? Do you have the permission to add objects into shared object repository? (OR) someone will maintain SOR? Do you know how to add objects into shared object repository? How many test cases you have automated? How much time will it take to execute? What is complex in automation? When you feel automation is complex? Tell me one scenario, the complex functionality you have automated in your project? Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet. Rate yourself in SQL? Display the employee name who is getting maximum salary? sal ID Salary name 001 100 002 500 003 300 ID 001 002 003 Ename A B C Have you written any test cases while you are in Automation? Manual Testing also will you do or you will work only in automation?
What is the current version of QTP and now it is the product of Mercury or HP
What is throw object?
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
Give the syntax to load function at run time.
How to change the screen name while running the test.
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?