...
G.3: definition of test case
Note: The selection of test cases shall have sufficient coverage according to e.g. the software integration test strategy and the release plan.
G.4: definition of verification criteria
Note: Verification criteria define the qualitative and quantitative criteria for verification of a requirement.
Unit Test Criteria
Develop Create software unit test specification, and test software units using the unit test specification according to the software unit test specification. The verification strategy shall define how to provide evidence for compliance of the software units with the software detailed design and with the non-functional requirements.
Unit test specifications based on criteria below.G.3: Verify that format of input/output data conforms to design and requirement.
U.1: Unit verification include unit test cases, unit test data, static verification, coverage goals and coding standards such as the MISRA rules.
...
Note2: Software detailed design could be represented as a prototype, flow chart, sequence chart, entity relationship diagram, pseudo code, etc.
G.3: Verify that format of input/output data conforms to design and requirement.
The verification strategy shall define how to provide evidence for compliance of the software units with the software detailed design and with the non-functional requirements.
Integration Test Criteria
...