Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to test Asp.Net frontend?

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

like image 465
Fabiano Avatar asked Dec 07 '25 15:12

Fabiano


2 Answers

Watir is one solution.

Watir, pronounced water, is an open-source (BSD) library for automating web browsers. It allows you to write tests that are easy to read and maintain. It is simple and flexible.

like image 165
D'Arcy Rittich Avatar answered Dec 10 '25 05:12

D'Arcy Rittich


Selenium is a Firefox add-on that records clicks, typing, and other actions to make a test, which you can play back in the browser.

Here are a couple of blogs that help you get started.

One by peterkrantz and one by stevetrefethen

like image 37
Nicholas Murray Avatar answered Dec 10 '25 05:12

Nicholas Murray



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!