test charge users

Download and share automation modules and examples.
MagicTun
Posts: 2
Joined: Mon Mar 02, 2015 11:01 am

test charge users

Post by MagicTun » Mon Mar 02, 2015 11:14 am

Hi,

For a web application, is it possible to test the user load by simulating the connection of a hundred users simultaneously?

Best regards

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: test charge users

Post by krstcs » Mon Mar 02, 2015 5:53 pm

Are you asking if Ranorex handles load testing? The answer to that is no, Ranorex is a Function UI Test Automation tool. It is not designed for load testing, it is designed to test the functionality of the of the system under test.

However, Ranorex is based on SharpDevelop 3.2 and .NET, so if you can do it in .NET you can do it in Ranorex. But, you would have to code the whole framework yourself.

There are already free tools out that do load testing. You would probably be better off not re-inventing the wheel with Ranorex.
Shortcuts usually aren't...