Batch testing in howmany ways u perfrom in QTP
Answers were Sorted based on User's Feedback
Answer / santhosh
In Qtp especially for Batch testing we have only one tool
called TEstBatch Runner
start->QuicktestProfessional->tools->Testbatch Runner
then the Testbatch runner window will be opened and now add
all the QTP Testscripts by cliking on "Add" Button,after
adding all the test scripts go for "Run"button now all the
QTP testscripts which are in that batch will run
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sandeep
Although this TEST BATCH RUNNER is good tool. Till it will
do following things
1 Open test
2 Run it
It will not do the settings like Adding functions.
Setting up the repository, recovery scenearios etc.
I think it is better to write VB Script which does
following taks.
1 Open Test
2 Link all functions,Object repositroy, recovery scenarios
etc.
3 Run test
This is more dynamic in nature. Even if new function in
your framework gets added till it is not a big issue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nani4urs
Batch Testing can perform in 2 ways
1.Run Action name ,one iteration
we can use this command and we can run number tests one by
one.
the exit of first action is the base of second action.
eg: Run Test1, one iteration
Run Test2, one iteration
2.Test batch runner Tool.
| Is This Answer Correct ? | 1 Yes | 2 No |
WHAT IS ENVIRONMENT VARIABLES?
How many actions we can write in a test?
write a function to read the items from Combobox of Flight Reservation application and save in excel.
How many types of recording facility are available in quicktest professional (qtp)?
What is the use of breakpoint in qtp?
how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks
Without using gui map editor we can recognize the application in winrunner ?
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
What is SQL injection?
How smart identification works in qtp ?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
How many ways we can parameterize data in QTP ?