This document shows the performance test. Visit wiki for More Details
I was tasked with performance testing the Bangla Puzzle website as part of my internship. I used JMeter to simulate 100-200 users accessing the website at the same time. The results showed that the website was able to handle the load without any significant performance degradation. The average response time was 2.3 seconds, and for 500 people the maximum response time was 5.5 seconds. These results are well within the acceptable range and indicate that the website is capable of handling a decent number of concurrent users.
We achieved a 99% accuracy rate by reducing the workload and increasing User 100.
when we increased the number of users to 150, we encountered a 5% error rate. Therefore, we can consider this value as the ideal one. If we increase the user the accuracy will reduce
Number of Users: 100 Response Assertion: 200 Test Results: Test: pass Result: 5.50% error rate Analysis: On the homepage of the website, we deal with 100 users and response assertion set to 200, the system performed well, with a 5.50% error rate. This indicates that the system can handle the specified load and meet the performance expectations. The stress test was successful, and the system was found to be working properly under these conditions.
Number of Users: 150 Response Assertion: 200 Test Results: Test: pass Result: 1% error rate Analysis: On the homepage of the website, we deal with 150 users and response assertion set to 200, the system performed well, with a 1.07% error rate. This indicates that the system can handle the specified load and meet the performance expectations. The stress test was successful, and the system was found to be working properly under these conditions.
Number of Users: 200 Response Assertion: 200 Test Results: Test: pass Result: 7.58 % error rate Analysis: On the homepage of the website, we deal with 200 users and response assertion set to 200, the system performed well, with a 7.58% error rate. This indicates that the system can handle the specified load and meet the performance expectations. The stress test was successful, and the system was found to be working properly under these conditions.
Scenario: Response Assertion 201 Number of Users: 200 Response Assertion: 201 Test Results: Test: Fail Result: 100% error rate Analysis: In this scenario, we increased the response assertion to 201. Unfortunately, the system experienced a 100% error rate. I observe that a response assertion of 200 users with a maximum of 200 users is the ideal configuration for the Bangla Puzzle website. Beyond this number of users, performance might drop and error rates might increase.