当前位置:网站首页>Actual combat | e-commerce business performance test (II): JMeter parameterization function realizes data-driven registration and login

Actual combat | e-commerce business performance test (II): JMeter parameterization function realizes data-driven registration and login

2022-04-21 20:21:00 hogwarts_ beibei

900×300 18.8 KB

This example uses GitHub The last open source e-commerce project mall, You can go if you need to GitHub Download deployment from , There are detailed deployment tutorials :

  • GitHub Address :
  • https://github.com/macrozheng/mall 1
  • Deployment tutorial :
  • Document
  • The business process : Verification Code -> register -> Sign in ,
  • Interface proportion : The ratio of these three interface scenarios is 1:1:1 Relationship
  • Data transfer : The obtained authentication information needs to be saved without subsequent requests for data support

    1080×436 56.3 KB

  • Filename: Fill in the address of the file you need to import
  • File encoding: Choose the encoding , Especially when you have Chinese, remember to choose UTF-8
  • Variable Names: Set variable name , It should correspond to the format in the data file one by one
  • Ignore first line: Whether to ignore the first line , Sometimes the first line of our data file may be a description title, It's not the data we actually need , You can choose here at this time true, Ignore it
  • Delimiter(use ‘\t’ for tab): If your data files are used between the data tab Divided , Fill in here \t Used to show that tab Division , If you use a comma , Segmented , Then just fill in the comma , that will do

    More technical articles

版权声明
本文为[hogwarts_ beibei]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204212013490498.html