what is test case review?
Answers were Sorted based on User's Feedback
Answer / nitin sharma
Test case review is done to check whether test case written
are appropriate with the requirement given by client and
they are easy to execute so that they could cover the
maximum requirement.In my project,team lead do the review
of test case written by me.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / priyanka agrawal
Once the test cases are developed, SQA tester should
share-distribute-discuss those with the same team that
reviewed the requirements (SRS writer, Developers, SQA
tester, Implementation team, etc).
| Is This Answer Correct ? | 0 Yes | 0 No |
The main reason of the reviewing test cases: increase test
coverage and therefore product quality.
LEVEL'S of TEST CASE REVIEW
---------------------------
1.Defect Prevention
2.Assurance having traceability between requirement and test
cases
3.separation of developer code and test cases
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a functionality
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)
What might be the reasons for changing the status of a bug to " NOT A BUG " ?
Suppose i want to test an application with in three week, how i will prepare test strategy for this testing.? which testing types should i follow?
What are the different test deliverables?
What are Levels of Functional testing?
What is Migration testing?
Is the regression testing can call it as Retest
If there is dropdown field say Select Category. & Default category is Indian. What are the test cases for this field?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
Suppose You are a Test Lead in your company. The dead line of project is next week.But the product have only 50 percent defect free.How you handle this situation?
What is smoke test?