排序
shell编程快速入门二:变量
一、变量命令规则 包含字母、数字、下划线,建议以字母或下划线开头,等号两边不能有空格,见名字知其意! sankumao_age=18 第一种写法Sankumao_Age=18 大驼峰sankumao_Age=18 小驼峰_sankumaoA...
Postman的基础使用(发送请求、断言、环境变量、参数化、测试报告生成)
一、发送请求 步骤: 选择 请求方法填写 URL填写请求头填写请求体发送请求 Postman发送GET请求 使用postman发送get请求 Postman发送POST请求 使用postman发送post请求 put和delete请求,只需要...