-
Notifications
You must be signed in to change notification settings - Fork 0
Computer name edge TC
Tymur edited this page Feb 20, 2019
·
7 revisions
- single number
- single specific character
- open form of creating new computer base page of application (e.g. http://computer-database.herokuapp.com/computers/new)
- Fill "Computer name" with provided test name and submit form.
- Search computer by name.
Computer created successfully. For created computer in columns must appear data that was provided in step-2.
- open form of creating new computer base page of application (e.g. http://computer-database.herokuapp.com/computers/new)
- Fill "Computer name" with string of 8192 characters length and submit form.
- Search computer by name.
Must appear heroku fail page.
- open form of creating new computer base page of application (e.g. http://computer-database.herokuapp.com/computers/new)
- Didn't fill "Computer name" and submit form.
- open form of creating new computer base page of application (e.g. http://computer-database.herokuapp.com/computers/new)
- Fill "Computer name" with valid string and submit form.
- Open created computer.
- Delete data in "Computer name" field and submit form.
Validation of submitting test data must fail and highlight name field.