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 |
What are the Test Deliverables?
10 Answers Banking, Burndy Technology and Global Business Services,
What is the role of the QA lead?
What is the difference between Test Director and Quality Center?
Hi, Can any body tell me that do anybody need any sort of software background to learn testing
how to indentify memory leakages after the build
how to write testcase for this particular textbox.i have textbox and it accepts only values from 1-9.how to write testcases for this using bva and ecp?need some more testcases any sites which provide testcases information? mainly for webapplication.
What is the difference between alpha testing and beta testing
How is ‘build’ different from ‘release’?
I like to learn testing. What else i need to learn before starting testing course. I am thinking C C++ SQL ORACLE.This courses are sufficient before learning Manual or Automated Testing. Please Suggest me. Thanks
What you consider at the time of Module Integration?
What will you do when you were given two different projects and asked to complete them at same time?
What is smoke testing and sanity testing?