About 131,000 results
Open links in new tab
  1. Load testing framework to test java applications - Stack Overflow

    Feb 6, 2013 · Then your load test looks like below which is pointing to the above Test: @LoadWith("my_load_config.properties") @TestMapping(testClass = AnyTestEndPoint.class, testMethod = "anyTestMethod") @RunWith(ZeroCodeLoadRunner.class) public class LoadTest { } This can be achieved for JUnit4 load generation and JUnit5 load generation. See the running ...

  2. Load testing for java client/server application - Stack Overflow

    Dec 2, 2010 · You can use the JUnit4 or JUnit5 based load runners below which can simply accept your Unit tests and generate load on the target server. These need not be HTTP tests, these could be any tests annotated with @Test. JUnit4 based load runner. JUnit5 based load runner. The load configs look like below to ramp up or ramp down your load:

  3. java - Best tool to do load testing of wicket framework ... - Stack ...

    Jul 17, 2012 · Apache AB - The 1st generation load testing tool. It just requests defined urls. However, it's very fast you can easily create a high load from a regular computer. It's a console application. JMeter - One of the first script load testing tools. You can program a test via clicks from some basic actions/validations using a swing interface.

  4. Is there tools for performance and load testing of REST service?

    Jun 22, 2010 · A RESTful web app/API is just HTTP, so no specialized tools are needed to test performance (as opposed to functional testing, where specialized tools could be helpful). You basically just need to make a lot of HTTP requests and record the results. I prefer ApacheBench to more complex tools such as JMeter.

  5. Performance / Stress Testing Java EE applications

    As mentioned by others; tools like JMeter (Commercial tools like LoadRunner and more) can help you generate concurrent test load. Many monitoring tools (some provided within JDK like MissionControl, some other open source/ free tools like java Melody and many commercial one's) can help you do generic monitoring of various system (memory, CPU ...

  6. Load testing tools for SpringBoot Web applications

    Jan 8, 2018 · I presonally spent most of load testing time in Gatling, first of all it is using scala development language and quite easy to include in your Java project via maven/gradle, secondaly apart from other benefits it have direct JDBC connection possibilty which let's you to have your test data directly in database. Lots of other pros.

  7. jmeter - Performance testing of Thick client - Stack Overflow

    Sep 12, 2014 · The best open source tools currently available for desktop testing automation are: Sikuli; LDTP; If your application does network communication and your scenario assumes simulating hundreds or thousands of simultaneous thick clients communicating with the server using the following open-source tools can help: Grinder; Gatling; JMeter; Tsung

  8. non paid load testing tools java based - Stack Overflow

    Jun 1, 2023 · What are the java-based open source performance testing tools available except JMeter? Tools which are written in java and free to use? over the internet searched a lot but showing locust, k6, Tsung, LoadNinja, etc which are not …

  9. Selecting java Automation testing tools for web application

    One goal is to integrate with existing frameworks and tools (an Eclipse Plugin exists) The Grinder, a Java load testing framework freely available under a BSD-style Open Source license, makes it easy to orchestrate the activities of a test script in many processes across many machines, using a graphical console application. Test scripts make ...

  10. Load Testing and Benchmarking With siege vs wrk [closed]

    Load testing and benchmarking tools. Listed in alphabetical order. ab: slow and single threaded, written in C. apib: most of the features of ApacheBench (ab), also designed as a more modern replacement, written in C. baloo: expressive end-to-end HTTP API testing made easy, written in Go (golang) baton: HTTP load testing, written in Go (golang)

Refresh