- Apache JMeter
- Java
- Admin creates an agent and a customer
- Deposit 2000 tk to agent from system account (fromAc: SYSTEM)
- Deposit 1000 tk to customer from agent account
- Check balance from customer account
- Withdraw 500 tk from customer account
- Search the newly created user by email
- Payment 200 tk from customer account (Merchant account: 01712121212)
- clone this project
- copy the load_test_b9.jmx file into bin folder of installed location of Jmeter
- open the load_test_b9.jmx file with jemeter & run the project
- to Generate report on the command prompt, delete the already copied .csv file and Report folder from the project
- hit the following command:
jmeter -n -t .\load_test_b9.jmx -l .\load_test_b9.csv -e -o Report
- Jmeter and Java must be installed