STE Question Bank
STE Question Bank
Entry criteria, specifies when that phase can be started also included the
inputs for the phase. Tasks or steps that need to be carried out in that
phase, along with measurements that characterize the tasks.
Verification, which specifies methods of checking that tasks have been
carried out correctly. Clear entry criteria make sure that a given phase does
not start prematurely.
The verification for each phase helps to prevent defects. At least defects
can be minimized.
Exit criteria, which stipulate the conditions under which one can consider
the phases as done and included are the outputs for the phase.
follows
Example: For example, an OTP number which contains only six digits,
less or more than six digits will not be accepted, and the application will
redirect the user to the error page.
STE QUESTION BANK
STE QUESTION BANK
Explanation
Module interface - information properly flows into and out of the
program unit
under test.
Local data structure - data stored temporarily maintains its integrity.
Boundary conditions - module operates properly at boundaries
established to
limit or restrict processing.
Independent paths - all statements in a module have been executed at
least
once.
And finally, all error handling paths are tested.