Simulate virtual users interacting with my .NET Winform or ASP.NET application?

Microsoft has released a product called the Visual Studio Virtual User Pack 2010 Download Test to do this.

However, it cost $ 4,799.

So, is there another free or commercial tool that can mimic work?

Now my solution is:

Winform: 3 x virtualbox + WinXP with some macro software.

ASP.NET 3 x virtualbox + WinXP + Firefox and iMacro

+3
source share
3 answers

you can try a user interaction tester like selenium

http://seleniumhq.org/

0
source

selenium - , watin. , . .

+1

http://www.loadtestingtool.com/ is an example. It records your navigation on web pages and plays it at any time. You can configure many parameters to simulate concurrent accesses.

0
source

All Articles