Editorial / Best Answer
kurtz182
I would study the functional requirements and technical specifications and then I would create test cases based on my knowledge. In general, I would do the following:
1) Enter valid data in all fields and verify graph is properly displayed
2) Enter valid data in all but one field and invalid numeric data in remaining field and ensure validation
3) Enter valid data in all but one field and no data in remaining field and ensure validation
3) Use boundary value analysis to select input data
4) Use equivalence class partitioning to minimize input data
5) Enter alpha characters in all fields and verify validation
6) Enter special characters in all fields and verify validation
How will you write a test case for Graph Calculation?
Profile Answers by arunkumarmca Questions by arunkumarmca
Questions by arunkumarmca
Editorial / Best Answer
kurtz182Profile Answers by kurtz182 Questions by kurtz182
I would study the functional requirements and technical specifications and then I would create test cases based on my knowledge. In general, I would do the following:
1) Enter valid data in all fields and verify graph is properly displayed
2) Enter valid data in all but one field and invalid numeric data in remaining field and ensure validation
3) Enter valid data in all but one field and no data in remaining field and ensure validation
3) Use boundary value analysis to select input data
4) Use equivalence class partitioning to minimize input data
5) Enter alpha characters in all fields and verify validation
6) Enter special characters in all fields and verify validation
Related Answered Questions
Related Open Questions