how to test Asp.Net frontend?
- by Fabiano
Hi
Does someone know a good way to automate the gui testing based on an Asp.Net frontend? (instead of always run the pages and test the inputs and outputs of a control by hand)
Are there any references or framework to support these tests?
Thanks