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

    Feb 6, 2013 · Is there a load testing framework that I could use where I can supply my own Java class and test the performance of that class. So basically the framework would essentially spawn threads and record when those threads finished running and then generate a …

  2. Open source Load Testing framework - Stack Overflow

    May 20, 2011 · This is by far the best opensource load testing framework which I came across. Advantages - Test scenerios can be constructed using Gatling scripting framework or in Scala. Clear, exhaustive, dynamic and colorful HTML reports after running the test cases -> analysis is helpful. It provides high performance.

  3. java - Issues using The Grinder load testing framework - Stack …

    Jun 13, 2011 · Here is my PATH, straight from the enviornment variables: "C:\Program Files\Java\jdk1.6.0_26\bin;C:\Program Files\Java\jre6\bin". As you can see, the JDK and JRE are both version 6. As far as deleting my old Java version goes, I can't find it anywhere. Do you know where it would be? It's not in the Java folder of my programs. –

  4. Selecting java Automation testing tools for web application

    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 …

  5. Test Automation Framework for Web Application using Java

    Nov 17, 2013 · Watij- Web Application Testing in Java Automates functional testing of web applications through real web browsers. TestProject - It supports for testing both web and Mobile (Android & iOS). For Non-functional test: Gatling- For performance testing and Stress testing. Apache JMeter - For Volume, Performance, Load & Stress testing. CI tool:

  6. java - RMI Load Test Tool? - Stack Overflow

    Feb 17, 2017 · You can try The Grinder, a Java Load Testing Framework. The Grinder 3 is both open-source and supports RMI protocol: The Grinder can be used to test RPC and MOM based systems using protocols such as IIOP, RMI/IIOP, RMI/JRMP, and JMS.

  7. how to perform load tests using a java framework?

    Sep 21, 2023 · I'm using Serenity Bdd (based on Selenium WebDriver) framework to test UI of an app. We need some load testing to be done as well. Do you guys have any suggestions regarding best practices or any tips? I've seen that Jmeter and loadtest4j libraries can be integrated by adding the dependency to the pom.xml file and using imports.

  8. What are the unit testing frameworks available in java?

    Sep 1, 2015 · @NikhilAgrawal: you don't need any special framework to unit test RESTful webservices, since with JAX-RS those are just regular java classes with some annotations, and the unit test can simply call the endpoint methods exactly the …

  9. How can one execute Java code using Gatling load testing …

    I am evaluating different load testing tools. After trying JMeter and having two exceptions when running and viewing the test result, I would like to give Gatling a spin. Reading to various resources I fail to find an idea how to execute once own Java Code.

  10. How to test if my java application can successfully handle low …

    Nov 30, 2018 · Just install a minimal OS inside the VM, then add Java, your application, etc. and then run your load-test against it. Networking works as usual, so you can use your existing load-testing framework and just point it at the IP address of the VM.