Simple performance testing tool in C#?
- by Tomas
Hi,
At first -I need to do it as my university project so I am not interested in using existing tools.
I would like to know whether it is even possible to write a very simple tool that I could use for performance testing of web applications.
It would only record actions (I do not know, maybe just packet sniffering?) and then replay.
However I have basic idea (record packets on port 80 and sending them again), I do not know how to measure time for each transaction as they are not differentiated. Any help is greatly appreciated, thank you!