使用postman进行接口测试

1.

1.使用postman进行接口测试

2.为什么要做接口测试?

使用postman进行接口测试

 

使用postman进行接口测试

接口测试工具:

使用postman进行接口测试

4.接口测试测试流程:

使用postman进行接口测试

5>确认接口测试文档

使用postman进行接口测试

http和https协议的区别:?

post和get的请求的区别:post请求比较安全,请求参数在body里

 

使用postman进行接口测试

 

get请求参数写到param里

请求头写到:header里

 

接口测试验证结果:1.响应状态码

                                    2.系统数据是否正常改变

                                    3.数据库的数据是否正常改变

使用postman进行接口测试