Answer Posted / 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 |
Post New Answer View All Answers
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Explain the features of quick test pro(qtp)?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What are the types of environment variables in qtp?
What is synchronization point in QTP?
What are the factors on which script execution time is dependent?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What is the purpose of loading qtp add-ins?
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
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
What is action?
when a test case is written how u test using qtp
How to handle the exceptions using the recovery scenario manager in qtp?
What is Curd testing?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);