If I want to run more than one test (With different
functionality) with in one script, then what i do? plz.
explain with any example.
Answers were Sorted based on User's Feedback
Answer / shahadat khan
Hey Sandeep,
you can use Test batch runner tool in QTP. go to start menu
and click quick test professional->tool->Test batch runner;
test batch runner will be open.you have to add tests and
run.
Thanks,
Shahadat Khan
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sibaram samal
You can also go for driver script method
SIVRAM
| Is This Answer Correct ? | 0 Yes | 0 No |
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
why was automation used in the project?
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
For which type of projects the iterative model is not suitable?
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer
why do we go for Test Automation?
There are some links on the web page,write a script to count and click those links and check the text on the page displayed on clicking the links.
what is the use of automation objective model?where is used? plz tell me
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.