当前位置:网站首页>Software testing basic interface testing - getting started with Jmeter, you should pay attention to these things
Software testing basic interface testing - getting started with Jmeter, you should pay attention to these things
2022-07-31 01:49:00 【love coriander】
The following points are shared with you
1. When setting the request, it is best to separate the server and the path. There will be slight differences between the two (general requests, there will be no problem, if you need to locate the request parameters, it is best to separate them), the following two picturesis the best explanation:
2. For example, if the IP port of your HTTP is unchanged each time, you can fill it in the default value of the HTTP request once, and you can leave it blank for the rest of the HTTP request
3.http request – content encoding The encoding here generally refers to the character set, that is, UTF-8, Unicode, gb2312, etc., and the encoding of the URL is not filled in here
4. The "coding" on the interface is to urlcode the request parameters, which is generally only suitable for get to display the parameters in the address bar (refer to Figure 1)
5. Use CSS/jQuery to retrieve the returned message from HTML, and then use the variable: ${shopid}
Usage of 8.if controls:
Involving the entire business process process, it is more reasonable to simulate the user process through the if controller, and the judgment conditions of the if controller can be judged by the extracted variables
Note: The content in the condition needs to be enclosed in double quotation marks
If you have other operational questions, open the Jmeter help file (Ctrl+h)
Jmeter official website (the official website is the source of ten thousand codes _):
http://jmeter.apache.org/usermanual/index.html
Now I invite you to join our software testing learning exchange group: [746506216
], note "join the group", everyone can join togetherDiscuss and communicate software testing, learn software testing techniques, interviews and other aspects of software testing together. There will also be free live classes to gain more testing skills. Let's advance Python automated testing/test development together and move towards a high-paying careerroad.
Friends who like software testing, if my blog is helpful to you, if you like my blog content, please "Like", "Comment" and "Favorite" with one click!
边栏推荐
- leetcode-952:按公因数计算最大组件大小
- JPEG Steganalysis of Digital Image Steganography
- 一个无经验的大学毕业生,可以转行做软件测试吗?我的真实案例
- What have I experienced when I won the offer of BAT and TMD technical experts?
- Jiuzhou Cloud was selected into the "Trusted Cloud's Latest Evaluation System and the List of Enterprises Passing the Evaluation in 2022"
- [1154]如何将字符串转换为datetime
- PDF split/merge
- 第一学年课程期末考试
- 程序员转正述职报告/总结
- leetcode-1161: Maximum in-layer element sum
猜你喜欢
随机推荐
Word/Excel 固定表格大小,填写内容时,表格不随单元格内容变化
Shell 脚本循环遍历日志文件中的值进行求和并计算平均值,最大值和最小值
[WeChat applet] This article takes you to understand data binding, event binding, event parameter transfer, and data synchronization
软件测试要达到一个什么水平才能找到一份9K的工作?
MySQL (6)
Likou Daily Question - Day 46 - 704. Binary Search
[1153]mysql中between的边界范围
Programmer's debriefing report/summary
Crypto Life, a day in the life of a Web3 project partner
Jetpack Compose学习(8)——State及remeber
rpm install postgresql12
验证 XML 文档
Kyushu cloud as cloud computing standardization excellent member unit
kotlin中函数作为参数和函数作为返回值实例练习
coldfusion文件读取漏洞(CVE-2010-2861)
手把手教你配置Jenkins自动化邮件通知
ROS Action communication
Arbitrum Interview | L2 Summer, what does the standout Arbitrum bring to developers?
.NET 跨平台应用开发动手教程 |用 Uno Platform 构建一个 Kanban-style Todo App
tkinter模块高级操作(二)—— 界面切换效果、立体阴影字效果及gif动图的实现