How will you review test cases?
Answers were Sorted based on User's Feedback
Answer / senz
Review of TC is checking the written TCs by a colleague or
test lead in order to know that those are correct or any
misunderstandings in the requirements or anything missed
out.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sharad chaudhary
after creating test case when review will strat we are
simple checking all client requirment are fullfil and
these requirment are mation for right set of action .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / geetha
plz mail me the requirement tracibility matrix for me
also...
Mail ID:geethalakshmic@gmail.com
thanks in advance
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandeep
Utility Value: The first thing to review in a test case is its utility value. Is this test case required? Is this testing something which has already been covered in some other test case? Is this testing something too little? There has to be definite value which this test case provides. And it should test a requirement or feature which is mentioned in the specifications of the system.
Test Case Objective: When you go through the test case for review, check if you are able to understand the objective of the test case. A good test case should have a single objective. In case there are multiple objectives that are being tested, then you should recommend that the complex test case be broken down into more simple test cases.
Pre-Requisites: Does the test case require any special setup to be done before execution? Is there any action to be taken before-hand? Has this been mentioned clearly in the test case?
Steps: Does the test case contain step wise instructions to be followed for executing the test case? Can a new tester attain the objective by following the test steps? If not, then the test case writer is presuming some steps, and has missed to put in the necessary steps in the test case.
Inputs: The test case should clearly specify what values to be given as inputs in the test case. Nowhere should it have instructions mentioning, enter any number, or string, as that may cause the test case to return different results every time.
Language: The language used in the test case should be simple and unambiguous. There should be no scope for interpreting the test case in any other manner except the desired one.
Results: A good test case should clearly mention what is the expected result and behaviour of the system. Determination of whether the test passes or fails should be fairly straight forward.
Clean-up: If the test case has changed the state of the system in such a way that subsequent test cases may get affected, then it should have steps which undo these changes to ensure there is no impact on the subsequently executing tests.
Dependencies: Does this test case have any dependencies with any other test cases? Are they to be executed before or after this test case? If yes, this too needs to be clearly documented in the test case. Ideally every test case should have its own individuality with no dependencies on others. Where it cannot be avoided, then it should be documented very clearly.
Documentation: A test case should clearly mention the name of the author, the test case priority (if applicable), and the specific requirement which it tests so as to help in doing traceability to find out the test coverage.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghavendra kc
Test case review requires following check points:
1.whether test cases covered all the use case scenarios mentioned in requirement document. This can be verified by using Requirement Tracability Matrix or can prepare own xl sheet to track use case coverage
2. Whether Test Case objecive meets the functionality properly and understandable by others
3. Test Steps includes Pre condition, test steps, expected results maps the use case/requirement specification and are understandable.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akanksha goel
Please mail the Requirement Tracibility Matrix templete to
me
akankshaa410@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / amit
Hi guys,
i read above all the answers, can anyone of u plz mail me d
design with example,how does this Requirement Tracibility
Matrix looks like ? please mail me at: ontesting@gmail.com
Right now we just go through srs/frs to make test cases.
Please do this favor by mailing me this, in excel sheet.
Thnx so much,
Amit
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / srinivasreddy.b
what is exact answer i am so much confusion.
| Is This Answer Correct ? | 0 Yes | 1 No |
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Given the following: Switch PC on Start "outlook" IF outlook appears THEN Send an email Close outlook A. 1 test for statement coverage, 1 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage. 3 for branch coverage D. 2 tests for statement coverage, 2 for branch coverage E. 2 tests for statement coverage, 3 for branch coverage
We r developing one Web Site for construction company. In that Web site we have different option like About Us,Contact Us,Home,Sites,Site Map,Search Etc........ and front page of that web application contains 6 different pictures means single page contain 6 pics etc... write Test plan ,Test Scenarios,Test Case ....Plz answer this question ASAP
write a test case for student admission form
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Who will take care of test plan and test case?
test case for digital camera
write a test case for yahoo login page ? input data user:6 alpha numeric;password:10 letters....10 pstive test cases and 10 negative test cases?
5 Answers CTS, iGate, Magic Software,
How to write load test case for pen?
Write test cases for Wifi enabled devices(Ipad, Iphone, Laptop) Note: Test case should not cover basic functionalty like connect or disconnect. Test case should have out of box thinking & simulation of errors.
3 Answers Amazon, SCDL Symbiosis Center for Distance Learning,
Explain the sanity testing?
how to test an imaging application that removes the red eye affect from an image?