This repository contains a JMeter test plan (ekyc_Individual_DSC_LoadTest.jmx) designed to evaluate the performance of an eKYC (electronic Know Your Customer) application under simulated user load.
- Tool: Apache JMeter
- Application: eKYC web platform
- Goal: Assess system behavior and stability under concurrent user activity, such as login, document upload and download certificate.
The JMeter test simulates:
- Multiple virtual users performing KYC verification actions
- API or form submissions with configured parameters
- Timers and think times to mimic realistic user behavior
- Performance measurement using JMeter listeners
- Open the
.jmxfile in Apache JMeter. - Configure the following if needed:
- Thread Group (users, ramp-up period)
- Server URLs or API endpoints
- Authentication parameters
- Run the test.
- Analyze performance via:
- Summary Report
- View Results Tree
- Aggregate Report
This repository contains a JMeter test plan (ekyc_Individual_DSC_LoadTest.jmx) designed to evaluate the performance of an eKYC (electronic Know Your Customer) application under simulated user load.
- Tool: Apache JMeter
- Application: eKYC web platform
- Goal: Assess system behavior and stability under concurrent user activity, such as login and document upload
The JMeter test simulates:
- Multiple virtual users performing KYC verification actions
- API or form submissions with configured parameters
- Timers and think times to mimic realistic user behavior
- Performance measurement using JMeter listeners
- Open the
.jmxfile in Apache JMeter. - Configure the following if needed:
- Thread Group (users, ramp-up period)
- Server URLs or API endpoints
- Authentication parameters
- Run the test.
- Analyze performance via:
- Summary Report
- View Results Tree
- Aggregate Report