What r the checklist to review testcase?
Answers were Sorted based on User's Feedback
Answer / saravana
1. Check all the requirements covered or not
2. Check no major scenario is missing
3. Check test step is written complete and understandable
4. Clear expected results is mentioned for each step
5. Check all text and grammar mistake
6. Flow of test step is appropriate
7. Information related to setup of test environment like pre
requisites, what are success/failed , end conditions etc
8. Check is there any invalid test cases
9. Check is there any redundancy in test cases
10. Check priority of test cases
11. Check narration of test cases
| Is This Answer Correct ? | 11 Yes | 1 No |
A testcase consists of different components -
objective
description
steps
checkpoint
pre-requisites (for executing the test case)
test result
Each of these sections should be clearly mentioned. While
writing test cases it is important to keep in mind that the
test case may even be executed by another person.
The test cases should cover both the equivalence partition
and boundary value conditions.
They should target each part of the application with an eye
for detail. For example, test cases for field validations
should be exhaustive.
Test cases should capture various scenarios that arise while
using the application. This is w.r.t the data flow in the
application. For example, in a web application cases should
cover both a logged in user (cookied user) and visitor
scenarios.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / j
Are you kidding me???? These are your answers? No wonder
our offshore testing in India is so abysmal. You people
are clueless
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / farzana
The correct answer for Checklist is the the list of
documents needed to create a test case,
srs,brs, use case, wire frames
| Is This Answer Correct ? | 3 Yes | 10 No |
How many Test case we can write to test MS Excel(for System Testing)
why is smoke testing done for a software?
What is difference between SDLC and STLC?
16 Answers College School Exams Tests, HCL, TCS, Verizon,
What is Low level design & High level design? and brief description.
Black box Testing
what is mean by service level testing? what will come under this?
Do submit teststrategy to customer if yes at what time
0 Answers Kanbay, Miracle Solutions,
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
What is the difference between re testing and regression testing?
What is Gorila testing?
What is Version Control?
How can you optimize the Test Case.