What is an exit criteria?
No Answer is Posted For this Question
Be the First to Post Answer
what are the main challenges faced in ur project?
How to do Performance Testing manually for a Flash Application?
Wht is the Test Harness, Anybody can explain it in Detail..Thanks in advance...
What is an equivalence class
hi can any one suggest how to write test case for a text box regarding its hight and width. How do you know that the text box having correct hight & Width?
what is mutation testing? when it is use in the phase?
what is error handling in qtp
What are the different types of testing
How to do test if we have minimal or no documentation about the product?
Build is going to be delivered in another 30 mins.At that time you have find an critical failure. What will u do ?
What is difference between individual test team testing and self testing by developer? give pros n cons.
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif