当前位置:网站首页>Performance Testing Theory 1 | Sorting out difficult problems in performance testing
Performance Testing Theory 1 | Sorting out difficult problems in performance testing
2022-07-30 01:23:00 【love coriander】
1 Test Tool Aspects
User and business model analysis and construction
Appropriate script development (do not develop scripts based on user and business models, and think that it is necessary to return to success)
Transform appropriate requirements analysis into scenario design (do not know how to design scenarios according to requirements)
Data generation and use for high-volume systems
Performance stress loading and implementation of large systems
Load Generation and Implementation of Cloud Computing
2 Test Fundamentals
Assessing needs
Load Modeling (User and Business Model)
The principle of performance pressure generation and the relationship between concurrency, etc.
Performance test cases
Analysis of new system requirements
Capacity Planning
Performance Testing Strategy
3 Server Performance Diagnostics
What is the difference between a process and a thread task?
Thread interrupt priority and principle?
The life cycle of a process?
Context switch?
What is the difference between I/O-bound and CPU-bound workloads?
Conversion between production environment and test environment?
Relational database architecture and logic optimization and non-relational database architecture and logic optimization?
Use of transactional and analytical databases?
Data relationship modeling and design?
TOP NO SQL diagnosis and optimization (execution path, index and table link optimization, etc.)?
Prevent and eradicate blocking and deadlocks?
Hot spot prevention and positioning optimization?
Batch caching/asynchronization of business data?
Database configuration optimization?
4 performance tuning aspects
The relationship and principle between system hardware resources (CPU, network, memory, IO)
Choose reliable performance indicators and their correlation and judgment methods
The implementation principle and common mistakes of never downtime
The optimization relationship between queuing system and delay and cache
Optimized cost and price performance
Operational implementation of business optimization
The principle and test isolation of multiple systems in series
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/Scala - without the firstborn of the string of characters, the longest text string back
- Interviews with big factories under the trend of layoffs: "ByteDance"
- Fabric 编写案例 链码
- 泰克Tektronix示波器软件TDS210|TDS220|TDS224上位机软件NS-Scope
- string replace spaces
- Validation Framework-01
- 验证框架-01
- Recommendation systems: feature engineering, common features
- servlet执行详解
- Running a Fabric Application
猜你喜欢

How many ways does Selenium upload files?I don't believe you have me

How Navicat Connects to MySQL

Selenium上传文件有多少种方式?不信你有我全

jar包解压后再打包为jar

Recurrent Neural Network (RNN)

CMake Tutorial 巡礼(1)_基础的起点

Detailed explanation of nacos cluster configuration

新型LaaS协议Elephant Swap给ePLATO提供可持续溢价空间

Leetcode68. 文本左右对齐

【LeetCode每日一题】——872.叶子相似的树
随机推荐
【LeetCode每日一题】——872.叶子相似的树
自学HarmonyOS应用开发(56)- 用Service保证应用在后台持续运行
7.28
【LeetCode每日一题】——230.二叉搜索树中第K小的元素
CAPL中的键值对(hash)数据类型
推荐系统:特征工程、常用特征
实习经历梳理
Towards Better Understanding of Self-Supervised Representations / Q-Score
Fabric Writing Case Chaincode
液压滑环的应用介绍
Detailed explanation of nacos cluster configuration
How Filebeat ensures that the log file is still correctly read when the log file is split (or rolled)
Based on TNEWS 'today's headline news in Chinese short text classification
Meetings OA To Be Meeting && All Meetings
【MySQL总结】
FlutterBoost 3.0出现 Activity无法转换为ExclusiveAppComponent<Activity>的解决办法
sqlserver 多行合并成一行
裁员趋势下的大厂面试:“字节跳动”
2022-07-29:一共有n个人,从左到右排列,依次编号0~n-1, h[i]是第i个人的身高, v[i]是第i个人的分数, 要求从左到右选出一个子序列,在这个子序列中的人,从左到右身高是不下降的。
[Flutter] Flutter preloading of mixed development solves the problem of slow page loading for the first time