An indispensable tool for interface test

Interface testing done work for some time, and would like the white are (blogger himself is white) to share test tools and test technology involved in interface testing process, hoping to help the company to do some preparation to enter the interface Test people:

1.Postman:

  An interface test ideal tool, 1.1 http request may initiate various (common post and get request method); 1.2 page simple simple and elegant; 1.3 may be returned in response to the results do simple assertion (Test), also batch the interface test (runner); (late write a postman use some of the tips article)

 

2.Jmeter:

  Can be used as a functional test of the interface, but for the performance of concurrent Jmeter used to test tools 2.1 lightweight, easy to install; 2.2 simple operation, enabling concurrent 100-200, stress testing of the interface; 2.3 rich plug-in achieve a lot of functions;

 

3.RobotFramework framework:

  A Python-based framework for the development of automated testing, automated regression testing interface to do: 3.1 keyword-driven, easy to write; 3.2 can be used to implement complex test python; 3.3 can develop their own keywords, design your own library, scalability;

Guess you like

Origin www.cnblogs.com/zhangcnblogs/p/11401070.html