- If you haven’t already, take a git class in codeschool.
- Once complete, create a private repo called “yipl-form-wrong” in bitbucket
- Solve the problem detailed below
- Push your code to the repo (make sure that you have multiple commits with proper messages)
- Invite [email protected] to that particular private repo
- Submit your application
-
Copy the following folder into your php-enabled web server.
-
Access this form from the browser
-
Describe, in list format, what is wrong with the given form. List as many issues as possible in a separate file "issues.txt".
-
Fix the form code to address the issues you have identified.
-
Push both the code and "issues.txt" to the repo.
- If you can write a UI testing code to automate the form testing (using Selenium).