Announcement

Collapse
No announcement yet.

Energy-Telecom test cases and bug reports

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts


  • First Name:
    - text field
    - accepts all characters
    - No more than 31
    - Required field

    Test cases:
    ID Purpose Instruction Expected Result
    #1. Accepts all characters First name = 25Misha!@#$ accepted
    #2. Max input 31 characters accepted
    #3. Max+1 input 32 characters 31 accepted
    #4. Required field empty field "required field" message
    #5. Lower boundary, one character "X" accepted

    Last Name:
    - text field
    - accepts all characters
    - No more than 31
    - Required field

    Test cases:
    ID Purpose Instruction Expected Result
    #1. Accepts all characters Last name = 25Portnov!@#$ accepted
    #2. Max input 31 characters failed
    #3. Max+1 input 32 characters 31 accepted
    #4. Required field empty field "required field" message
    #5. Lower boundary, one character "X" accepted


    Street Address:
    - text field
    - accepts all characters
    - No more than 255
    - Required field

    Test cases:
    ID Purpose Instruction Expected Result
    #1. Accepts all characters Street address = 123 Main Street, #14 accepted
    #2. Max input 255 characters accepted
    #3. Max+1 input 256 characters 255 accepted
    #4. Required field empty field "required field" message
    ???#5. Lower boundary, ??? character "?????" accepted

    City

    - text field
    - accepts all characters
    - No more than 50
    - Required field

    Test cases:
    ID Purpose Instruction Expected Result
    #1. Accepts all characters City = 25Moskva!@#$ accepted
    #2. Max input 50 characters accepted
    #3. Max+1 input 51 characters 31 accepted
    #4. Required field empty field "required field" message
    ???#5. Lower boundary, ??? character "?????" accepted


    State
    - List Box offering the list of all 50 states
    - Required field.

    Test cases:
    ID Purpose Instruction Expected Result
    #1. List Box offering the list of all 50 states State = HI failed
    #2. Required field empty field "required field" message


    ZIP:
    - text field
    - accepts 5 characters
    - digits only
    - Required field
    - Existing

    Test Cases:
    #1. 5 digits, existing 94085 accepted
    #2. 6 digits 940851 94085 accepted
    #3. 4 digits 9408 "enter valid ZIP" message
    #4. Required field empty field "required" error message
    #5. Invalid input - letter 94O85 "digits only" message
    #6. Invalid input - sp. character 9408% "digits only" message
    #7 Paste 6 digits/Letter/Sp.Character failed

    Email
    - text field
    - accepts digits, letters, some special characters
    - 255 characters
    - Required field

    Test cases:

    ID Purpose Instruction Expected Result
    #1. Accepts digits, letters email = Misha123@gmail.com accepted
    #2. Max input 255 characters accepted
    #3. Max+1 input 256 characters accepted
    #4. Required field empty field failed

    Phone:
    - 3 text fields,
    - accepting 3-3-4 chars (digits only). accepted
    - Required field. accepted

    #1. Happy path accepted


    =====================================BUG REPORTS============================
    #1. Please, provide the minimal amount of characters for "Street Address" field
    #2. "First name" field should accept up to 31 characters, no 30 as it accepts now
    #3. "Street Address" field accepts no more than 100 characters instead of 255 as per requirements
    #4. “Last Name” field accepts only 30 characters, not 31 as required
    #5. “State” field does not contain all 50 states. No “HI” state for example.
    #6. “State” field: The “Other” does not applicable to the list of “all states” as in requirements.
    #7. “State” field: “BC” does not belong to American states list.
    #8. At the requirements for “Email” field not specified what exactly special characters field should accept.
    #9. If “Email” field left empty there is no "required field" message.
    #10. 255 characters is way more the needs for “email” field.
    #11. “ZIP” accepts over 5 characters and prohibited characters (such as letters and special characters) when user passes them.

    Comment


    • Test Cases and Bug Reprts for Energy-Telecom Service Review

      Last Name

      -text field,
      -accepts all characters.
      -No more than 31.
      -Required field.

      Test cases:
      ID Purpose Instruction Expected Result
      #1. Accepts all characters Last Name=Kushnir 87_#;/. Accepted
      #2. Max input 31 characters Accepted
      #3. Max+1 input 32 characters 31 accepted
      #4. Required field Empty field "Requared field" message
      #5. Lower bundary, 1 char Last Name=K Accepted

      City

      -text field,
      -accepts all characters.
      -No more than 50.
      -Required field.

      Test cases:
      ID Purpose Instruction Expected Result
      #1. Accepts all characters City=Tula - 612,.|& Accepted
      #2. Max input 50 characters Accepted
      #3. Max+1 input 51 characters 50 accepted
      #4. Required field Empty field "Requared field" message
      #5. Lower bundary, 1 char City=T Accepted


      Email

      -text field,
      -accepts digits, letters, some special characters - @ . – _
      -255 characters.
      -Required field.

      Test cases:
      ID Purpose Instruction Expected Result
      #1. Accepts digits, letters,
      some special characters @ . – _ Email=kushnir-olesya_1@gmail.com Accepted
      #2. Invalid input - other sp. char Email=kushnir-olesya,1@gmail.com "Enter valid Email" error message
      #3. Invalid input - 0 letters after dot Email=kushnir-olesya_1@gmail. "Enter valid Email" error message
      #4. Max input 255 characters Accepted
      #5. Max+1 input 256 characters 255 accepted
      #6. Required field Empty field "Requared field" message

      Phone

      -3 text fields,
      -accepting 3-3-4 chars (digits only).
      -Required field.

      Test cases:
      ID Purpose Instruction Expected Result
      #1. Accepts 3-3-4 digits 111 222 3333 Accepted
      #2. Invalid input - paste sp.character 11, 222 3333 "Enter valid Phone" error message
      #3. Invalid input - paste letter 11o 222 3333 "Enter valid Phone" error message
      #4. Invalid input - Max-1 digits 111 222 333 "Enter valid Phone" error message
      #5. Paste Max+1 digits 1234 1234 12345 3-3-4 digits accepted
      #6. Required field Empty field "Requared field" message

      ----------------------BUG REPORTS-------------------------------
      #1. "Last Name" field must accept up to 31 characters but it accepts up to 30 only
      #2. "Email" field accepts not only some valid special characters - @ . – _ - but ALL special characters without error message
      #3. "Email" field accepts emails with zero domain names (e.g. robert@gmail.) without error message
      #4. "Email" field must accept up to 255 characters but it accepts more then 255
      #5. "Email" field has an asterisk as a requared field but it is possible to leave it blank without error message
      #6. Please narrow down the width of "Phone" text fields according the number of maximum contained digits
      #7. Label "Best Way To Contact Me" should be one line label, please don't carry "Me" to the new line
      #8. There is no validation for correspondence of State and ZIP code: e.g., the combination of State "AL" and ZIP code "99501" doesn't exist but was accepted

      Comment


      • Last Name:
        • text field
        • accepts all characters
        • No more than 31
        • Required field
        Test cases:
        ID Purpose Instruction Expected Result
        #1. Accepts all characters Last name = 25Tom!@ accepted
        #2. Max input 31 characters accepted
        #3. Max+1 input 32 characters 31 accepted
        #4. Required field empty field "required field" message
        #5. Lower boundary, one character "X" accepted



        City:
        • text field
        • accepts all characters
        • No more than 50
        • Required field
        Test cases:
        ID Purpose Instruction Expected Result
        #1. Accepts all characters City = Phoenix53@ accepted
        #2. Max input 50 characters accepted
        #3. Max+1 input 51 characters 50 accepted
        #4. Required field empty field "required field" message



        State:
        • List Box offering the list of all 50 states
        • Required field
        Test cases:
        ID Purpose Instruction Expected Result
        #1. List Box contain all 50 states NY accepted
        #2. Required field empty field "required field" message


        Email:
        • text field
        • accepts digits, letters, some special characters
        • 255 characters
        • Required field
        Test Cases:
        ID Purpose Instruction Expected Result
        #1. Accepts digits, letters, some sp. Ch. (@ . – _) Email = my.mail5@mail.com accepted
        #2. Max input 255 characters accepted
        #3. Max+1 input 256 characters 255 accepted
        #4. Required field empty field "required field" message



        Phone:
        • 3 text fields
        • accepting 3-3-4 chars (digits only)
        • Required field
        Test Cases:
        ID Purpose Instruction Expected Result
        #1. Field 1: 3 digits, existing 585 accepted
        #2. Field 1: 2 digits 58 "enter a valid Phone Number " message
        #3. Field 1: 4 digits 5855 "enter a valid Phone Number " message
        #4. Field 1: Paste 4 digits 5855 "enter a valid Phone Number " message
        #5. Field 1: Paste letter 5Q5 "enter a valid Phone Number " message
        #6. Field 1: Paste Sp. Character 5$5 "enter a valid Phone Number " message
        #7. Field 1: Required field empty field "required" error message
        #8. Field 2: 3 digits, existing 123 accepted
        #9. Field 2: 2 digits 12 "enter a valid Phone Number " message
        #10. Field 2: 4 digits 1234 "enter a valid Phone Number " message
        #11. Field 2: Paste 4 digits 1234 "enter a valid Phone Number " message
        #12. Field 2: Paste letter l23 "enter a valid Phone Number " message
        #13. Field 2: Paste Sp. Character !23 "enter a valid Phone Number " message
        #14. Field 2: Required field empty field "required" error message
        #15. Field 3: 4 digits, existing 1234 accepted
        #16. Field 3: 3 digits 123 "enter a valid Phone Number " message
        #17. Field 3: 5 digits 12345 "enter a valid Phone Number " message
        #18. Field 3: Paste 4 digits 1234 "enter a valid Phone Number " message
        #19. Field 3: Paste letter l234 "enter a valid Phone Number " message
        #20. Field 3: Paste Sp. Character !234 "enter a valid Phone Number " message
        #21. Field 3: Required field empty field "required" error message



        ===================================== BUG REPORTS ============================

        #1. "Last name" field should accept up to 31 characters, no 30 as it accepts now
        #2. “State” List Box: “HI” and “NV” options are missed
        #3. “State” List Box: misspelling: replace "IND" with "IN"
        #4. “State” List Box contain extra name “BC”, which is not a state
        #5. “Other” option in the “State” List Box is redundant
        #6. Suggestion: States in the “State” List Box should go in alphabetical order
        #7. “Email” field should be required field
        #8. “Email” field should accept up to 255 characters, not more as it accepts now
        #9. “Email” field should accept only some special characters (@ . – _), no other special characters as it accepts now

        Comment


        • ______________TEST CASES________________

          ID / title / Instruction / Expectected result

          1 / Acceptence test / Fill in all the requred fields of web form "Energy telecom" / See page with message " Thank you for you praticipatipn"
          2 / Required field / Submit web form whithout fill in required fields. / "See error message *Please enter your First Name
          * Please enter your Last Name
          * Please enter your Street Addresss
          * Please enter your City
          * Please select your State
          * Please enter your ZIP Code * Please enter your Email
          * Please enter your Phone number

          3 / "First name" field characters / In "contact information" write in "First name" field 13 characters "Pavel1234!@)%" / "Pavel1234!@)%" filled in.
          4 / "First name" field capcaity write test / In "contact information" write in "First name" field 31 characters. PavelShelemetev1234567890Pavel11" / 31 characters
          "PavelShelemetev1234567890Pavel11" filled in
          5 / "First name" field capcaity test with paste / In "Contact information" Paste in "First name" Field 31 characters."PavelShelemetev1234567890Pavel1" / 31 characters "PavelShelemetev1234567890Pavel1" filled in
          6 / "First name" field capcaity write high boundary. / In "contact information" write in "First name" field 33 characters "PavelShelemetev1234567890!@)Pavel" / 31 characters "PavelShelemetev1234567890!@)Pav" filled in
          7 / "First name" field capcaity test with paste, high boundary / In "Contact information" Paste in "First name" Field 33 characters. "PavelShelemetev1234567890!@)Pavel" / 31 characters "PavelShelemetev1234567890!@)Pav" filled in
          8 / "First name" field capacity with low boundary / In "Contact information" Paste in "First name" Field 1 characters. "P" / 1 characters "P" filled in
          9 / "Last name" field characters / In "contact information" write in "Last name" field 18 characters "Shelemetev123!%)@" / "Shelemetev123!%)@" filled in.
          10 / "Last name" field capcaity / In "contact information" write in "Last name" field 31 characters. "PavelShelemetev1234567890Pavel1" 31 characters. / "PavelShelemetev1234567890Pavel1" filled in
          11 / "Last name" field capcaity test with paste / In "Contact information" Paste in "Last name" Field 31 characters. "PavelShelemetev1234567890Pavel1" 31 characters / "PavelShelemetev1234567890Pavel1" filled in
          12 / "Last name" field capcaity high boundary. / In "contact information" write in "Last name" field 33 characters "PavelShelemetev1234567890!@)Pavel" 31 characters / "PavelShelemetev1234567890!@)Pav" filled in
          13 / "Last name" field capcaity test with paste, high boundary In "Contact information" Paste in "Last name" Field 33 characters. "PavelShelemetev1234567890!@)Pavel" 31 characters / "PavelShelemetev1234567890!@)Pav" filled in
          14 / "Last name" field capacity test with low boundary / In " Contact information" write in "Last name" field 1 characters "S" / 1 characters "S" filled in
          15 / "Street Address" field characters test In "Contact information" write in "Street Address" field "Silvestra street 5@)!" / "Silvestra street 5@)!" filled in
          16 / "Street Address" field capacity write 255 char. / in field In "Contact information" write in "Street Address" field 255 characters / 255 characters filled in
          17 / "Street Address" field capacity write high boundary in field. / In "Contact information" write in "Street Address" field 256 characters / 255 characters filled in
          18 / "Street Address" field capacity paste in filed / In "Contact information" paste in "Street Address" field 255 characters / 255 characters filled in
          19 / "Street Address" field capacity paste in filed high boundary I / n "Contact information" paste in "Street Address" field 256 characters / 255 characters filled in
          20 / "City" field characters test / In "Contact information" write in "City" field "Omsk55!@#)" characters / "Omsk55!@#)" filled in.
          21 / "City" field capacity write test / In "Contact information" write in "City" field 50 characters. / 50 characters filled in.
          22 / "City: field capacity paste test / In "Contact information" paste in "City" field 50 characters. / 50 characters filled in.
          23 / "City" field capacity write high boundary / In "Contact information" write in "City" field 51 characters. / 50 characters filled in.
          24 / "City" field capacity paste high boundary / In "Contact information" paste in "City" field 51 characters. / 50 characters filled in.
          25 / "City" field capacity paste low boundary / In "Contact information" paste in "City" field 1 characters. / 1 characters filled in.
          26 / "State" filed list-box test / Check "ТХ" states in "States" field / State "TX" checked and submit.
          27 / "State" filed list-box - correct tates / In "contact information" - "State" list-box, verify that list-box included 50 states whith right "State" / list box included 50 states.
          28 / "ZIP" filed happy path / Input valid zip code "94040" in "ZIP" filed, "Contact information". / Zip code "94040" in filled in "ZIP" filed.
          29 / "ZIP" filed input digits only / Input "940we" in "ZIP" field, "Contact information" and submit. / See error message *Please enter valid ZIP code.
          30 / "ZIP" filed - capacity High boundary / Input "940404" in "ZIP" field, "Contact information" / "94040" filled in "ZIP" field
          31 / "ZIP" filed - capacity High boundary paste / Paste "940404" in "ZIP" field, "Contact information" / "94040" filled in "ZIP" field
          32 / "ZIP" filed - capacity low boundary / Input "9404" in "ZIP" field, "Contact information" and submit / See error message *Please enter valid ZIP code.
          33 / "ZIP" field invalid input - letter / Input "9404o" in "ZIP" field, "contact information" / "9404" filled in "ZIP" field
          34 / "ZIP" field invalid input - spec. chracters / Input "9404@" in "ZIP" field, "contact information" / "9404" filled in "ZIP" field
          35 / "ZIP" field invalid paste - letter / Paste "9404o" in "ZIP" field, "contact information" / "9404" filled in "ZIP" field
          36 / "ZIP" field invalid paste - spec. chracters / Paste "9404@" in "ZIP" field, "contact information" / "9404" filled in "ZIP" field
          37 / "Email" field happy path / Input valid email"spp55lis@gmail.com in "Email" field. "spp55lis@gmail.com" filled and web form submitted
          38 / "Email" field capacity test / Input 255 characters in "Email" field / "Email" field accepted 255 characters.
          39 / Email field capacity test High boundary / Input 256 charactesr in "Email" field / "Email" field accepted 255 characters.
          40 / Email field capacity test paste / Paste 255 characters in "Email" field / "Email" field accepted 255 characters.
          41 / Email field capacity test paste High boundary / Paste 256 characters in "Email" field / "Email" field accepted 255 characters.
          42 / "Phone" fiedl happy path test / Input in 3 text field valid values "913-011-4567" / "Phone" field accepted "913-011-4567" web form can submitted
          43 / "Phone" field low boundary first text field / Input invalid values "9-011-4567"for first next fiedl in "Phone" field, " Contact's information" / After submit form, error message: "Please enter a valid Phone number"
          44 / "Phone" field low boundary second text field / Input invalid values "913-2-4456"for first next fiedl in "Phone" field, " Contact's information" / After submit form, error message: "Please enter a valid Phone number"
          45 / "Phone" field low boundary third text field / Input invalid values "913-123-1"for first next fiedl in "Phone" field, " Contact's information" / After submit form, error message: "Please enter a valid Phone number"
          46 / "Phone" field High boundary text field / Input invalid values "9131-1231-45677"for first next fiedl in "Phone" field, " Contact's information" / "Phone" filed accept "913-123-4567"
          47 / "Phone" field high boundary paste / Paste invalid values "9131-1231-45677"for first next fiedl in "Phone" field, " Contact's information" / "Phone" filed accept "913-123-4567"
          48 / "Phone" field input letter / Input invalid values "9I3-I23-456T" / "Phone" filed accept "93-23-456"
          49 / "Phone" field input spec. chars. / Input invalid values "9!3-!23-456&" / "Phone" filed accept "93-23-456"
          50 / "Phone" field paste letter / Paste invalid values "9I3-I23-456T" / "Phone" filed accept "93-23-456"
          51 / "Phone" field paste spec. chars / Paste invalid values "9I3-I23-456T" / "Phone" filed accept "93-23-456"

          Comment



          • __________________________________________________ _________BUG REPORTS________________________________________________

            ID / Short description / step to reproduce / severity

            1 / Cannot submit web form witj all fill in required field / Fill in all required field in web form and submit / serious
            2 / Are special characters required in the "Address" field - "Contact information"? / "Street Address" field, "contact information" / suggestion
            3 / Maybe it makes sense to set a minimum characters per "Address" field / "Street Address" field, "contact information" / suggestion
            4 / "Contact information" - "Referred by" - is required field / After submitt web-form, if "refferd by is ampty - error message "Please enter the name of the person you were referred by" / serious
            5 / It may be better to calculate the state by zip code than to provide the ability to choice it / Contact information - "State" field / suggestion
            6 / "Contact information" in "First name" field does not meet requirements / "First name field accepted 30 instead characters than 31 characters / minor
            7 / "Contact information" in "Last name" field does not meet requirements / "First name field accepted 30 instead characters than 31 characters / minor
            8 / Contact information in "Street address" does not meet requirements / In "Contact information" , " Street address" field accepted 100chracters instead than 255 / minor
            9 / TAB order in web form inconsistent with rules / TAB order inconsistent with rules. Set input focus in "First name" in " contact information" after TAB focus in "Reffered by" / minor
            10 / "Contact information" - "State" - field Inconsistent state in list-box / BC- British Columbia is not USA state / minor
            11 / "Contact information" - "State" - field empty state in list-box / DC- District of Columbia is empty in list-box. / serious
            12 / "Contact information" - "State" - field empty state in list-box / HI -Hawai is empty in list-box / serious
            13 / "Contact information" - "State" - field Inconsistent state in list-box / IND - is not short name "Indiana", Right name "IN" / minor
            14 / "Contact information" - "State" - field empty state in list-box / NV - Nevada is empty in list-box. / serious
            15 / "Contact information" - "State" - field invalid list-box value / Other - does not need in list-box "State" - "Contact information" / minor
            16 / "Contact Information" - "ZIP"field input invalid values / "ZIP" field can Input special characters - invalid values for this field / minor
            17 / "Contact Information" - "ZIP"field input invalid values / "ZIP" field can Input letter characters - invalid values for this field / minor
            18 / "Contact information" - "Email" field , requirements for special characters. / It is necessary to specify what special characters can accepte "Email" field. / suggestion
            19 / "Contact information" - "Email" field, format for field "Email" / It is necessary to specify format for "Email" - NAME@DOMAIN" / suggestion
            20 / "Contact information" - Email" field is not required. / "Contact information" - Email" field is not required / serious
            21 / "Contact information" - "email field , minimum charactesr for field "Email" / It may be necessary to specify a minimum jf characters for "Email" field / suggestion
            22 / "Contact infromation" In "Phone" field can paste letter / it may be necessary to switch off function ability to insert letters / suggestion
            23 / "Contact infromation" In "Phone" field can paste spec characters / "it may be necessary to switch off function ability to insert spec characters" / suggestion
            24 / List box "Current Provider:" - specify "other" / It may be necessary to add ability to specify "Other" / suggestion
            25 / "Local/Long Distances/International Service" - "Primary Phone Number" field can paste letter / "Local/Long Distances/International Service" - In "Primary Phone Number" field can paste letter / suggestion
            26 / "Local/Long Distances/International Service" - "Primary Phone Number" field can paste spec characters. / In"Primary Phone Number" field can paste spec characters / suggestion
            27 / "Cell Phone Service" - "My monthly bill is approximately" filed accepted spec characters / "Cell Phone Service" -"Monthly bill is approximately" field accepted special characters. / minor
            28 / "Cell Phone Service" - "My monthly bill is approximately" filed accepted letters / "Cell Phone Service" - "Monthly bill is approximately" field accepted letters / minor
            29 / "Local/Long Distances/International Service" - "My monthly bill is approximately" filed accepted spec characters / "Local/Long Distances/International Service" - "My monthly bill is approximately" filed accepted special characters / minor
            30 / "Local/Long Distances/International Service" - "My monthly bill is approximately" filed accepted letters / "Local/Long Distances/International Service" - "My monthly bill is approximately" filed accepted letters / minor
            31 / "Local/Long Distances/International Service" - "Total bill" filed accepted letters / "Local/Long Distances/International Service" - "Total bill" filed accepted letters / minor
            32 / "Local/Long Distances/International Service" - "Total bill" filed accepted spec. chars. / "Local/Long Distances/International Service" - "Total bill" filed accepted spec. chars. / minor
            33 / "High Speed Internet Service" - "My monthly bill is approximately:" field accepted spec. chars. / "High Speed Internet Service" - "My monthly bill is approximately:" field accepted spec. chars. / minor
            34 / "High Speed Internet Service" - "My monthly bill is approximately:" field accepted letters. / High Speed Internet Service - "My monthly bill is approximately:" field accepted letters. / minor
            35 / "TV Service" - "My monthly bill is approximately:" field accepted spec. chars. / "TV Service" - "My monthly bill is approximately:" field accepted spec. chars. / minor
            36 / "TV Service" - "My monthly bill is approximately:" field accepted letters. / "TV Service" - "My monthly bill is approximately:" field accepted letters. / minor
            37 / "Home Security Service" - "My monthly bill is approximately:" field accepted spec. chars. / "Home Security Service" - "My monthly bill is approximately:" field accepted spec. chars. / minor
            38 / "TV Service" - "My monthly bill is approximately:" field accepted letters. / "TV Service" - "My monthly bill is approximately:" field accepted letters. / minor
            39 / "Gas and Electric Services" - "My monthly bill is approximately (summer): " field accepted spec. chars. / "Gas and Electric Services" - "My monthly bill is approximately (summer): " field accepted spec. chars. / minor
            40 / "Gas and Electric Services" - "My monthly bill is approximately (winter):" field accepted spec chars. / "Gas and Electric Services" - "My monthly bill is approximately (winter):" field accepted spec chars. / minor
            41 / "Gas and Electric Services" - "My monthly bill is approximately (summer): " field accepted letters. / "Gas and Electric Services" - "My monthly bill is approximately (summer): " field accepted letters / minor
            42 / "Gas and Electric Services" - "My monthly bill is approximately (winter):" field accepted letters. / "Gas and Electric Services" - "My monthly bill is approximately (winter):" field accepted letters. / minor

            Comment


            • -------------------------- First name --------------
              ID Title Instructions Expected result Actual result
              #1. Accepts all characters Yan@1 Accepted Accepted
              #2. Max input 31 characters 31 Accepted 30 Accepted
              #3. Max input + 1 31 characters 31 Accepted 30 Accepted
              #4. Max input + 1 paste 31 characters 31 Accepted 30 Accepted
              #5. Required field submit empty field "required field" msg "required field" msg
              #6. One character Submit Y Accepted Accepted

              -------------------------- Last name --------------
              ID Title Instructions Expected result Actual result
              #1. Accepts all characters Bo1onin@ Accepted Accepted
              #2. Max input 31 characters 31 Accepted 30 Accepted
              #3. Max input + 1 31 characters 31 Accepted 30 Accepted
              #4. Max input + 1 paste 31 characters 31 Accepted 30 Accepted
              #5. Required field submit empty field "required field" message "required field" message
              #6. One character Submit Y Accepted Accepted

              -------------------------- Street Address: ---------

              ID Title Instructions Expected result Actual result
              #1. Accepts all characters Brodw@y st. 1, #3 Accepted Accepted
              #2. Max input 255 characters 255 Accepted 100 Accepted
              #3. Max input + 1 256 characters 255 Accepted 100 Accepted
              #4. Max input + 1 paste 256 characters 255 Accepted 100 Accepted
              #5. Required field empty field "required field" message "required field" message
              #6. One character Submit Y "Minimal limit of characters" message Accepted

              -------------------------- City: -----------------------

              ID Title Instructions Expected result Actual result
              #1. Accepts all characters New-Y0rk, cit@ Accepted Accepted
              #2. Max input 50 characters 50 Accepted 50 Accepted
              #3. Max input + 1 51 characters 50 Accepted 50 Accepted
              #4. Max input + 1 paste 51 characters 50 Accepted 50 Accepted
              #5. Required field empty field "required field" message "required field" message
              #6. One character Submit Y "Minimal limit of characters" message Accepted

              -------------------------- State: ---------------------

              ID Title Instructions Expected result Actual result
              #1. Required field submit empty field "required field" message "required field" message

              -------------------------- ZIP: -----------------------

              ID Title Instructions Expected result Actual result
              #1. Existing 5 digits 94040 Accepted Accepted
              #2. Digits and a letter type 9404O "Digits only" error message Accepted
              #3. Digits and a letter submit 9404O "Digits only" error message "Enter valid ZIP Code" message
              #4. Digits and spec.character type 9404@ "Digits only" error message Accepted 9404
              #5. Digits and spec.character submit 9404@ "Digits only" error message "Enter valid ZIP Code" message
              #6. Digits and spec.character paste 9404@ "Digits only" error message Accepted 9404@
              #7. Max input + 1 type 940401 94040 accepted 94040 accepted
              #8. Max input + 1 paste 940401 94040 accepted 94040 accepted
              #9. Max input + 1 paste&submit 940401 "enter valid ZIP CODE" error message "enter valid ZIP CODE" error message
              #10. Required field submit empty field "required field" message "required field" message
              #11. Less than 5 digits submit 9404 "enter valid ZIP CODE" error message "enter valid ZIP CODE" error message
              #12. Non-existing ZIP CODE submit 00000 "enter valid ZIP CODE" error message Accepted

              -------------------------- Email: -------------------

              ID Title Instructions Expected result Actual result
              #1. Digits, letters, spec.char dananabo1omina@gmail.com Accepted Accepted
              #2. Max input 255 characters 255 accepted 255 accepted
              #3. Max input + 1 256 characters 255 accepted 256 accepted
              #4. One character Submit "R" "enter valid Email" error message Accepted
              #5. Required field submit empty field "required field" message Accepted

              -------------------------- Phone: -----------------

              ID Title Instructions Expected result Actual result
              #1. 3-3-4 digits (3 fields) 999 888 7777 Accepted Accepted
              #2. Max input + 1 paste 4-4-5 digits Accepted 3-3-4 digits Accepted 3-3-4 digits
              #3. Other characters type 99b 88d 777L Accepted 99 88 777 Accepted 99 88 777
              #4. Other characters paste 99b 88d 777L Accepted 99 88 777 Accepted 99b 88d 777L
              #5. Other characters submit 99b 88d 777L "enter valid phone number" error msg "enter valid phone number" error msg
              #6. One digit per field type 1 1 1 "enter valid phone number" error msg "enter valid phone number" error msg
              #7. Required field submit empty fields "enter your phone number" error msg "enter your phone number" error msg
              ____________________________________________
              BUG REPORTS ARE AT THE NEXT POST DUE TO LIMIT OF CHARACTERS AMOUNT PER ONE POST
              Last edited by YanaSQA; 04-24-2022, 07:44 PM.

              Comment


              • AN EXTENTION TO MY TEST CASES FROM MY PREVIOUS POST

                ========================== Bug reports ========

                #1. "Email" field has an asterisk, but if it is empty there is no "Required field" msg.
                #2. "Referred by:" field doesn't have an asterisk, despite on that, if it is empty a user gets
                "Required field" message.
                #3. Inconsistency when a user pushes Tab button on the keyboard the cursor jumps from "First
                name" field straight to "Referred by:" field.
                #4. "First name" field: 30 characters accepted instead of 31, as it said in Requirements.
                #5. "Last name" field: 30 characters accepted instead of 31, as it said in Requirements.
                #6. "Street Address:" field: 100 characters accepted instead of 255, as it said in Requirements.
                #7. "Street Address" field: provide minimal limit of characters.
                #8. "City:" field: provide minimal limit of characters.
                #9. "State:" drop down list: redundant state (BC).
                #10. "State:" drop down list: NV and HI are missing.
                #11. "State:" drop down list: replace IND with IN.
                #12. "State:" drop down list: move "other" to the end of the list.
                #13. Inconsistency in "ZIP CODE" field: the field accepts a letter, whereas after submitting the form a user gets "Enter
                valid ZIP CODE" message. Moreover, the field doesn't accept special character at all.
                #14. "ZIP CODE" field: special character can be pasted.
                #15. Inconsistency in "ZIP CODE" field: selected input cannot be automatically deleted when a user start typing.
                #16. "ZIP CODE" field: more than 5 characters can be pasted.
                #17. Inconsistency in "Email:" field has an asterisk, but if it's empty there is no "Required field" message.
                #18. "Email:" field accepts more than 255 characters.
                #19. Please, provide a minimal limit of characters for "Email:" field.
                #20. "Phone:" fields: other characters can be pasted.
                #21. Inconsistency in "Phone:" fields: by typing on the Numeric Keypad a cursor doesn't jump to the next field of the phone.
                #22. "Phone:" fields: by deleting inputs with Backspace button a cursor doesn't jump from field to field (within the 3 phone fields).
                #23. "Referred by:" is not mentioned in the Requirements. Is that alright?
                #24. "Referred by:" is not indicated as a Required field, but if a user submit it empty he will get an error message.

                Comment


                • ==============================BUG REPORTS===================================

                  1. “Email:” field is not processed as a required field when it is left empty;

                  2. Requirements to the “Phone:” fields do not clarify which out of 3 fields are required;

                  3. “Referred by:” field - there is no information in the requirements on the field being /not being a required field;

                  4. “Referred by:” field inconsistency between the field not having the asterisk, but being processed as a required field;

                  5. Tab order is broken: when on the “First Name:” field when pressing the “tab” key on the keyboard the cursor goes to the “Referred by:” instead of the “Last Name:” field;

                  6. Confusing error msg. When user pushes the “Clear” button;

                  7. “First name” text field does not take more than 30 characters but supposed to take 31;

                  8. “Last Name” text field does not take more than 30 characters but supposed to take 31;

                  9. Suggestion: there is no practical need for the “First Name” and “Last Name” test fields to accept any characters other than letters;

                  10. “Street Address” field takes 100 characters instead of 255;

                  11. Suggestion: there is no practical need for the “City” text field to accept any characters other than letters;

                  12. “State” drop down list: there are 49 states listed instead of 50;

                  13. “State” drop down list: the list of states needs to be reworked and corrected;

                  14. “State” drop down list: If the list of states offers all 50 states than there is no point in having “Other” in the list;

                  15. “ZIP” text field: accepts letters but supposed to take only digits;

                  16. “ZIP” text field: if you copy “as12#$as;lkdfja;” and paste it into the text field the field accepts more than 5 characters;

                  17. “ZIP” text field: the field takes more than 5 characters if pasted;

                  18. Suggestion: “Email” field - the total number of acceptable input should be 320 characters where local part (before the “@“) is limited to 64 characters and the domain part (after the “@“) can consist of 255 characters (https://datatracker.ietf.org/doc/html/rfc3696 page 7);

                  19. “Email” field takes more than 255 characters. 1063 characters input is accepted by the field which is way over the maximum input specified in the requirements;

                  20. “Phone” field takes any characters (letters and special characters) instead of taking only digits;

                  Comment


                  • City: text field, accepts all characters. No more than 50. Required field.
                    Test cases:
                    ID _Description ____________Instructi_____________Expected Result
                    #1. Accepts all characters ___City = 11NewYork$%&__Accepted
                    #2. Maximum input_________50 character__________Accepted
                    #3. Maximum input+1_______51 character _________50 Accepted
                    #5. Required field__________Empty field __________"Required field" message
                    ================================================== ====================================

                    State: List Box offering the list of all 50 states. Required field.
                    Test cases:
                    ID Description ________Instruction_______________________Expected Result
                    #1. List box offering ____Push the dropdown listbox "State"___ show the 50 States USA
                    #2. Required field______Empty field______________________"Required field" message

                    ================================================== ====================================

                    Email: text field, accepts digits, letters, some special characters. 255 characters. Required field.
                    Test cases:
                    ID__Description____________Instruction____________ ___________Expected Result
                    #1. _Accepts all characters___Email = 11googles$%&@gmail.com___Accepted
                    #2. _Maximum input_________255 character____________________Accepted
                    #3. _Maximum input+1_______256 character 255________________Accepted
                    #4. _Required field__________Empty field______________________"Required field" message


                    ================================================== ====================================

                    Phone: 3 text fields, accepting 3-3-4 chars (digits only). Required field.
                    Test cases:
                    ID Description_______________Instruction_____________ ________Expected Result
                    #1. 3-3-4 digits chars_________123-456-7890___________________Accepted
                    #2. 3-3-4 digits chars+1_______1233-4566-78900 123-456-7890____Accepted
                    #3. Required field____________Empty field_____________________"Required field" message
                    #5. Invalid input - letter________12A-45A-789A__________________"Digits only message"
                    #6. Invalid input - sp. character__12!-45@-789#__________________"Digits only message"

                    ================================================== =====================================

                    Bug Report
                    #1. "Email" field is not treated as a required field if it is not filled.

                    #2. The requirements for "Phone" field do not specify which of the three fields is required.

                    #3. "Referred by" field: there is no information in requirements on the field being/not being a required field.

                    #4. "Referred by" field: inconsistency between the field not having the asterisk, but being processed as a required field.

                    #6. Confusing/misleading error message when user pushes the "Clear" button.
                    Last edited by Styge; 04-25-2022, 12:55 PM.

                    Comment


                    • ==== STREET ADDRESS requirements:




                      - text field

                      - accepts all characters

                      - No more than 255 characters

                      - Required field




                      ID. Purpose Instructions Expected result



                      1#. Accept all characters. Soglasiya 34, #117 Accepted

                      2#. Max input 255 characters Accepted

                      3#. Max input + 1 256 characters 255 accepted

                      4#. Required field empty field “required field” message accepted

                      5#. Low boundary, ???? Accepted



                      ==== CITY requirements:




                      - text field

                      - accepts all characters

                      - No more than 50

                      - Required field.




                      ———————




                      1#. Accept all characters 123kalinнинград";%""@ Accepted

                      2#. Max input 50 characters Accepted

                      3#. Max + 1 input 51 characters 50 characters accepted only

                      4#. Low boundary, Accepted

                      5#. Required field Empty “Please enter your City” error message







                      ===== State requirements:




                      - List Box offering the list of all 50 states

                      - Required field




                      1#. 50 states in List Box Counting the number of states in List Box 50 states “other” and “- -“ lines

                      2#. Required field Empty line “Please select your state” error message







                      ====== ZIP




                      - text field

                      - accepts 5 characters (digits only)

                      - Required field.



                      1#. Accept 5 characters (digits) 12345 Accepted

                      2#. Input 1 character (digit) 4 “Please enter valid ZIP code” error message

                      2#. Input 5 + 1 characters (digits) 123456 123456 accepted only

                      3#. Input letters and digits 1234q “`Please enter a valid ZIP code” error message

                      4# Required field Empty “Please enter your ZIP code” error message













                      ================= BUG REPORTS ===================

                      #1. Please, specify the minimal number of characters in address field.

                      #2. Please, specify the minimal number of characters in city field.

                      #3. Please, specify the position of “other” in State list Box.

                      #3. “BC” line has an incorrect place, it has to be after “AR” in State list box

                      #4. Zip section accepted “paste method” with all characters, should be fixed in order to digits will be accepted only.

                      Comment


                      • First Name:
                        - text field
                        - accepts all characters
                        - No more than 31
                        - Required field

                        Test cases:
                        ID Purpose Instruction Expected Result
                        #1. Accepts all characters First name = V1@dimIr accepted
                        #2. Max input 31 characters accepted
                        #3. Max+1 input 32 characters 31 accepted
                        #4. Required field empty field "requred field" message
                        #5. Lower boundary, one character "X" accepted

                        ------------------------------

                        Last Name:
                        - text field
                        - accepts all characters
                        - No more than 31
                        - Required field

                        Test cases:
                        ID Purpose Instruction Expected Result
                        #1. Accepts all characters Last name = Erm@k0v accepted
                        #2. Max input 31 characters accepted
                        #3. Max+1 input 32 characters 31 accepted
                        #4. Required field empty field "requred field" message
                        #5. Lower boundary, one character "X" accepted

                        ------------------------------

                        Street Address:
                        - text field
                        - accepts all characters
                        - No more than 255
                        - Required field

                        Test cases:
                        ID Purpose Instruction Expected Result
                        #1. Accepts all characters Street Address = 123 Main street, #14 accepted
                        #2. Max input 255 characters accepted
                        #3. Max+1 input 256 characters 255 accepted
                        #4. Required field empty field "requred field" message
                        #5. Lower boundary, ??? character "???" accepted

                        ------------------------------

                        City:
                        - text field
                        - accepts all characters
                        - No more than 50
                        - Required field

                        Test cases:
                        ID Purpose Instruction Expected Result PASS/FAIL
                        #1. Accepts all characters City = N3w y0rk accepted pass
                        #2. Max input 50 characters accepted pass
                        #3. Max+1 input 51 characters 50 accepted pass
                        #4. Required field empty field "requred field" message pass
                        #5. Lower boundary, one character "X" accepted pass

                        ------------------------------

                        State:
                        - List Box
                        - offering the list of ALL 50 states
                        - Required field

                        Test cases:
                        ID Purpose Instruction Expected Result PASS/FAIL
                        #1. Required field empty field "requred field" message pass
                        #2. All 50 states observe all 50 states fail

                        ------------------------------

                        ZIP:
                        - text field
                        - accepts 5 characters
                        - digits only
                        - Required field
                        -* Existing

                        Test cases:
                        ID Purpose Instruction Expected Result PASS/FAIL
                        #1. 5 digits, existing Zip = 94085 accepted pass
                        #2. 6 digits Zip = 940856 94085 accepted pass
                        #3. 4 digits Zip = 9408 "enter 5 digits" message pass*
                        #4. Required field empty field "requred field" message pass
                        #5. Invalid input - letter Zip = 94O85 9485 accepted fail
                        #6. Invalid input - sp. character Zip = 9408% 9408 accepted pass
                        #7. Paste 6 digits Zip = 940856 94085 accepted fail
                        #8. Invalid paste - letter Zip = 94O85 9485 accepted fail
                        #9. Invalid paste - sp. character Zip = 9408% 9408 accepted fail

                        ------------------------------

                        Email:
                        - text field
                        - accepts digits
                        - accepts letters
                        - some special characters(is it @ character or something else???)
                        - max 255 characters
                        - Required field

                        Test cases:
                        ID Purpose Instruction Expected Result PASS/FAIL
                        #1. Digits, letters, some sp. char-s test109@case.com accepted pass
                        #2. Max input 255 characters accepted pass
                        #3. Max+1 input 256 characters 255 accepted fail
                        #4. Required field empty field "requred field" message fail
                        #5. Lower boundary, ??? character "???" accepted

                        ------------------------------

                        Phone:
                        - 3 text fields
                        - accepting 3-3-4 chars
                        - digits only
                        - Required field

                        Test cases:
                        ID Purpose Instruction Expected Result PASS/FAIL
                        #1. Accepts 3-3-4 characters 999-999-9999 accepted pass
                        #2. Required field empty fields "requred field" message pass
                        #3. Invalid input - letter, sp. char 9(O-9(O-99(O 9-9-99 accepted pass
                        #4. Invalid paste - letter, sp. char 9(O-9(O-99(O 9-9-99 accepted fail
                        #5. Lower boundary, 1-1-1 9-9-9 "enter valid number" message pass


                        ==============Bug reports============
                        #1. Provide minimal amount of characters for "Street Address" field
                        #2. "First Name" text field should accept up to 31 characters, not 30 as it is now
                        #3. "Street Address" text field should accept up to 255 characters, not 100 as it is now
                        4. "Last Name" text field should accept up to 31 characters, not 30 as it is now
                        5. "ZIP:" field should take only digits
                        6. "ZIP:" field should take Paste of only 5 digits
                        7. Site is missing default input focus on "First name" field
                        8. Inconsistency: "Referred by" field needs "*" sign before it because it's a required field
                        9. Inconsistency: all states in "State" Listbox should be in alphabetical order
                        10. In "State" Listbox HI and NV states are missing
                        11. There shouldn't be OT and BC in "State" Listbox
                        12. In "State" Listbox "IND" should be IN
                        13. "Email" field should be required because it has * character
                        14. "Email" field should take only 255 as specified, not 1063







                        Comment


                        • First Name:
                          - text field
                          - accepts all characters
                          - No more than 31
                          - Required field

                          Test cases:
                          ID Purpose Instruction Expected Result
                          #1. Accepts all characters First name = V1@dimIr accepted
                          #2. Max input 31 characters accepted
                          #3. Max+1 input 32 characters 31 accepted
                          #4. Required field empty field "requred field" message
                          #5. Lower boundary, one character "X" accepted

                          ------------------------------

                          Last Name:
                          - text field
                          - accepts all characters
                          - No more than 31
                          - Required field

                          Test cases:
                          ID Purpose Instruction Expected Result
                          #1. Accepts all characters Last name = Erm@k0v accepted
                          #2. Max input 31 characters accepted
                          #3. Max+1 input 32 characters 31 accepted
                          #4. Required field empty field "requred field" message
                          #5. Lower boundary, one character "X" accepted

                          ------------------------------

                          Street Address:
                          - text field
                          - accepts all characters
                          - No more than 255
                          - Required field

                          Test cases:
                          ID Purpose Instruction Expected Result
                          #1. Accepts all characters Street Address = 123 Main street, #14 accepted
                          #2. Max input 255 characters accepted
                          #3. Max+1 input 256 characters 255 accepted
                          #4. Required field empty field "requred field" message
                          #5. Lower boundary, ??? character "???" accepted

                          ------------------------------

                          City:
                          - text field
                          - accepts all characters
                          - No more than 50
                          - Required field

                          Test cases:
                          ID Purpose Instruction Expected Result PASS/FAIL
                          #1. Accepts all characters City = N3w y0rk accepted pass
                          #2. Max input 50 characters accepted pass
                          #3. Max+1 input 51 characters 50 accepted pass
                          #4. Required field empty field "requred field" message pass
                          #5. Lower boundary, one character "X" accepted pass

                          ------------------------------

                          State:
                          - List Box
                          - offering the list of ALL 50 states
                          - Required field

                          Test cases:
                          ID Purpose Instruction Expected Result PASS/FAIL
                          #1. Required field empty field "requred field" message pass
                          #2. All 50 states observe all 50 states fail

                          ------------------------------

                          ZIP:
                          - text field
                          - accepts 5 characters
                          - digits only
                          - Required field
                          -* Existing

                          Test cases:
                          ID Purpose Instruction Expected Result PASS/FAIL
                          #1. 5 digits, existing Zip = 94085 accepted pass
                          #2. 6 digits Zip = 940856 94085 accepted pass
                          #3. 4 digits Zip = 9408 "enter 5 digits" message pass*
                          #4. Required field empty field "requred field" message pass
                          #5. Invalid input - letter Zip = 94O85 9485 accepted fail
                          #6. Invalid input - sp. character Zip = 9408% 9408 accepted pass
                          #7. Paste 6 digits Zip = 940856 94085 accepted fail
                          #8. Invalid paste - letter Zip = 94O85 9485 accepted fail
                          #9. Invalid paste - sp. character Zip = 9408% 9408 accepted fail

                          ------------------------------

                          Email:
                          - text field
                          - accepts digits
                          - accepts letters
                          - some special characters(is it @ character or something else???)
                          - max 255 characters
                          - Required field

                          Test cases:
                          ID Purpose Instruction Expected Result PASS/FAIL
                          #1. Digits, letters, some sp. char-s test109@case.com accepted pass
                          #2. Max input 255 characters accepted pass
                          #3. Max+1 input 256 characters 255 accepted fail
                          #4. Required field empty field "requred field" message fail
                          #5. Lower boundary, ??? character "???" accepted

                          ------------------------------

                          Phone:
                          - 3 text fields
                          - accepting 3-3-4 chars
                          - digits only
                          - Required field

                          Test cases:
                          ID Purpose Instruction Expected Result PASS/FAIL
                          #1. Accepts 3-3-4 characters 999-999-9999 accepted pass
                          #2. Required field empty fields "requred field" message pass
                          #3. Invalid input - letter, sp. char 9(O-9(O-99(O 9-9-99 accepted pass
                          #4. Invalid paste - letter, sp. char 9(O-9(O-99(O 9-9-99 accepted fail
                          #5. Lower boundary, 1-1-1 9-9-9 "enter valid number" message pass


                          ==============Bug reports============
                          #1. Provide minimal amount of characters for "Street Address" field
                          #2. "First Name" text field should accept up to 31 characters, not 30 as it is now
                          #3. "Street Address" text field should accept up to 255 characters, not 100 as it is now
                          4. "Last Name" text field should accept up to 31 characters, not 30 as it is now
                          5. "ZIP:" field should take only digits
                          6. "ZIP:" field should take Paste of only 5 digits
                          7. Site is missing default input focus on "First name" field
                          8. Inconsistency: "Referred by" field needs "*" sign before it because it's a required field
                          9. Inconsistency: all states in "State" Listbox should be in alphabetical order
                          10. In "State" Listbox HI and NV states are missing
                          11. There shouldn't be OT and BC in "State" Listbox
                          12. In "State" Listbox "IND" should be IN
                          13. "Email" field should be required because it has * character
                          14. "Email" field should take only 255 as specified, not 1063







                          Comment


                          • Last Name:
                            text field
                            accepts all characters
                            no more than 31
                            required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            1 accepts all characters last name=Seena Accepted
                            2 Max input 31 characters Accepted
                            3 Max input+1 character 32 characters 31 accepted
                            4 Required field emty field "required field" message
                            5 Lower boundary, one character "X" Accepted
                            City:
                            text field
                            accepts all characters
                            no more than 50
                            required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            1 accepts all characters City=Tampa Accepted
                            2 Max input 50 characters Accepted
                            3 Max input+1 character 51 characters 50 accepted
                            4 Required field emty field "required field" message
                            5 Lower boundary, one character "X" Accepted
                            State:
                            List Box offering the list of all 50 states
                            required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            1 List Box offering 50 states State= UT Accepted
                            2 Required field emty field "required field" message
                            Email:
                            text field
                            accepts digits, letters, some special characters
                            no more than 255
                            required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            1 accepts digits, letters, some special characters Email=12_iwan-3@gmail.com Accepted
                            2 accepts digits, letters, some special characters Email=#$!ц:?|\/@gm ail.com "enter a valid email" message
                            3 Max input 255 characters Accepted
                            4 Max input+1 character 256 characters 255 accepted
                            5 Lower boundary, 6 characters k@i.ua Accepted
                            6 Lower boundary, 5 characters k@i.u "enter a valid email" message
                            7 Required field emty field "required field" message
                            Phone:
                            3 text fields
                            accepting 3-3-4 chars
                            digits only
                            required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            1 accepting 3-3-4 chars (10 digits) phone: 111-222-3333 Accepted
                            2 accepting 3-3-4 chars + 1 digit (11 digits) phone: 111-222-33334 111-222-3333 accepted
                            3 accepting 3-3-4 chars - 1 digit (9 digits) phone: 111-222-333 "input a valid number" message
                            4 paste digits + letter phone: 111-222-333C "input a valid number" message
                            5 paste digits + 1 special character phone: 111-222-333$ "input a valid number" message
                            6 Required field emty field "input phone number" message
                            BUG REPORTS
                            #1 "First name": field should accept up to 31 characters, not 30 as it accepts now
                            #2 List Box "State": add "NV" state
                            #3 List Box "State": rename "IND" state to "IN" state
                            #4 List Box "State": rename "BC" state to "DC" state
                            #5 List Box "State": option "Other" should be shift down of List Box
                            #6 "Email" item: provide input all "digits", "letters" and four "@", ".", "-", "_" special characters
                            #7 "Email" item: provide minimal input 6 characters
                            #8 "Email" item: should be required field

                            Comment


                            • Energy-Telecom Project

                              Test cases for "City" field (Contact information section)


                              City:
                              - text field
                              - no more than 50
                              - required field
                              - accepts all characters

                              ID Purpose Instruction Expected result
                              #1. Text field City = Miami accepted
                              #2. Max input of 50 characters accepted
                              #3. Type: Max input+1 51 characters 50 accepted
                              #4. Paste: Max input+1 51 characters 50 accepted
                              #5. Required field empty field "Please enter your City" message
                              #6. Lower boundary, 1 letter M accepted
                              #7. All characters Mi@m1 accepted


                              State:
                              - List Box offering the list of all 50 states
                              - Required field

                              ID Purpose Instruction Expected result
                              #1. Selected state = FL accepted
                              #2. Required field empty field (choose "--") "Please enter your State" message



                              ZIP:
                              - text field
                              - accepts 5 characters (digits only)
                              - required field


                              ID Purpose Instruction Expected result
                              #1. Text field (Max input) Input = 12345 accepted
                              #2. Type: Max input+1 Input = 123456 "12345" accepted
                              #3. Paste: Max input+1 Paste = 123456 "12345" accepted
                              #4. Low boundary (5-1) Input = 1234 "Please enter a valid ZIP Code" message
                              #5. Required field empty field "Please enter your ZIP Code" message
                              #6. Digits only: typing letter input = 1234K "Please enter a valid ZIP Code" message
                              #7. Digits only: typing sp char input = 1234@ "Please enter a valid ZIP Code" message
                              #8. Digits only: paste letter paste = 1234L "Please enter a valid ZIP Code" message




                              Email:
                              - text field
                              - accepts digits, letters, some special chars,
                              - 255 characters
                              - required field.


                              ID Purpose Instruction Expected result
                              #1. Text field input = skyblue@gmail.com accepted
                              #2. Max input 255 characters accepted
                              #3. Type: Max input+1 256 characters 255 accepted
                              #4. Paste: Max input+1 256 characters 255 accepted
                              #5. Required field empty field "Please enter your email" message
                              #6. Lower boundary, 1 letter D accepted
                              #7. All characters "0klahom@" accepted










                              Comment


                              • "First Name" field requirements:

                                - text field

                                - accepts all characters

                                - no more than 31

                                - required field


                                Test cases:


                                ID Description Instruction Expected Result Actual Result


                                #1. Accepts all characters First name = 35andrey)) accepted accepted

                                #2. Max input 31 characters type accepted 30 accepted

                                #3. Max +1 input 32 characters type 31 accepted 30 accepted

                                #4. Required field empty field "required field" message enter your First Name msg

                                #5. Lower boundary one character "b" accepted accepted



                                "Last Name" field requirements:

                                - text field

                                - accepts all characters

                                - no more than 31

                                - required field


                                Test cases:


                                ID Description Instruction Expected Result Actual Result


                                #1. Accepts all characters Last Name = 10klemen> accepted accepted

                                #2. Max input 31 characters type accepted 30 accepted

                                #3. Max +1 input 32 characters type 31 accepted 30 accepted

                                #4. Required field empty field "required field" message enter your Last Name msg

                                #5. Lower boundary one character "b" accepted accepted



                                "Street Address" field requirements:

                                - text field

                                - accepts all characters

                                - no more than 255

                                - required field


                                Test cases:


                                ID Description Instruction Expected Result Actual Result


                                #1. Accepts all characters Street Address = 123 Gain Street #20 accepted accepted

                                #2. Max input 255 characters type accepted 100 characters accepted

                                #3. Max +1 input 256 characters type 255 accepted 100 characters accepted

                                #4. Required field empty field "required field" message enter your Street Address msg

                                #5. Lower boundary ?




                                "City" field requirements:

                                - text field

                                - accepts all characters

                                - no more than 50

                                - required field


                                Test cases:


                                ID Description Instruction Expected Result Actual Result


                                #1. Accepts all characters City = Avro11&&? accepted accepted

                                #2. Max input 50 characters type accepted accepted

                                #3. Max +1 input 51 characters type 50 accepted

                                #4. Required field empty field "required field" message enter your City msg

                                #5. Lower boundary ?



                                "ZIP" field requirements:

                                - text field

                                - accepts 5 characters

                                - digits only

                                - required field


                                Test cases:

                                ID Description Instruction Expected Result Actual Result


                                #1. 5 digits, existing 19880 accepted accepted

                                #2. 6 digits type 198800 19880 accepted 19880 accepted

                                #3. 4 digits 1988 enter a valid ZIP Code msg enter a valid ZIP Code msg

                                #4. Required field empty field enter your ZIP Code msg enter your ZIP Code msg

                                #5. Invalid input - letter 1988O "digits only" message enter a valid ZIP Code msg

                                #6. Invalid input - sp. character 1988? "digits only" message enter a valid ZIP Code msg

                                #7. 6 digits paste 198800 19880 accepted 198800 accepted

                                #8. 6 sp. characters paste @@@@@@ not accepted @@@@@@ accepted

                                #9. 6 letters paste adsmad not accepted adsmad accepted



                                "Phone" fields requirements:

                                - 3 text fields

                                - accepting 3-3-4 chars (digits only)

                                - required field


                                Test cases:


                                ID Description Instruction Expected Result Actual Result


                                #1. Input digits, 3-3-4 555-555-5555 accepted accepted

                                #2. Type letters aaa-aaa-aaaa could not type letters could not type letters

                                #3. Type sp. chars ***-***-**** could not type sp. chars could not type sp. chars

                                #4. Paste letters aaa-aaa-aaaa could not paste letters letters pasted

                                #5. Paste sp. chars ***-***-**** could not paste sp. chars sp. chars pasted



                                ================================================== ================BUG REPORTS=========================================== ==============


                                #1. In the "Contact Information" section field "First Name" accepts only 30 characters, not 31.


                                #2. In the "Contact Information" section field "Last Name" accepts only 30 characters, not 31.


                                #3. In the "Contact Information" section to the field "Street Address" provide minimal amount of characters.


                                #4. In the "Contact Information" section field "Street Address" accepts only 100 characters, not 255.


                                #5. In the "Contact Information" section provide default input focus to the field "First Name".


                                #6. There is inconsistent TAB ORDER in the "Contact Information" section.


                                #7. Requirements to the field "Phone" in the "Contact Information" section do not claify which out of 3 fields are required.


                                #8. In the "Contact Information" section provide required status to the field "Email".


                                #9. Inconsistency: in the "Contact Information" section field "Reffered by" is not having the asterisk but having required status.


                                #10. There is no information in the requirements on the field field "Reffered by" in the "Contact Information" being/not being required.


                                #11. Misleading error message when user pushes the "Clear" button below the web form.


                                #12. In the "Contact Information" section to the field "City" provide minimal amount of characters.


                                #13. In the "Contact Information" section in the dropdown list "State" remove "BC".


                                #14. In the "Contact Information" section in dropdown list "State" remove "Other".


                                #15. In the "Contact Information" section in dropdown list "State" add "HI".


                                #16. In the "Contact Information" section in dropdown list "State" replace "IND" with "IN".


                                #17. In the "Contact Information" section in dropdown list "State" add "NV".


                                #18. In the "Contact Information" section in dropdown list "State" add "DC".


                                #19. In the "Contact Information" section for the field "ZIP" provide message "digits only" after submitting invalid input letter or sp. chars


                                #20. In the "Contact Information" section field "ZIP" allows to paste letters.


                                #21. In the "Contact Information" section field "ZIP" allows to provide invalide digits ZIP code.


                                #22. In the "Contact Information" section field "ZIP" allows to type letters.


                                #23. In the "Contact Information" section field "ZIP" allows to paste special characters.


                                #24. In the "Contact Information" section all 3 fields of "Phone" allow to paste special characters.


                                #25. In the "Contact Information" section all 3 fields of "Phone" allow to paste letters.


                                #26. In the "Cell Phone Service" section in dropdown list "Current Provider" add "Other".


                                #27. In the "Cell Phone Service" section the field "My monthly bill is approximately" allows to type and paste letters and sp. chars.


                                #28. In the "Local/Long Distances/International Service" section all 3 fields of "Primary Phone Number" allow to paste letters and sp. chars.


                                #29. In the "Local/Long Distances/International Service" section the field "My monthly bill is approximately" allows to paste letters and sp. chars.


                                #30. In the "High Speed Internet Service" section the field "My monthly bill is approximately" allows to paste letters and sp. chars.


                                #31. In the "TV Service" section the field "My monthly bill is approximately" allows to paste letters and sp. chars.


                                #32. In the "Home Security Service" section the field "My monthly bill is approximately" allows to paste letters and sp. chars.


                                #33. In the "Home Security Service" section the field "My monthly bill is approximately (summer)" allows to paste letters and sp. chars.


                                #34. In the "Home Security Service" section the field "My monthly bill is approximately (winter)" allows to paste letters and sp. chars.


                                #35. The buttons "Submit" and "Clear" has different font sizes and correspondingly different sizes.
                                Last edited by AndriiKlementiev; 01-26-2023, 04:04 PM.

                                Comment

                                Working...
                                X