How do we find Effectiveness of Test Cases..Thanks in
advance...
Answers were Sorted based on User's Feedback
Answer / sameer
Test case effectiveness is identified as the number of
defects that have been highlighted after executing the
predefined number of test cases.
Test case effectiveness = (number of defects identified)/
(number of test cases executed)
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / raju
writing test cases which have the probability of finding
more bugs with less effort is effective testing.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / khyati
The extent to which test cases were able to uncover defects.
i.e: (Number of defects reported using test cases / Total
number of defects) * 100
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / farzana
A test case covering maximum number of possible scenarios
is considered to be most effective test case baby
| Is This Answer Correct ? | 0 Yes | 6 No |
What is Entry and Exit Criteria? When and how we will consider them? Can any one explain this Question.
What are the different test levels
6 Answers IBM, Riphah International University,
What is class in Testing.
what is difference between Sanity testing and Smoke testing?
Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.
2 Answers JPMorgan Chase, Zenith,
How does one do Ad-hoc Testing?
what is the format for usecase?
if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do?
integration testing is followed by a)unit testing b) system testing c) acceptance testing d) regression testing
hi guys...every test engineer have strong knowledge on SQL....but i have zero knowledge on sql......pls suggest me which one i need.. to get strong knoledge on sql .... learn SQL SERVER or ORACLE?
how to intaract with clint? which purpose? plz tel me
If I have a dialog in which there is a text field that when I enter “abcd”, hit <enter> and the output comes out “8”, how do you test it?