Page 1 of 1

Selenium support

Posted: Tue Aug 29, 2017 7:34 pm
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


Re: Selenium support

Posted: Thu Sep 07, 2017 11:18 am
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.