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 |
what id test effort Estimation in testing ?
Explain Testing process in your organization?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
difference Between Quality assurance and Quality control
I faced following questions in Polaris Interview. 1. Tell me about u r current organization 2. what is Black box testing? 3. what is white box testing? 4. What is Functional Testing? 5. What is difference between Black box & functional ? 6. what is test plan? 7. what is test strategy? 8. what is difference between Test plan & test strategy? 9. What is smoke testing ? 10 what is sanity testing? 11. who will perform smoke testing? 12. Explain about Agile process? 13. How much you know about QTP? ( I mentioned in my resume as Exposure on QTP) 14. Explain about u r current project? 15. What is the Requirement Traceability Matrix? 16. Can u draw the template for Requirement Traceability Matrix? 17. What is Ad-hoc Testing? 18. What is difference between ReTesting and Regression Testing. 19. Can u explain about Bug life cycle? 20. How can u make sure whether all requirements are covered or not? 21. Can u explain biggest complexity in current project? 22. what is difference between bug severity and priority? 23. Which bug tracking tool is u r using? 24. can u give one example for High severity and low priority bug? 25. can u give one example for High priority and low severity bug? 26. What is security Testing?
What is a top-down and bottom-up approach in testing?
what is the steps for preparing scenario ?
how to write manual testcases for download the files from the template. for example:from product cost enddate
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
What is the difference between Smoke & Sanity Testing.
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
What is date driven testing?