Skip to content

Latest commit

 

History

History
 
 

form-wrong

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

What's wrong with the form?

What you need to do

  • 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

Problem

  • 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.

Bonus points

  • If you can write a UI testing code to automate the form testing (using Selenium).