How you create Test Cases Based on Test Plan ? Is there any
approach following for creation of test cases?
Answers were Sorted based on User's Feedback
Answer / sunitha.chenna
we cannot create any test cases using the test plan.We only get to know what types of testing we do from the test plan.
Test cases are derived from the following:
Functional Requirement Specification (FRS)
Use Cases
Work flows
mock ups etc
Ideally i don't think there is any approach for writing the test cases.Generally the test cases should contain the following headers:
S.No
Test Description
Pre-Requisite
Priority
Test Data
Test Steps
Expected Result
Actual Result
Pass/Fail
Defect ID
Comments
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ramprasad.s
Test Cases are Designed based on the Requirement Specification
You should have the capabilities to read and understand the
document is must then only u can prepare the T scenarios and
design the T cases.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ravikanth
guys namaste , u cann't say that u cann't prepare the TC
using test plan since because if u c the proper test plan
then u r test plan also contains the most of the function
al scenarios , using which u can create TC . so u
cann'tell that using test plan u cann't right TC only thing
u should c here whether u r test plan covers all u r
function al scenarios
and sunitha:-> there is approach for writing TC case,
please don't say no
Is This Answer Correct ? | 1 Yes | 0 No |
whar are the contents in db testing test case template
What type of Testing u done ur project?
we have combo box for country and states ,if we select India from country box it will Autometically add the all states of India in states box write a test cases for this
what is test strategy,test plan and test policy?Does anyone have dummy documents or any links that gives more idea about these?I am a beginner...interested in learning more abt testing.plz help and encourage me........!
What is incremental intergation testing?
What is fuzz testing?
What is the term ‘quality’ mean when testing?
What is Tracebility Matrix ? What is there in that and what will u do with that ?
Types of validation Testing?
What are the test cases for the fields, Name, Password, Login id, Address, phone,etc.?
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
1. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ c) Syntax testing d) Boundary value analysis