WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
Answer Posted / srikanth
1. Select the Testcases to be automated.
2. Find the dependencys between the Testcases, for Batch
testing.
3. Prepare Testdata
4. Make sure that build would be stable, then start
Automation...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to connect to a database?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How can you handle exceptions in qtp?
What is the difference between call to existing action and copy of an action?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
what is the mail use of frame work(with detail). architecture for keyword driven frame work
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
How do know the number of browsers opened?
Name the different types of recording modes?
What are parameterizing tests?
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…..