Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test] testing overview #8

Closed
Alice52 opened this issue Nov 8, 2022 · 1 comment
Closed

[test] testing overview #8

Alice52 opened this issue Nov 8, 2022 · 1 comment

Comments

@Alice52
Copy link
Owner

Alice52 commented Nov 8, 2022

1. junit 单元测试

  1. 无效单元测试案例
  2. 单元测试-鉴权
  3. boot 单元测试

2. jmeter 的基本使用

  1. 解析结果 + 解析结果

  2. 聚合报告

    // 切换至jmeter的bin目录下
    
    // 生成jtl文件
    jmeter -n -t xxxxx.jmx(脚本文件) -l xxxxx.jtl
    // 生成测试报告: 可通过修改【reportgenerator.properties】参数调整测试报告展示形式
    jmeter -g xxxxx.jtl -e -o xxxxx(指定报告路径)
  3. 使用 csv 作为请求参数

  4. 控制请求比例: random value + if controller


reference

  1. https://www.cnblogs.com/Zfc-Cjk/p/15206508.html
  2. 高级性能测试必读宝典-性能测试实战宝典: 找不到资源的卖课机构
  3. https://f7zii1dkyo.feishu.cn/wiki/wikcnYSALBEepc7LEno0ffe3H8g
  4. 压测PPT
  5. https://testerhome.com/columns/YiZhan
  6. jmeter基本使用
  7. [common] qps & concurrent & tps & rt java-ocean#216 相关指标
@Alice52
Copy link
Owner Author

Alice52 commented Nov 17, 2022

diagram

  1. overview
    readme

  2. jmeter-introduce
    01 jmeter-introduce

  3. jmeter-request
    02 jmeter-request

  4. jmeter-doc
    03 jmeter-doc

  5. common-issue
    04 common-issue

@Alice52 Alice52 transferred this issue from another repository Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant