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

GCC Rust获批将被纳入主线代码库,或将于GCC 13中与大家见面

MySQL的分页你还在使劲的limit?

What does a software test report contain?

ROS Action通信

手把手教你配置Jenkins自动化邮件通知

太阳能板最大面积 od js

Word/Excel 固定表格大小,填写内容时,表格不随单元格内容变化

12 pictures take you to fully understand service current limit, circuit breaker, downgrade, and avalanche

Bert usage and word prediction based on Keras_bert model

数字图像隐写术之JPEG 隐写分析
随机推荐
简易表白小页面
Google官方控件ShapeableImageView使用
MySQL的安装教程(嗷嗷详细,包教包会~)
What does a software test report contain?
What have I experienced to become a tester who is harder than development?
Distributed. Distributed lock
太阳能板最大面积 od js
有没有可以做副业可以日入300元方法?
Set the browser scrollbar style
华为od 转骰子 js
Nacos
prometheus 监控概述
16、注册中心-consul
Distributed. Idempotency
Crypto Life, a day in the life of a Web3 project partner
Analyze the capabilities and scenarios of the cloud native message flow system Apache Pulsar
Gateway路由的配置方式
数字图像隐写术之卡方分布
软件测试要达到一个什么水平才能找到一份9K的工作?
观察者(observer)模式(一)