A general question regarding the testing.
Should the test cases be written without the steps? My lead test cases are written assuming you know all requirements and system. So no need to write the steps because as a QA person, you know the steps to test the requirement. And for executing a test case, you can go through the BRD/SRS again.
Won't this be a double effort?
- Looking the requirement again in BRD which is there in 2-3 pages non-consecutively.
- Not sufficient for any new tester.
- Tester can forget the steps needed to test a requirement
Advantages of writing steps:
- Don't have to look the BRD again.
- Proper test cases with steps can be used by any tester.
- Proper coverage.
So steps are required for preparing proper test cases? Are there any standards/rules of thumb for writing test cases at the original level?