1
vote
2answers
73 views

JMeter Concurrent Users Count Practice

I have a web application which is working in production and there are 2000+ users of my application. Now I have to perform performance testing on the system so is there any idea how many concurrent ...
4
votes
4answers
292 views

Looking for open source, Java-based tool for performance testing

Goal: I have an enterprise application written in java to test for performance. I need to do it separately, so I will be basically simulating a user interaction over http/https. My findings: ...
1
vote
2answers
148 views

Functional and performance testing for the “Finacle - Infosys” core banking system using IBM Rational

I am trying to evaluate the capabilities of the below IBM Rational tools to handle functional testing automation and performance testing for the "Finacle - Infosys" core banking system. IBM Rational ...
0
votes
1answer
555 views

Using a variable in the filename textfield of CSV dataset config in JMeter

I want to parameterize the filename textfield of CSV dataset config. I am writing into different files for every user that I'm using in JMeter, hence I need to parameterize the filename option in the ...
8
votes
1answer
132 views

How do I tune the probabilities in a Markov chain based load test to produce specific hit rates?

I am writing a load test for a web application. I have a few month's worth of access logs that tell me relative hit rates of various URLs. However, the access logs do not contain enough information ...
2
votes
1answer
270 views

Testing automated tests in Hyper-V virtual machines

I recently started with a company which does not have any other full-time testers (testing as such is done primarily by people from support), so I don't have other people within the company to ask ...
7
votes
4answers
666 views

Load testing tools vs. making your own

I've never needed to work with commercial load running tools before, as our test infrastructure is pretty immature here and I've used internal tools in the past. We're working on a .NET technology ...
11
votes
9answers
586 views

Performance testing - a way in?

We have an a browser based application that is built on the Microsoft Stack, specifically .NET 3.5. It also uses Ajax, iframes, jQuery etc. At the moment we are just guessing at the concurrency ...