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 |
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
What are basic types of test cases?
Explain the scalability testing?
test cases for landline phone
how to test ip address?
3 Answers Cisco, QSpiders, Satyam,
Do you know explain security testing?
What is STATEMENT COVERAGE testing
how to write test cases for "Browse" button.
when you don't have time to write test cases, what do you do?
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.