About 124,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, …

  2. 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 …

  3. 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, …

  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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. java - Web application performance testing using The Grinder

    Jul 13, 2016 · I'm currently investigating different performance testing tools / framekworks. As you were searching for Java based frameworks, you should have a look at the following. Gatling; …

  10. Using Jmeter for load testing of a standalone java application

    Jan 3, 2014 · It can be used to simulate a heavy load on a server, group of servers, network or object to test its strength or to analyze overall performance under different load types. You can …

Refresh