Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.15 KB

testings.md

File metadata and controls

36 lines (22 loc) · 1.15 KB

Testings

Regex

I used regex to filter out bad domains with non-valid characters and set requirements to include HTTP(s) as the beginning of the string. View the code here: here


Inputs

A lot of work has gone into the validation and checks of inputs. Things like lowering all letters, stripping any extra whitespace, and removing any spaces between letters. If statements to ensure that letters are valid only where intended.

CONVERTION NOT VALID INPUT
app-page app-page

Testing URL inputs

VALID INVALID
app-page app-page
404 ERROR FAILED TO PARSE UNREACHABLE
app-page app-page app-page

Testing Validation Code

NO ERRORS WITH ERRORS
app-page app-page