System Stability Test | Part 2

Advantages of System Stability Test And How To Do It How to Do System Stability Test To determine the scope and objective of the testing, we must ensure that the application server does not crash during the load test executions. Determine the business issues, verify the system performance, and load as per the end-user perspective. Assign the different responsibilities and roles like; creating test plan, test case design, test case review, test execution, etc. Ensure the test deliverables within the specified time Ensure proper load testing tools and experience team is present for the same. Measure the [...]

JMeter How to Solve NoHttpResponseException

During load testing, it is very normal that you get some errors for your requests. But sometimes these errors don't occur because of server problems. One of the most common exceptions in JMeter is NoHttpResponseException. To solve this issue, you can try the following alternative solutions. Change the Implementation of Your HTTP Requests On JMeter, choose a specific HTTP request sampler. On Advanced tab, you will see a section called “Implementation”. Change this option to “HttpClient4”. Then rerun your load test. Change Your “user.properties” File Adding some values to your user.properties file [...]

JMeter vs. Locust | Choosing The Right Load Testing Tool – Part2

Let's keep going where we stayed about Jmeter and Locust . If you didn't read Part1 you can reach here. 6. Script Recording Script recording is a quick and easy method to construct a simple test template, which you can then tidy up and modify to make it easier to maintain. If you need a quick solution and need to execute a specific load depending on repeated actions, script recording comes in handy. You don't want to waste time writing a script in such a circumstance, especially if you won't need it again. If you're planning to [...]

Go to Top