What all comes under test case review?
Answers were Sorted based on User's Feedback
Test cases review includes as:
1. To check whether all requirement are covered or not
2. To check no major scenarios is missing in test cases.
3. Test step is written complete and understandable
4. Clear Expected result is mentioned for each step
5. Checking for all text/ grammatical errors.
6. Flow of test steps is appropriate or not
7.Information related to setup of test enviornment, pre-
requisties, what are the success/ Failed end condition
etc.. etc..are properly mentioned or not.
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / devaraja.h
good Poonam along with those
1)To check is there any invalid Test case
2)To check is there any redundency in Testcasess
3)To check the Test case Priority
4)To check Narration of Test case
Etc
Dev.halappa@yahoo.co.in
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / deepthi
1) Make sure that all required fields in the test cases are
mentioned or not ie Bug Id,Defect location,Test
condition,Expected reulit and result..
2) Verify all the required steps are covered under the test
case or not by comparing it with the Tracability matrix or
usecase doc
3)Is any invalid test case is mentioned in the test case
4)Check whether the expected result is correct or not
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raghu
Usually when u do a test case review u have following in
the tracability matrix
Usecase Functional PT Master Data Defect
document Document testcase Doc. testcaseDoc. Profiledoc
Using the test case u have developed for the
functionalities u can review the following
-check whether all the req..are covered or not following
the usecase doc.. and functional pt doc.
-testcae review includes
easy and understandable
powerfull
Simple
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rakshan
1.Test if all req are covered
2.Are complete test cases available
3.Are test cases are controllable,understandable,clear,conceice,clear.
4.Note any test cases not repeated.
5.Are they have been covered using traceblity
6.All major fields like bug id,desc,expected outputs etc are all mentioned.
7.Review from use cases,business req,functional,non fnctional requirements
| Is This Answer Correct ? | 0 Yes | 0 No |
is test case required to be baselined?
write test case for coin-box telephone
write a test case for triangle?
How to perform a stress test on an ATM machine? (Note ATM is a Bank ATM say Citibank, IICICI etc)
write a navigation for object repostory
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
write test case for banking application
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
testcases for biggest of three numbers?plz give the answer
Write 10 test cases for the condition P=R/I where R and I are integer and P is floating point.
what would be the negative test case for serach that break the search .
What we do when the Requirements are continuously changed?