Computer Science, asked by uzairmomin5547, 24 days ago

list and explain any 2 types of standards in test management​

Answers

Answered by FFAyushGenius01
0

Answer:

Internal standards are:

Naming and storage conventions for test artifacts.

Document standards

Test coding standards

Test reporting standards.

A. Naming and storage conventions for test artifacts: Every test artifacts(test specification, test case, test results and so on)have to be named appropriately and meaningfully. It enables

a) Easy identification of the product functionality.

b) Reverse mapping to identify the functionality corresponding to a given set of tests. e.g. modules shall be M01,M02. Files types can be .sh, .SQL.

B. Documentation standards:

a) Appropriate header level comments at the beginning of a file that outlines the functions to be served by the test.

b) Sufficient inline comments, spread throughout the file

c) Up-to-Date change history information, reading all the changes made to the test file.

C. Test coding standards:

a) Enforce right type of initialization

b) Stipulate ways of naming variables.

c) Encourage reusability of test artifacts

d) Provide standard interfaces to external entities like operating system, hardware and so on.

D. Test reporting standard: All the stakeholders must get a consistent and timely view of the progress of tests. It provides guidelines on the level of details that should be present in the test report, their standard formats and contents.

Explanation:

please mark me brainliest

Similar questions