Final review points of software testing and error-prone exercises

Everyone thinks the writing is okay, you can like, bookmark, and pay attention to it!
You can also visit my personal blog , it is estimated that it will be updated in recent years! Be friends with me! https://motongxue.cn


Software Testing Practice Questions

  1. Load testing : changing load (mainly or increasing) testing system stability
    Stress testing : stability high pressure testing and destructive stress testing

  1. https://wenku.baidu.com/view/f613e2503086bceb19e8b8f67c1cfad6185fe90c.html
  2. A software product may be released with configuration defects. (√)
  3. Testers must adhere to the principle, and will not pass the defect until it has been repaired. (√) Wrong? the answer is disputed
  4. Acceptance testing is performed by end users. (Wrong, only beta testing is implemented by users)
  5. Bottom-up integration requires testers to write drivers. (√)
  6. There is no such thing as high quality but poor reliability. (╳)
  7. A software product may be released with configuration defects. (√)
  8. All software has a user interface, so ease of use must be tested. (╳)
  9. All software must undergo some degree of compatibility testing. (√)
  10. Test error messages do not belong to the scope of document testing. (×)
  11. Always design black-box test cases first. ( √ )
  12. Usually the basic test cases are designed with the black box method first, and then some necessary test cases are supplemented with the white box method.
  13. The life cycle of software testing includes test planning, test design, test execution, defect tracking, and test evaluation. (∨ )
  14. The black box method only tests the interface of the software, and checks whether the program meets the functional requirements according to the requirements specification.
  15. Three types of information are needed in the software testing process: software configuration, test configuration and test tools.
  16. When designing a test case using the equivalence class division method, make it cover as many reasonable equivalence classes that have not been covered as possible.
  17. In unit testing, when testing a module, it is necessary to design a driver module and a stub module.

  1. https://wenku.baidu.com/view/de927f3567ec102de2bd89cb.html?fr=search-1-wk_sea_es-income4
  2. White-box testing is only related to the internal structure of the program, and it does not need to consider the functional requirements of the program. right
  3. Software products should first meet the functional requirements
  4. Insist on implementing which of the following quality assurance measures at each stage of the software, so that errors can be discovered and prevented as early as possible during the development process, and errors that occur can be overcome in the early technical review
  5. When doing unit testing, the common approach is to use only white-box testing
  6. In a university student status management information system, assuming that the input range of the student's age is 16-40, according to the equivalence class division technology in the black box test, the following division is correct (b). A) Can be divided into 2 valid equivalence classes, 2 invalid equivalence classes B) Can be divided into 1 valid equivalence class, 2 invalid equivalence classes C) Can be divided into 2 valid equivalence classes, 1 Invalid equivalence class D) can be divided into 1 valid equivalence class and 1 invalid equivalence class
  7. The main method of testing in the software design phase is review
  8. LoadRunner is an automated load testing tool for various architectures that predicts system behavior and optimizes system performance.

  1. https://wenku.baidu.com/view/6777d4a69e31433239689352.html?fr=search-1-wk_sea_es-income1
  2. The testing group is responsible for software quality. (N)
  3. The efficiency of a program is related to the complexity of the program. (N)
  4. The improvement of program efficiency should be realized mainly by choosing an efficient algorithm. (Y)
  5. Unit testing can find about 80% of software defects. (Y)
  6. Unit testing requires the development of driver modules or stub modules for each basic unit. (Y)
  7. How many methods are there for boundary value testing? Answer: Boundary value analysis and robustness testing

Updated on December 20, 2020

Everyone thinks the writing is okay, you can like, bookmark, and pay attention to it!
You can also visit my personal blog , it is estimated that it will be updated in recent years! Be friends with me! https://motongxue.cn


Guess you like

Origin blog.csdn.net/CrazyMooo/article/details/111414967
Recommended