Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These standards and procedures may be changed via a change control mechanism that allows all those concerned to be notified of changes made to the steps.

 

2. Test priorities

(1) Prioritize GitHub repositories for testing 


Image Modified


3.Test plan

 (1) Test method:  

  • Black-box: testing without knowledge of the code, compare if the test output is the same as the sample output; often used in testing scripts 

  • White-box: testing with knowledge of the code, often used in unit test for library.

...

(4) Test execution

(5) Test report

Examples

(1) How to identify the type of application and corresponding test method

Image Added

(2) How to design the structure of a testing folder

Image Added

Image AddedExample: