what is basis for testcase review?
Answers were Sorted based on User's Feedback
Answer / sridhar vulli
The review of Test cases is based on the Functional /
Program specification.
A test will write test cases based on these specification.
While reviewing those test cases the reviewer has to see
that all the functionality mentioned in the above documents
are covered in the test cases.
For unit test cases the base is Program/Functional
specification.
For integration and system test cases the base is SRS.
If the company has a process of develping RTM then that
serves the need.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / chaitu.tester
Use cases and wire frames are the main source for writing
testcases
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tamilvanan.m
Simple As of my opinion, on what basis the test cases are written, on that basis the test cases are reviewed.
For ex,
If a test case is written for testing an application with different browsers, then the test case comes under Compatibility testing.So based on compatibility testing technique the test case will be examined.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / yaseen mubarak
hi this is mubarak
the main basis for the test case review is
1.testing techniques oriented review
2.requirements oriented review
3.defects oriented review.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the Difference between Client Server and a web Application?
What is SRS , BRS and FDS?
What is Bug Validation? What can be a different resultant after the same?
What are the various techniques in black box testing?
hi can anyone say how we can use test metrices in an applistion
while reading srs document if you will get any doubt, what you will do?
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000
How will u write test cases based on EQA(Equivalance class partitioning) & BVA(Boundary value analysis.?Plz explain in brief?
is it not waste of time in preparing the test condition,test case, test script?
Hi, I got an offer with maveric systems and I have around 3.5 years of work experience. But inspite of that they are asking to sign a bond for 2 years and to pledge all the original certificates for that bond. Can anybody please advice me whether its a good company or not and can i go ahead with this?
Can you explian $ pillar of Agile
Should testing be done only after the build and execution phases are complete?