03-07-2019, 06:06 PM
How do you do website testing?
I know there are testing tools built into stacks. With ASP.NET MVC one can create unit tests that test controllers.
But what about testing an actual web page? Let's say you have a complicated Sign Up form that may change based on javascript and/or different data in the query string.
Is there a decent tool to automate testing? free netflix tech news android 9 Perhaps it uses headless chrome? Some kind of webbrowser or something that can be scripted to pull up a URL, enter data into form fields, click a button, and then check results?
Or is this just too complicated?
The platform/stack of the tool doesn't matter so long as it just works.
I know there are testing tools built into stacks. With ASP.NET MVC one can create unit tests that test controllers.
But what about testing an actual web page? Let's say you have a complicated Sign Up form that may change based on javascript and/or different data in the query string.
Is there a decent tool to automate testing? free netflix tech news android 9 Perhaps it uses headless chrome? Some kind of webbrowser or something that can be scripted to pull up a URL, enter data into form fields, click a button, and then check results?
Or is this just too complicated?
The platform/stack of the tool doesn't matter so long as it just works.