Automate testing Website using C#
-
I would like to automate testing of a Website writing code in C#, The idea is to open the browser,navigate to the site,once the page is loaded search for a text box write some stuff in it click a button wait for the page refresh and search a string or an element on the page if so Succeeded else report failure, Guide me with some method or article describing the procedure how to do it,
-
I would like to automate testing of a Website writing code in C#, The idea is to open the browser,navigate to the site,once the page is loaded search for a text box write some stuff in it click a button wait for the page refresh and search a string or an element on the page if so Succeeded else report failure, Guide me with some method or article describing the procedure how to do it,