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 |
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?
how i can delete the excel process for the task manager using QTP
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How can we upload pdf files in qtp?
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
what are the qtp tester responsibilities?
What is the use of running the scripts in Hidden-mode in UFT?
How to test results for qtp ?
What are the Disadvantages of shared object repository?