Exploratory testing the speed test

  First, the method described
  The purpose of testing the limits of the law that the challenges of software, to mention his difficult issues, but the testers themselves like adventure. Such as how to make the software to play to the maximum extent? What features make the software run to the limit of its design? What data input and software consumes the most computing power? Which input error likely to deceive its level of testing?
  Everything limit test does not necessarily have any practical significance reason, do so only because the software allows to do so. After all, sometimes, they really did the same thing. In addition, the testers also a requirement, testers must issue which is purely launched an attack can be distinguished, which can make the normal operation of the software problem.
   Second, test common scenarios
   1. High concurrent stress tests
  For example: site load during peak Spring Festival train ticket still remember those years we bought it together?
   2. Limit of operational test data
  For example: local database data is cleared to 0, the check function is normal
  For example: the data in the local database is much higher than the maximum, the check function is normal
  For example: the data for all types of input or output an abnormal value, the check function is normal
   3. The operation of the test memory space
  For example: download, insufficient storage space, the check is normal download
   4. CPU or memory operation test
  For example: running App, under low memory usage, check App is running correctly
   The test operation of the transmission network
  For example: network connection, but in the case of slow, verify proper function
   6. The file size of the operational test
  For example: to download or upload files much larger than the upper limit, calibration function is normal
   7. Action operation collision test
  For example: switch between different steps in the case of fast operation, verify proper function
   8. The data operation conflict test
  For example: data synchronization, switching, when the conflict, verify proper function
  ... and so on, using the operating limits of the scene, according to the different needs of different design can limit operations.
 
------------ from 51testing

Guess you like

Origin www.cnblogs.com/liuchunxiao83/p/10948678.html