Functional testing, system testing, compatibility testing, manual testing

  Functional testing generally needs to execute test cases according to the written test cases, and submit defects during the execution; functional tests generally have at least two rounds, and even three to four rounds for troublesome projects, and each round of testing has Its focus. For example, the first round of functional testing may focus on the testing of each individual module first, and then on the function. When focusing on the function, it is necessary to distinguish between the main functions. First, it is necessary to ensure that the main process is not blocked. , in order to further test other functions.
   System test
  System testing is carried out according to the project requirements. Generally, system testing needs to focus on functions first. If there is no problem with functions, it is necessary to pay attention to the interface and user experience. Pagination, etc. When testing a system, the requirements are fundamental, but you can't just focus on the requirements. Generally, the requirements will only be implemented correctly. For the evaluators, wrong logic and wrong situations are part of the thinking that must be considered, and are an extremely important part of testing.
   Compatibility test
  The compatibility test will be carried out after the system test. If the app needs to be compatible with mainstream devices; if it is a web page, it needs to be compatible with mainstream browsers . The main things to consider include: 1) Operating system compatibility, 2) Compatibility with different browsers, 3) Compatibility under different resolutions, 4) The software itself is forward and backward compatible, 5) The software is compatible with related software sex.
   manual testing
  Manual testing is a step-by-step operation performed manually by humans, and then observes the results, which correspond to the expected results, which is a relatively primitive but necessary step. Manual testing is manually tested by testers, which is close to the situation of real users and is good at finding errors related to the business logic of the application. Manual testing plays an important role in our usual testing process.
  Each round of testing has its own necessity, focuses on different issues, and has a different focus, but it is an essential step.

If you are interested in software testing and want to know more about testing knowledge, you can join my QQ group Advanced testing learning family: 652068511


Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325850061&siteId=291194637