system test
System testing is to find out small bugs in the program and make our software system more stable and reliable. There are three small steps in this stage: module test, assembly test and confirmation test.
laboratory report
Remember to hand in your test report after the exam. Tell me what data you tested, what use cases you used, and whether the results met expectations.
Commissioning test/debugging
What should I do if I find a problem? Debugging, of course! Find out the cause and location of the error and correct it.
White box test
White-box testing, also known as structural testing or logic-driven testing, is based on the internal structure of the program to ensure that every part of the program works according to the design specifications.
Black box test
Black-box testing, also known as functional testing, only pays attention to the function of software, not how it is realized internally. Just like putting a black box in front of you, you just look at whether its input and output are normal.