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 |
How to save your test using quicktest professional (qtp)?
why use Description programming? what is advantages and disadvantage of this methods?
Which Databases supports for QTP?
1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.rectangel)there changing at same position how to capture that)
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
What is the maximum size of Object Repository in QTP 8.2?
hi all, I want to know about the QTP scripts, i have read more books but all areis to be a theory so how can i improve my script skills. if anybody knows about qtp scripts plz guide me and i need a sample scripts.my mail id is karthis4u@gmail.com, 9986667831 If you all have any data send it to akadi111@gmail.com
what is smart identification?
what is the difference between development and testing
I have 3 browsers i want to give facebook url in 2 nd browser using qtp
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
what is option explicit? what is the use of it?