当前位置:网站首页>The first performance test practice, there are "100 million" a little nervous
The first performance test practice, there are "100 million" a little nervous
2022-08-05 03:59:00 【Pit player】
Recently, a fan did a performance test and kept asking me questions. He felt that he didn't even know the basic concepts, so he started to work vigorously. If there is a problem, he expects me to solve it by hand.
"Sharpen the knife without accidentally chopping wood", we have figured out the skills of performance testing, and the test will be much smoother.
Confirm requirements
Determine performance requirements and performance testing plans, determine the scope of performance testing (which scenarios are covered), performance testing strategies, the number of concurrent users, and pressure methods.
Assignment of time, personnel, and tasks. Generally, time for performance testing is reserved in the overall test plan.The performance test plan is the core content before the performance test is carried out, and it determines the index standard of how the performance test is carried out.
It mainly includes performance requirement research, performance testing scope, performance testing strategy, number of concurrent users and pressure methods, performance testing plan, use cases, etc.The most important part of the performance test plan is to calculate the number of concurrent users.
There is a core content in performance testing that cannot be avoided when talking about performance testing, which is the calculation of the number of concurrent users.At present, the evaluation strategy for a large number of concurrent users used in performance testing is the 80-20 rule.
By evaluating the system peak period and peak period with the project team (including customers and products), get the number of users in the peak period.
Assume that the peak period of this e-commerce system is 10:00 am on Double Eleven. The number of users during the peak period (for seckill/group purchase activities) is 10W, and the peak period is 15 minutes.Then we can calculate the number of concurrent users through the 20-80 rule, that is, 80% of users will complete the transaction in 20% of the time, and the calculation result is: (10W80%)/(15 minutes 60 seconds 20%)=80000 people/180 seconds = 444.44 people.
Because the company's products are not only to meet the current performance requirements, but also to meet the performance requirements of the next 3 years, and the company's business is growing (no growth will be killed), and it is expected to grow by 20% (leader saidAfter 3 years, the number of concurrent users is: 444.44 * 1.2 * 1.2 * 1.2 = 768, then the number of concurrent users per second is 768.
It can be seen from the above that the number of threads we design in the thread group is 768, the Ramp-up value is 1, and the duration is 10 minutes (common standard).
Script recording
Record the performance test script and enhance the script to make the performance test script as close as possible to the actual situation of the performance test (parameterization, association, timer, rendezvous, assertion).
Parameterized
- csv data file settings
- User variables and user parameters
- Function Helper
Association
Extraction of previous response data: JMeter creates a regular expression extractor by adding a post-processor to the previous request. The regular expression extractor contains the reference name, that is, the name of the parameter, which can be filled in arbitrarily.
The regular expression should be filled in according to the response. The response can be obtained in the view result tree. In the view result tree, use the RegExpTester mode to view the response to obtain the data to be associated and the left and right boundaries. Use (.*?) instead.The template is generally 111, and the matching number is generally followed by 1.
Association of request data: Replace the request data that needs to be associated with the reference name of the ${} regular expression, that is, the parameter.
Assertions
There are four main types of operations to respond to assertions:
- Contain: Expected results should be wrapped in actual results
- Match: use regular expressions to match
- Equals: exact equality (rarely used)
- Substring: Same as contains, but cannot be matched using regular expressions
Run
Run performance scenarios, collect performance test results (aggregated reports, active threads per second, transaction response time per second, average transactions per second, point records per second, throughput rate), and analyze performance bottlenecks (through chart analysis).
Issue performance test report
Process description, chart and text description, defect analysis.
Don't fight alone to learn technology, it is best to be able to warm up in a group. Here you are invited to join our software testing learning exchange group: [769146372], remark "Join the group", everyone can discuss and exchange software testing together, learn togetherIn all aspects of software testing such as software testing technology, interviews, etc., there will be free live classes to gain more testing skills. Let's advance Python automated testing/test development together and move towards a high salary.
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!
Good article recommendation
- In the past few years, I have been to Ali and small companies to test for young peopleA piece of advice for members...
- The road of testing and development, what I have learned from testing in a large factory for four years
- Industry insiders tell the truth: I will only test those that have no future, I panic...
- Why do software testing have to learn automation?Talk about the value of automated testing in my eyes
- Teach you how to write an eye-catching software testing resume, but you can’t receive itI lose the interview invitation
- In 2022, is it still suitable to switch to software testing in the current environment?
边栏推荐
- GC Gaode coordinate and Baidu coordinate conversion
- [GYCTF2020]EasyThinking
- Summary of common methods of arrays
- 4T硬盘剩余很多提示“No space left on device“磁盘空间不足
- token, jwt, oauth2, session parsing
- 从企业的视角来看,数据中台到底意味着什么?
- flink读取mongodb数据源
- You may use special comments to disable some warnings. Three ways to report errors
- 七夕节赚徽章拉
- 测试薪资这么高?刚毕业就20K
猜你喜欢

UE4 第一人称角色模板 添加生命值和调试伤害

UE4 后期处理体积 (角色受到伤害场景颜色变淡案例)

Use Unity to publish APP to Hololens2 without pit tutorial

Getting Started with Kubernetes Networking

将故事写成我们
![[CISCN2019 South China Division]Web11](/img/15/843334fec0a5cc8cfaba92aab938db.png)
[CISCN2019 South China Division]Web11

Mysql的undo log详解

Based on holding YOLOv5 custom implementation of FacePose YOLO structure interpretation, YOLO data format conversion, YOLO process modification"

UE4 通过互动(键盘按键)开门

Walter talked little knowledge | "remote passthrough" that something
随机推荐
Android 面试题——如何徒手写一个非阻塞线程安全队列 ConcurrentLinkedQueue?
[CISCN2019 South China Division]Web11
Increasing leetcode - a daily topic 1403. The order of the boy sequence (greed)
Bosses, I noticed that a mysql CDC connector parameters scan. The incremental. Sna
商业智能BI业务分析思维:现金流量风控分析(一)营运资金风险
[BSidesCF 2019]Kookie
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
Dameng 8 database export and import
ffmpeg enumeration decoders, encoders analysis
What is the function of industrial-grade remote wireless transmission device?
多列属性column元素的可见性:display、visibility、opacity、垂直对齐方式:vertical-align、z-index 越大越显示在上层
2022软件测试工程师最全面试题
Mathematics - Properties of Summation Symbols
UE4 第一人称角色模板 添加生命值和调试伤害
rpc-remote procedure call demo
Slapped in the face: there are so many testers in a certain department of byte
Getting Started with Kubernetes Networking
pyqt5 + socket 实现客户端A经socket服务器中转后主动向客户端B发送文件
How to wrap markdown - md file
token、jwt、oauth2、session解析