当前位置:网站首页>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!
边栏推荐
猜你喜欢

【微信小程序】一文带你了解数据绑定、事件绑定以及事件传参、数据同步

数字图像隐写术之JPEG 隐写分析

汉诺塔问题

What have I experienced to become a tester who is harder than development?

Shell变量与赋值、变量运算、特殊变量

I have been working in software testing for 3 years, how did I go from just getting started to automated testing?

第一学年课程期末考试

MySQL (6)
![[Map and Set] LeetCode & Niu Ke exercise](/img/66/d812a6ad854cb0993c796760042150.png)
[Map and Set] LeetCode & Niu Ke exercise

934. The Shortest Bridge
随机推荐
.NET 跨平台应用开发动手教程 |用 Uno Platform 构建一个 Kanban-style Todo App
太阳能板最大面积 od js
leetcode-128: longest continuous sequence
Parameter introduction and selection points of wireless module
手把手教你配置Jenkins自动化邮件通知
221. 最大正方形
pycharm重命名后无法运行(报错: can‘t open file......No such file or directory)
Likou Daily Question - Day 46 - 704. Binary Search
Multiplication, DFS order
观察者(observer)模式(一)
My first understanding of MySql, and the basic syntax of DDL and DML and DQL in sql statements
【AcWing 62nd Weekly Game】
What have I experienced to become a tester who is harder than development?
曼城推出可检测情绪的智能围巾,把球迷给整迷惑了
Nacos
MySQL (6)
SQLserver查询最近三个月的数据,语句该怎么写sqlserver
【flask入门系列】Flask-SQLAlchemy的使用
Programmer's debriefing report/summary
MySql的安装配置超详细教程与简单的建库建表方法