Page 1 of 1

test charge users

Posted: Mon Mar 02, 2015 11:14 am
by MagicTun
Hi,

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

Best regards

Re: test charge users

Posted: Mon Mar 02, 2015 5:53 pm
by krstcs
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.