I have a question: what is the test procedure and how it’s difference from test case. From my experience, they are the same. Do you think it’s the same or not?
I think test procedure is different from test case.
According to IEEE standard, test procedure document is about how tester physically run the test cases, set-up the test required and execute procedure step that needs to be followed.
Test case is a detail document about how to create test scenarios to verify against requirements, which has a set of test data, precondition, postcondition condition, expected result and real result. Test case will refer to test procedure about the step how to procedure.
I think test procedure is different from test case.
According to IEEE standard, test procedure document is about how tester physically run the test cases, set-up the test required and execute procedure step that needs to be followed.
Test case is a detail document about how to create test scenarios to verify against requirements, which has a set of test data, precondition, postcondition condition, expected result and real result. Test case will refer to test procedure about the step how to procedure.