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 |
Explain the format of a requirement traceability
Analyze the following highly simplified procedure: Ask: "What type of ticket do you require, single or return?" IF the customer wants ‘return’ Ask: "What rate, Standard or Cheap-day?" IF the customer replies ‘Cheap-day’ Say: "That will be £11:20" ELSE Say: "That will be £19:50" ENDIF ELSE Say: "That will be £9:75" ENDIF Now decide the minimum number of tests that are needed to ensure that all the questions have been asked, all combinations have occurred and all replies given. A. 3 B. 4 C. 5 D. 6
User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox
Test cases on uplaoding files
12 Answers GE, HP,
i need sample case of Login window of USER NAM, PASSWORD It is very urgnt
Generally when we are writing test cases we give headings as Case id , description, input values, expected, actual, severity and priority and pass/fail. is there any seperate profama during testing the web site manually. (guys it very urgent for me in my office can any one help me plz)
Write a test case of login window?
How can we write a good test case?
Do you write test plan and test case?
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?
What is port testing ?
In general, how do you see automation fitting into the overall process of testing?