
Explore practical web testing strategies, including boundary value analysis, security checks for SQL injection and cross-site scripting, and using tools like fiddler to test username fields and cookies.
Explore how html5 validations can be bypassed and compare client-side and server-side validation, using tools like fiddler and local page saves to illustrate input manipulation.
Explore testing for what is not there by examining the default landing page, directory listings, and exposed resources, and learn to access missing challenges using Excel formulas.
Solve testing challenge 5 using a web analytics engine to explore timeouts and error handling, then simulate downtime with Fiddler or hosts file and observe 502 gateway behavior.
Apply boundary value analysis to identify minimum and maximum invalid values for minutes, hours, days, and months, plus year constraints. Consider daylight saving time and inverted boundaries.
During this course you will learn how to test in particular testing situation. I have build a couple of testing challenges meant to highlight techniques and knowledge that you need while testing software.
These challenges include:
This course teaches you how to solve these challenges like a tester.