what is a good testcase?
Answers were Sorted based on User's Feedback
Answer / poo
A good test case is one that completely covers the
functionality of the object under test.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / lakshminarayana
A good test case should be
1.Effective :probability of getting defects should be more.
2.Efficient :Easy to maintain.
3.Evoluable :It should be easy to understand.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between Global and Local Data Sheets?
how to get the object property
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
How do you test the different ads displayed in the Inbox home page of Yahoo. Once u login Yahoo mail, in inbox page there will a banner, where different ads are scrolling, how do you test that using qtp?
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
any one can send me the concepts of qtp
If object is not recognized by qtp but the object is standard object what is your approach?
This is the script generated by qtp plz can anyone write the same script using descriptive programming plzzzz guys do answer. Browser("orkut - login").Page("orkut - login").WebEdit ("Email").Set "rgovard" Browser("orkut - login").Page("orkut - login").WebEdit ("Passwd").SetSecure "47525d8be4926ea2f6e96b9a3f7472b6ae38" Browser("orkut - login").Page("orkut - login").WebButton ("Sign in").Click Browser("orkut - login").Page("orkut - home").Link ("Logout").Click Browser("orkut - login").Page("orkut - login").Sync Browser("orkut - login").Close
what is difference between normal mode and fast mode?
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
how to load vbs file to qtp through scripting. plz provide the code.....