Selenium support

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

Selenium support

Post by cheemingyong »

hi anyone tried out automated testing successfully with selenium on asp.net maker generated forms ?
it seems that the generated forms do not allow automated testing to take place using this tester


Webmaster
User
Posts: 9425

Post by Webmaster »

If you use testing tools that simulate browser input to web forms, it should not be affected by the server side technology used.

Use the browser Inspect tool to check the html displayed in the browser and see why inputs cannot be applied.


Post Reply