Code Monkey home page Code Monkey logo

freecodecamp-building-survey-form's Introduction

This is a Survey Form project required for the Legacy Web Developer Certification.

header body body-2 footer

Quality Assurance Testing :

You should have an h1 element with an id of title.
    #title should not be empty.
You should have a p element with an id of description.
    #description should not be empty.
You should have a form element with an id of survey-form.
You should have an input element with an id of name.
    #name should have a type of text.
    #name should require input.
    #name should be a descendant of #survey-form.
You should have an input element with an id of email.
    #email should have a type of email.
    #email should require input.
    #email should be a descendant of #survey-form.
You should have an input element with an id of number.
    #number should be a descendant of #survey-form.
    #number should have a type of number.
    #number should have a min attribute with a numeric value.
    #number should have a max attribute with a numeric value.
You should have a label element with an id of name-label.
You should have a label element with an id of email-label.
You should have a label element with an id of number-label.
    #name-label should contain text that describes the input.
    #email-label should contain text that describes the input.
    #number-label should contain text that describes the input.
    #name-label should be a descendant of #survey-form.
    #email-label should be a descendant of #survey-form.
    #number-label should be a descendant of #survey-form.
    #name should have a placeholder attribute and value.
    #email should have a placeholder attribute and value.
    #number should have a placeholder attribute and value.
You should have a select field with an id of dropdown.
    #dropdown should have at least two selectable (not disabled) option elements.
    #dropdown should be a descendant of #survey-form.
You should have at least two input elements with a type of radio (radio buttons).
You should have at least two radio buttons that are descendants of      #survey-form.
All radio buttons should have a value attribute and value.
All radio buttons should have a name attribute and value.
Every radio button group should have at least 2 radio buttons.
You should have at least two input elements with a type of checkbox (checkboxes) that are descendants of #survey-form.
All checkboxes inside #survey-form should have a value attribute and value.
You should have at least one textarea element that is a descendant of #survey-form.
You should have an input or button element with an id of submit.
    #submit should have a type of submit.
    #submit should be a descendant of #survey-form.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.