WebLoadTester
This console tool helps to load test web applications and web services
This tool is used to load test web application and web services from a windows console application. The tool makes HTTP/HTTPS call to the configured URLs and makes web calls for the given number of users. We can configure the number of users to login at each ramp, interval for each ramp, think time between web calls, and number of iteration for each web calls.
The tool comes with multiple configuration files:
UserList.xml - All the user IDs and password are stored here for the tool to...