Suppose i have given 10 test cases all the test cases should
be automated?
Answer Posted / lakshminarayana
First Step is Analysis.....
- Will it be useful for regression or smoke testing and how frequent we will do regression/smoke....
- Think about ROI
- We have to do analysis on feasabity interms of tool and framework support.
If all are Yes, then we will go for testcase automation.
Please let me know if you have any other queries...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Tell me about qtp?
Is it possible to change the values of analog recording?
How many tabs are available to view your test in a test pane and what are they?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How can we conduct U-I Testing by using QTP??????
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
what is the frame work in J-meter?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Explain object spy in qtp.
What is checking bitmaps?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
What is the use of running the scripts in Hidden-mode in UFT?
what is meant by source control?
How to use parameterization in qtp?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..