8

Stress Testing Java Application Proxy Utility

 2 years ago
source link: https://www.codesd.com/item/stress-testing-java-application-proxy-utility.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Stress Testing Java Application Proxy Utility

advertisements

I wrote a standalone Java utility, it acts as a Proxy that internally invokes operations on the MBean remotely hosted on the Tomcat JVM. (Several Java based client applications initializes new instances of it to update MBeans). What are available approaches/tools, to Stress test this Proxy, so as to simulate concurrent users and find out bottle necks.


I would recommend Fuzzing

This approach can provide you both stress testing and fuzzing I/O to bring out possible bad code (not handled exceptions, memory insufficiency, etc..)

Related Articles

Replacing QuickTest Professional (QTP) & mdash; I need a tool to test Java applications

Right now, I'm testing a Java Application with QTP (really expensive software). I decided to move my web application testing to Selenium (using Java) and I was wondering if there were any other good tools to test my Java Application or if there are s

Java Load / Stress Test Application

All, We have a Java application built on HTTP Servlets , EJB and POJO's. Clients access the application using HTTPServlet and the application consumes webservices. I need to stress test this application to test the load, thread safety and response ti

Perform a stress test on a web application?

In the past, I used Microsoft Web Application Stress Tool and Pylot to stress test web applications. I'd written a simple home page, login script, and site walkthrough (in an ecommerce site adding a few items to a cart and checkout). Just hitting the

Local test on the java application that has no context root

Here's a sample link from my jsp: <a href="/admin/articleEdit">New Article</a> My application will be deployed with no context root so such links will work in production. But locally, this fails because the link does not contain the

Finding the memory requirements of the Java application

We have a desktop Java Swing application. For shipping it, we need to specify the minimum memory requirements for deploying this application. In the JVM parameters we specify 2GB as max heap size. Is there any tool for a Windows based machine which c

How to stress testing a web portal using Java and any other open source -Cloud Test?

There is a website portal ,say W1 .Let's say the no. of users accessing are 3000.Can you please give me the detailed framework/design of how this portal can be stress tested remotely in a cloud setup using Java and/or any other open source.I am not g

Stress Testing a Command-Line Application

I have a command line perl script that I want to stress test. Basically what I want to do is to run multiple instances of the same script in parallel so that I can figure out at what point our machine becomes unresponsive. Currently I am doing someth

Spring Boot Testing Yaml Application java.lang.IllegalStateException: Tomcat connector fails

I am new to testing the spring application, not sure how to test a application profiles defined application.yml in my spring boot app. @RunWith(SpringJUnit4ClassRunner.class) @SpringApplicationConfiguration(classes = {WebApplication.class}) @WebAppCo

To test Windows applications - Is there a tool developed in Java?

I am familiar with jwinauto for windows applications however I am looking for a better tool to automate the test of Windows Applications developed in Java or JRuby or Jython. I have seen white for automating tests on web application and windows appli

Java on Windows: Test if a Java application is running as a high process (with administrator privileges)

Situation I have an (Eclipse RCP-based) Java application running on multiple platforms. I got this figured out on all platforms except Windows. Installer: My application installer is always run in elevated mode, so it can install the application to C

How to properly reference / stress test a single-page web application

I am somehow familiar with benchmarking/stress testing traditional web application and I find it relatively easy to start estimating maximum load for it. With tools I am familiar (Apache ab, Apache JMeter) I can get a rough estimate of the number of

Writing functional tests with a server-side Java application that is not a Java EE application

My company has a java-based batch application that's not implemented in Java EE which embeds jetty to handle some web service calls. Untill now, none of these endpoints had any functional tests(using something like htmlunit), which is clearly a bad t

How to stress test a web application requiring javascript

A similar question was already asked ( Performing a Stress Test on Web Application?), but I'd like to test a web application that prevents double-submits and takes some counter-XSRF actions and therefore REQUIRES JavaScripts to be evaluated. Has anyb

What are the benefits of using groovy to write integration tests for Java applications?

I seen a few posts (for instance here 1) suggesting to use groovy to write integration tests for java applications in groovy programming language. I am working on an application using the following technologies: Java 7, java EE 6, POSTGRESQL I know g

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK