001 interface concept

Turn: https://www.cnblogs.com/dtest/p/4114769.html

Testing at the interface between the test interface system component, which is of a medium and system testing unit test,

An interface test between the point of interaction is mainly used between the detection system and the external system, and inside of each subsystem.

Stress test is to check the exchange data, and control transfer process management, and logical mutual dependencies between systems and the like.

Interface test carried out in the framework of multi-system multi-platform, it has a very efficient cost-benefit ratio. Interface Test innate bring efficient defect detection and monitoring capacity for the high quality of the complexity of the platform. The more complex the platform, the more massive the system, the greater the effect of interface testing.

Second, the interface testing classification:
  1, Code Interface Test (Test interfaces between modules)
  , for example: java interface in the interface

  2, the interface protocol between the test
  protocol refers to the rules of engagement between the respective layer communication parties achieve the same functionality
  , for example: web test http protocol interface, socket interface testing protocol, telnet protocol interface test

  March-service interface testing
  service is an application type that runs in the background service applications locally and can usually provide some functionality over the network for users
  such as: webservice interface, a Taobao open source middleware service interfaces dubbo

Third, why do interface test
  1, the test is determined by the correctness of the interface modules (integration test)
  2, to remove interference UI directly test logic (data)
  3, below difficult UI interface test test (manual test)
  4, an interface UI test test speed faster than
  5, cost savings, the interface is easy to build test automation continuous integration.


Interface test measuring what
  additions and deletions between the external system and between internal systems and subsystems to change search
  all of the increase in business interfaces
  for all interfaces modify the business
  all view business interfaces

Guess you like

Origin www.cnblogs.com/dashu123/p/11867971.html
001