Announcement

Collapse
No announcement yet.

Energy-Telecom test cases and bug reports

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

  • Energy-Telecom test cases and bug reports

    Dedicated Energy-Telecom sub-forum

  • #2
    First Name:
    - text field
    - accepts all characters
    - No more than 31
    - Required field
    Test cases:
    ID Title/Purpose/Description 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 Title/Purpose/Description Instruction Expected Result
    #1 Accepts all characters Last name = 1 csa$ 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

    Street Address:
    - text field
    - accepts all characters
    - No more than 255
    - Required field
    Test cases:
    ID Title/Purpose/Description Instruction Expected Result
    #1 Accepts all characters Street address = 123 street home, #1 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 Title/Purpose/Description Instruction Expected Result
    #1 Accepts all characters city = Samara accepted
    #2 Max input 50 characters accepted
    #3 Max+1 input 51 characters 50 accepted
    #4 Required field empty field "required field" message
    #5 Lower boundary, one character "A" accepted

    State:
    - List Box offering the list of all 50 states
    - Required field.
    Test cases:
    ZIP:
    - text field
    - accepts 5 characters
    - digits only
    - Required field
    - Existing
    Test cases:
    Email:
    - text field
    - accepts digits, letters, some special characters
    - 255 characters
    - Required field
    Test cases:
    Phone:
    -3 text fields
    - accepting 3-3-4 chars (digits only)
    - Required field
    Test cases:


    =====================================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 should accept up to 31 characters, no 30 as it accepts now
    Last edited by VVM; 04-14-2022, 10:58 AM.

    Comment


    • #3
      Energy-Telecom Project

      Test cases for "City" field (Contact Information blok)

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

      ID Purpose Instruction Expected result
      #1. Text field City = Chicago accepted
      #2. Max input 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 D accepted
      #7. All charecters Chic@g0 accepted

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

      Bug repport:
      1. In the dropdown listbox of States there is "BC" state, which does NOT exist in the US.
      2. In the dropdown listbox of States there is "other" state, which is NOT DEFIEND.
      Reccomendation to put the name of the state.
      3. Suggestion: recommend to put all US states in alphabetical order
      4. Inconsistency: there is NO "HI" (Hiwaii) state in the dropdown listbox of states.
      5. Misspelling: the "IND" state is probaly misspelled. Correct naming is "IN" (Indiana) state.
      6. Inconsistency: there is NO "NV" (Nevada) state in the dropdown listbox of states.

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


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

      Bug report ZIP code:
      1. ZIP code filed accepts more than 5 digits (should be only 5 digits).
      2. Inconsistency: ZIP code field accepts letters, whereas dosn't exept special characters (one approach is recommended)

      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 = 1234L "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
      #9. Digits only: paste sp char paste = 1234@ "Please enter a valid ZIP Code" message

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

      Bug report:
      #1. Inconsistency: an empty "Email" field DO NOT result an error message, while it is required field.

      ID Purpose Instruction Expected result
      #1. Text field input = vasyl.tester@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 charecters Chic@g0 accepted
      Last edited by Vasyl-007; 04-14-2022, 11:01 AM.

      Comment


      • #4
        First Name:
        • text field,
        • accepts all characters
        • No more than 31
        • Required field
        Test Cases:
        ID Purpose Insruktion Expected Result
        1. Accepts all characters First Name = Test !%5, accepted
        2. Max input First Name = 31 characters accepted
        3. Max+1 input First Name = 32 characters first 31 accepted
        4. Lower boundary , 1 character First Name = 1 character accepted
        5. Required field Empty field error msg “Please enter your First Name”
        Bag Reports:
        #1. Ambiguous requirement “Accepts all characters”
        #2. Suggestion: exclude special character and digits.

        Last Name:
        • text field,
        • accepts all characters
        • No more than 31
        • Required field
        Test Cases:
        ID Purpose Insruktion Expected Result
        1. Accepts all characters Last Name = Test %5,! accepted
        2. Max input Last Name = 31 characters accepted
        3. Max+1 input Last Name = 32 characters first 31 accepted
        4. Lower boundary , 1 character Last Name = 1 character accepted
        5. Required field Empty field error msg “Please enter your Last Name”
        Bag Reports:
        #1. Ambiguous requirement “Accepts all characters”
        #2. Suggestion: exclude special character and digits.

        Street Address:
        • text field,
        • accepts all characters
        • No more than 255
        • Required field
        Test Cases:
        ID Purpose Insruktion Expected Result
        1. Accepts all characters Street Address = 11 Wall St. accepted
        2. Max input Street Address = 255 char. accepted
        3. Max+1 input Street Address = 256 char. First 255 accepted
        4. Required field Empty field error msg “Please enter your Street Address”
        Bag Reports:
        #1. Ambiguous requirement “Accepts all characters”
        #2. Suggestion: exclude special character and digits.


        Phone:
        • 3 text fields
        • accepting 3-3-4 chars (digits only)
        • required field
        Test Cases:
        ID Purpose Insruktion Expected Result
        1. Accepts digits only Phone = 555 555 5555 accepted
        2. Accepts digits only Phone = 000 000 0000 error msg “Please enter a valid Phone Number”
        3. Invalid input - letter Phone = 555 555 555S error msg "Please enter a valid Phone Number"
        4. Invalid input - - sp. character Phone = 555 555 555$ error msg "Please enter a valid Phone Number"
        5. Required field empty field error msg “Please enter your Phone Number”
        Last edited by Katerina Sviridenko; 04-18-2022, 03:51 PM.

        Comment


        • #5
          ZIP:

          - text field
          - accepts 5 characters
          - digits only
          - Required fieid
          - Existing

          Test Cases:
          ID Purpose Instruktion Expected Result
          #1. 5 digits existing 94085 accepted
          #2. 6 digits 940851 94085 accepted
          #3. 4 digits 9408 error message
          #4.
          #5.
          #6.
          #7.
          #8.

          ID Purpose Instruktion Expected Result
          Last edited by Liya; 04-12-2022, 04:07 PM.

          Comment


          • #6
            test-cases:
            Last name:
            text field
            - accepts all characters
            - No more than 31
            - Required field
            #1. Accepts all characters First name = Boris1974$ accepted
            #2. Max input 31 characters accepted
            #3. Max+1 input 32 characters 31 accepted
            #4. Required field empty field "required field" message

            City:
            -text field
            -accepts all characters
            -No more than 50
            -Required field
            #1.Accepts all characters = Boris1974$ = accepted
            #2.Max input 50 characters - 50 characters - accepted
            #3.Max+1 input - 51 characters - accepted
            #4.Required field - empty field - "Please enter your City" message
            #5.Lower boundary, ??? character "?????" accepted
            #6.Paste 51 characters - 51 characters - accepted 50 characters

            State:
            -List Box offering the list of all 50 states
            -Required field
            #1.State selected from list box - TX - accepted
            #2.Required field - empty field - "Please select your State" message


            Email:
            -text field,
            - accepts digits,
            - accepts letters,
            - accepts some special characters
            - 255 characters
            -Required field
            #1.Existing e-mail - 1bonito-fish$@us.net - accepted
            #2.Max input - 255 characters - accepted
            #3.Max+1 input - 256 characters - 255 accepted
            #4.Required field - empty field - "enter email' message
            ??#5. Lower boundary, ??? character "?????" accepted
            #6. Paste existing e-mail - 1bonito-fish$@us.net - accepted
            #7.Paste max input - 255 characters - accepted
            #8.Paste max+1 input - 256 characters - 255 accepted


            Phone:
            -3 text fields, accepting 3-3-4 chars (digits only)
            -Required field
            #1.Input 10 ditits - 1112223333 - accepted
            #2.Input 11 ditits - 1112223334 - "1112223333" accepted
            #3.Input 9 ditits - 111222333 - "error phone' message
            #4.Required field - empty field - "enter phone' message
            #5.Paste invalid letter - 111222333g - "digits only" message
            #6.Paste invalid sp.character - 111222333@ - "digits only" message
            #7.Invalid input letter - 111222333g - "digits only" message
            #8.Invalid input sp.character - 111222333@ - "digits only" message


            __________________________________________________ _______Bug report____________________________________________ _________

            #1.In the "First Name" field, only 30 characters are entered instead of 31.
            #2.In the "Last Name" field, only 30 characters are entered instead of 31.
            #3.In the "city" field, only 50 characters are entered instead of 51.
            #4.In the "city" field, when copying, only 50 characters are entered instead of 51.
            #5."State" list box contains an extra state - "Other"
            #6.
            Last edited by boris-shevchenko; 04-14-2022, 10:50 AM.

            Comment


            • #7
              Energy-Telecom Test Cases and Bug Report
              Requirements for "First Name":
              - text field
              - accepts all characters
              - No more than 31
              - Required field

              Test cases for "First Name":
              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


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

              Test cases for "Last Name":
              ID Purpose Instruction Expected Result
              #1. Accepts all characters "Last Name" = 52Portnov!@#$ 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


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

              Test cases for "Street Addres":
              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, one character "1" accepted


              Requirements for "Sity":
              - text field
              - accepts all characters
              - No more than 50
              - Required field

              Test cases for "Sity":
              ID Purpose Instruction Expected Result
              #1. Accepts all characters "Sity" = Los Angeles accepted
              #2. Max input 50 characters accepted
              #3. Max+1 input 51 characters 50 accepted
              #4. Required field empty field "required field" message
              #5. Lower boundary, three characters "Orr" accepted


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

              Test cases for "ZIP":
              ID Purpose Instruction Expected Result
              #1. Existing 5 digits ZIP = "94040" accepted (HAPPY PATH)
              #2. Non-digits/letter 9404O "Digit only" error message
              #3. Non-digits/sp. char 9404@ "Digit only" error message
              #4. Max+1 input 6 digits 940405 94040 accepted
              #5. Max+1 paste 6 digits 940405 94040 accepted
              #6. Max-1 inpute 4 digits 9404 "Enter valid ZIP" error message
              #7. Max-1 paste 4 9404 "Enter valid ZIP" error message
              #8. Required field empty field "Required field" error message


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

              Test Cases for "State":
              ID Purpose Instruction Expected Result
              #1. Total amount of states - 50 Сount the number of states in the list accepted 50
              #2. Required field empty field "Required field" error message


              Requirements for "Email":
              - text field
              - accepts digits, letters, some special characters
              - 255 characters
              - Required field

              Test Cases for "Email":
              ID Purpose Instruction Expected Result
              #1. Existing e-mail step-geos$10@list.net accepted
              #2. Max input 255 characters 255 accepted
              #3. Max+1 input 256 characters 255 accepted
              #4. Required field empty field "Required field' error message
              #5. Paste max input 255 characters 255 accepted
              #6. Paste max+1 input 256 characters 255 accepted


              Requirements for "Phone":
              - 3 text fields, accepting 3-3-4 chars (digits only)
              - Required field

              Test Cases for "Phone":
              ID Purpose Instruction Expected Result
              #1. Input 10 digits 333 333 4444 accepted
              #2. Input 11 digits 333 333 44444 333 333 4444 accepted
              #3. Input 9 digits 333 333 444 "Enter valid Phone" error message
              #4. Required field empty field "Required field' error message
              #5. Paste Non-digits/letter 333 333 444O "Digit only" error message
              #6. Paste Non-digits/sp. char. 333 333 444@ "Digit only" error message


              =====================================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. The State "BC" in listbox of "States" is non-existed state
              #5. The value "Other" in listbox of "States" is non-existed state
              #6. Count of states in listbox of "States" is 49
              #7. There is no states ''NV" and "HI" in listbox of "States"
              #8. The incorrect abbreviations of state "IN"
              #9.
              Last edited by Sergeost; 04-19-2022, 12:19 PM.

              Comment


              • #8
                ZIP
                #7. Paste 6 digits - 940851 - 94085 accepted
                #8. Paste invalid input - letter - 9408a - 'enter a valid ZIP Code' message
                #9. Paste invalid input - special character - 9408@ - 'enter a valid ZIP Code' message
                #10. Non-existing ZIP - 00000 - 'enter a valid ZIP Code' message

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

                Test cases:
                #1. Accepts all characters - New $ @ 12 - accepted
                #2. Max input - 50 characters - accepted
                #3. Max input +1 - 51 characters - 50 accepted
                #4. Required field - empty - 'required field' message
                #5. Lower boundary - ????

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

                #1. State chosen from list box - CA - accepted
                #2. Required - empty - 'Please select your State' error message

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

                #1. Existing email - usa@gmail.com - accepted
                #2. Invalid email - 11111111 - 'enter valid email' error message
                #3. Max input - 255 characters - accepted
                #4. Max+1 input - 256 characters - 255 accepted
                #5. Required field - empty - 'enter email' error message
                #6. Lower boundary - ???

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

                #1. 10 digits - 123-456-7890 - accepted
                #2. 11 digits - 123-456-78901 - 123-456-7890 accepted
                #3. 9 digits - 123-456-789 - 'enter valid phone' error message
                #4. Required field - empty - 'enter phone' error message
                #5. Invalid input - letter - 123-456-789a - 'enter valid phone' error message
                #6. Invalid input - special character - 123-456-789@ - 'enter valid phone' error message
                #7. Paste invalid input - letter - 123-456-789a - 'enter valid phone' error message
                #8. Paste invalid input - special character - 123-456-789@ - 'enter valid phone' error message

                BUG REPORTS:
                #4. 'ZIP' field accepts non-existing ZIP (00000) without error message.
                #5. 'ZIP' field accepts invalid input - letter.
                #6. 'ZIP' field allows to paste invalid input - letter
                #7. 'ZIP' field allows to paste invalid input - special character
                #8. 'ZIP' field allows to paste more than 5 digits.
                #9. Please provide minimal amount of characters for 'City' field.
                #10. There is non-existing state 'Other' in 'State' list box.
                #11. There is non-existing state 'BC' in 'State' list box.
                #12. There is no 'DC' state in 'State' list box.
                #13. There is no 'HI' state in 'State' list box.
                #14. There is outdated abbreviation for Indiana state: 'IND' instead of 'IN' in 'State' list box.
                #15. There is no 'NV' state in 'State' list box.
                #16. Please provide 53 lines instead of 50 for state abbreviation, according to USPS site.
                #17. Please provide required characters for 'Email' field: '@' and '.': should not accept only digits/ only letters
                #18. 'Email' field accepts more than 255 characters.
                #19. 'Email' field is required, it should be 'required field' error message if field is empty.
                #20. Please provide minimal amount of characters for 'Email' field.
                #21. When 'IND' chosen in 'State' field and there is error in another field - 'State' field doesn't keep chosen value and returns '-' instead of 'IND'.
                #22. 'Phone' field returns error message for input '123-456-7890' although existing phone number '650-307-1070' is accepted - may be requirements for 'Phone' are incomplete?
                #23. 'Referred by' is not a required field, but if empty - the form returns '* Please enter the name of the person you were referred by' error message.
                #24. 'Email' field allows to paste invalid input - letter.
                #25. 'Email' field allows to paste invalid input - special character.
                Last edited by syaochka; 04-13-2022, 02:11 AM.

                Comment


                • #9
                  ZIP:
                  1. 5 digits, existing - 94085 - accepted
                  2. 6 digits - 940851 - 94085 accepted
                  3. 4 digits - 9408 - error message
                  4. Required field - empty field - requred field message
                  5. Invalid input - letter - 94O85 - digits only message
                  6. Invalid input - sp. character - 9408@ - digits only message
                  7. Paste 6 digits - 940851 - 94085 accepted
                  8. Paste 6 letters - qwerty - digits only message
                  9. Paste 6 sp. characters - ###### - digits only message
                  10. Non-existing ZIP 00000 "enter a valid ZIP Code" message

                  City:
                  1. Accepts all characters - City = New York - accepted
                  2. Max input - 50 characters - accepted
                  3. Max+1 input - 51 characters - 50 accepted
                  4. Required field - empty field - requred field message
                  5. Lower boundary (??? characters) - ??? - accepted

                  State:
                  1. Select from drop down list the state "AL" - accepted
                  2. Entering the first letter of the state allows to select the corresponding state - accepted
                  3. Required field - empty field - error message

                  Email:
                  1. Accepts all characters - Email = vfesv-34@gmail.com - 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 - (??? characters) - ??? accepted
                  6. Invalid input - sp. character - %#vfes@gmail.com - "only some special characters (– @ . – _)" message
                  7. Invalid format - mklm8 - "Please, use the valid format Email" message

                  Phone:
                  1. 3-3-4 chars (digits only) - 800-123-1234 - accepted
                  2. 3-3-3 chars (digits only) - 800-123-123 - "Please enter a valid Phone Number" message
                  3. 3-2-4 chars (digits only) - 800-12-1234 - "Please enter a valid Phone Number" message
                  4. 2-3-4 chars (digits only) - 80-123-1234 - "Please enter a valid Phone Number" message
                  5. Invalid 3-digit area code (???) - ???-123-1234 - "Please enter a valid area code" message
                  6. Paste 4-4-5 digits - 8004-1234-12345 - 800-123-1234 accepted
                  7. Paste 4-4-5 Letter - qqqq-qqqq-qqqqq - digits only message
                  8. Paste 4-4-5 Sp. character - ####-####-##### - digits only message
                  9. Required field - empty field - "requred" field message

                  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. Please, provide the minimal amount of characters for "City" field
                  5. ZIP field when highlighting (ctrl+A) entered values does not take a new value digits
                  6. List Box of States offering the list of 49 states, no 50 as per requirements (meaning "Other" is the 50th state?)
                  7. The State "BC" in List Box of States is non-existent state
                  8. Empty field Email gives no error message, but the field is required
                  9. Please, provide the minimal amount of characters for "Email" field
                  10. Please, provide a valid 3-digit area code for "Phone" field
                  11. The string "Other" in the list box of the States is in the middle of the field, but must be at the end of the list
                  12. Letter abbreviation of the States in the list box is inconsistency (there are 2 letters and 3 letters)
                  Last edited by Olia Midway; 04-19-2022, 10:32 AM.

                  Comment


                  • #10
                    Happy Path:
                    Page : Contact Information:
                    LABEL :
                    First name : requirement-only 32 characters of three classes.-passes only 30 characters in the field instead of the 32 characters specified in the requirement.
                    Last name : requirement-only 32 characters of three classes.-passes 30 characters in flight instead of the 32 characters specified in the requirement.
                    STREET ADREES: ACCEPTS ONLY ONE HUNDRED-100-CHARACTERS IN the field INSTEAD OF 255 IN THE REQUIREMENT.

                    __________________________________________________ __________________________________________________ _____________________________
                    CITY : Accepts 50 in the field.
                    CITY : The field accepts 59 characters of different classes in fact .
                    State : In the list of proper abbreviations of state names, there is a name : other.
                    ZIP : Expected five characters accepted
                    ____The upper fields allow you to enter more characters.(not ALL)!!! Check the range of boundaries and beyond the range specified in the LABEL requirement.

                    Email : Check the range of available input in the upper border field.
                    Phone : Accepted according to the requirements when entering
                    MY :characters (the user's contact data selection items for the "referred by" field are not filled in automatically.
                    For further testing, it is necessary to correct errors in the fields of the "contact information" page
                    Last edited by Pahomich13; 04-12-2022, 07:01 PM.

                    Comment


                    • #11
                      Test case Energy-Telecom Service.
                      First Name:
                      text field, accepts all characters. No more than 31. Required field.
                      ID purpose. Instruction. Expected result
                      1 Accept all characters First name 25Mihail!@. accepted
                      2 Max input 31characters accepted
                      3 Max + 1 input 32 characters 32 accepted
                      4 Requirement field Empty field “Requirement field” message
                      5 Lower boundary one latter. “x” accepted
                      Last Name:
                      text field, accepts all characters. No more than 31. Required field.
                      ID purpose. Instruction. Expected result
                      1 Accept all characters Portnov accepted
                      2 Max input 31characters 30 accepted
                      3 Max + 1 input 32 characters 30 accepted
                      4 Requirement field Empty field “Requirement field” message
                      5 Lower boundary one latter. “x” accepted
                      6 Paste letters and sp. Char. 2eeff@ accepted
                      Street Address:
                      text field, accepts all characters. No more than 255. Required field.
                      ID purpose. Instruction. Expected result
                      1 Accept all characters hummer123@!> accepted
                      2 Max input 255 Characters Accepted only 100 charaters
                      3 Max + 1 input 256 Characters Accepted only 100 charaters
                      4 Requirement field Empty field “Requirement field” message
                      5 Lower boundary one latter. “r” accepted
                      City:
                      text field, accepts all characters. No more than 50. Required field.
                      ID purpose. Instruction. Expected result
                      1 Accept all characters sun1234 accepted
                      2 Max input 50 Characters Accepted
                      3 Max + 1 input 51 Characters 50 Accepted
                      4 Requirement field Empty field “Requirement field” message
                      5 Lower boundary one latter. “r” accepted
                      State:
                      List Box offering the list of all 50 states. Required field.
                      ID purpose. Instruction. Expected result
                      1 Amount states 50 Counting amount states in list 49 states
                      2 Requirement field Empty field “Requirement field” message
                      3 Entering other char. @ert4 No input
                      ZIP:
                      text field, accepts 5 characters (digits only). Required field.
                      ID purpose. Instruction. Expected result
                      1 5 digits , exsting 94405 Accepted
                      2 6 digits 944057 94405 Accepted
                      3 4 digits 9440 error “enter viled ZIP code” message
                      4 Requirement field Empty field “Requirement field” message
                      5 Entering sp. char. “@” error message
                      6 letters Bgtrg Input
                      7 Non-existing Zip 5 digits 00000 Accepted
                      8 Paste more than 5 digit 944056 940956 input
                      Email:
                      text field, accepts digits, letters, some special characters. 255 characters. Required field.
                      ID purpose. Instruction. Expected result
                      1 Accept all characters portnov7@gmail.com Accepted
                      2 Input capital letter. portnov7@Gmail.com Accepted
                      3 Max input 255 Characters Accepted only 100 charaters
                      4 Max + more input 500 Characters 500 characters Accepted
                      5 Requirement field Empty field does not throw errors
                      6 Lower boundary one latter “r” does not throw errors
                      7 Paste characters . portnov7@gmail.com input
                      Phone: Filed #1
                      3 text fields, accepting 3-3-4 chars (digits only). Required field.
                      ID purpose. Instruction. Expected result
                      1 3 digits on first field 123 Accepted
                      2 Input more than 3 digits 1234 123 Accepted
                      3 input letters abc No input
                      4 input sp. characters @#& No input
                      5 Requirement field Empty field “Requirement field” message
                      6 Paste letters and sp. Char. KLL@ KLL (input ) “Requirement field” message
                      Phone: Filed #2
                      ID purpose. Instruction. Expected result
                      1 3 digits on first field 124 Accepted
                      2 Input more than 3 digits 1244 124 Accepted
                      3 input letters abc No input
                      4 input sp. characters @#* No input
                      5 Requirement field Empty field “Requirement field” message
                      6 Paste letters and sp. Char. KLL@ KLL (input ) “Requirement field” message
                      Phone: Filed #3
                      ID purpose. Instruction. Expected result
                      1 4 digits on first field 1234 Accepted
                      2 Input more than 4 digits 12345 1234 Accepted
                      3 input letters abc No input
                      4 input sp. characters @#* No input
                      5 Requirement field Empty field “Requirement field” message
                      6 Paste letters and sp. Char. KLL@ KLL@ (input ) “Requirement field” message
                      Bug report



                      # 1. Please provide the minimum amount of characters for “Street Adress”,

                      # 2. “First Name” field should accept up 31 characters, no 30 as is accepts now

                      # 3. “Street Address” field accepts no more than 100 characters instead of 255 as per requirement.

                      # 4. “State” Amount 49 should be on list 50

                      # 5. “Zip” field accept 6 digits when use copy/past instead of 5.

                      # 6. “Email” field accept more when 255 characters, .

                      # 7. In all 3 fields “Phone” input letters and sp. characters if use copy/past.

                      # 8. “Last Name” field should accept up 31 characters, no 30 as is accepts now

                      # 9. “Last Name” field accept sp. characters and digitals .

                      #10. “First Name” field accept sp. characters and digitals.

                      #11. 51 States should be in the "State" filed.

                      #12.The list "State" is not sorted alphabetically.

                      # 13. "Zip" letters accept input in field.
                      Last edited by Sendi; 04-12-2022, 11:16 PM.

                      Comment


                      • #12
                        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 = 25Alex!@#$ - accepted
                        #2. Max input - 31 characters - 30 accepted
                        #3. Required field - empty field - "required field" message
                        #4. 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 = Sochi - accepted
                        #2. Max input - 50 characters - accepted
                        #3. Max+1 input - 51 characters - 50 accepted
                        #4. Required field - empty 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. Amount states 50 - Counting amount states in list - 49 states
                        #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. Accept all characters - rama8@mail.ru - accepted
                        #2. 255 characters - accepted
                        #3. Required field - empty field - does not throw errors
                        #4. Lower boundary, one character - "R" - does not throw errors

                        Phone:

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

                        Test cases:

                        ID Purpose Instruction Expected Result
                        #1. Filling in 3 text fields with numbers (3-3-4) - 555 555 5555 - accepted
                        #2. Filling in 3 text fields with numbers (3-3-4) - 111 555 5555 - "required field" message
                        #3. Filling in 3 text fields with numbers (3-3-4) - 000 555 5555 - "required field" message
                        #4. Required field - empty field - "required field" message

                        ==============BUG REPORTS=============
                        #1. "Last Name" field should accept up to 31 characters, no 30 as it accepts now
                        #2. A message with a footnote (*) and footnotes in the contact information field of different colors, blue and red
                        #3. “State” Amount 49 should be on list 50
                        #4. In the e-mail, with negative testing, there is no error notification
                        Last edited by alex.egorov; 04-13-2022, 01:17 AM.

                        Comment


                        • #13
                          City field
                          text field, accepts all characters, no nore than 50 required field
                          Test cases
                          ID. Title. Instructions. Expected result.


                          1. Accept all chars 20/Palms. Accepted
                          2. Input limit. 50 chars. Accepted
                          3. Max+1 input. 51 chars. 50 accepted
                          4. Required field. Leave empty. "Required field" message
                          5. Lower boudary
                          1 character "L" Accepted

                          Phone field
                          text field accepts 3-3-4 chars (digits only), required field
                          Test cases
                          ID Title Instructions Expected result

                          1. 1st/2nd fields accept 3 digits 543 Accepted
                          2. 1st/2nd fields accept 4 digits 6432 643 accepted
                          3. 1st/2nd fields accept 2 digits 65 Valid number message
                          4. 1st/2nd fields invalid input, letter 54l Valid number message
                          5. 1st/2nd fields invalid input, sp. char. 54| Valid number message
                          6. 3rd field accepts 4 digits 5566 Accepted
                          7. 3rd field accepts 5 digits 55665 5566 accepted
                          8. 3rd field accepts 3 digits 545 Valid number message
                          9. 3rd field invalid input, letter 567l Valid number message
                          10. 3rd field invalid input, sp. char. 455| Valid number message
                          11. required field for 1st,2nd,3rd leave empty phone number input message
                          12. 1st, 2nd fields, paste 4 digits 4455 445 accepted
                          13. 3rd field, paste 5 digits 67466 6746 accepted
                          14. 1st, 2nd, 3rd fields accept non-digit ( letter )
                          15. 1st, 2nd, 3rd fields accept spec. char.
                          State

                          List Box offering the list of all 50 states. Required field.
                          Test cases.
                          Id. Title. Instructions. Expected result.

                          1. All 50 states Open listbox. Inconsistency
                          in the USA. and make sure
                          2. All states in. Open listbox. Not in alphabet.
                          alphabetical order and make sure. order
                          3. There is only. Open listbox. 50 states
                          50 states. and make sure
                          4. Abbreviations Open listbox. 2 letter
                          contain 2 letters and observe. abbreviation

                          Bug report

                          1. Remove "BC" state from listbox, not in the USA 2. Alphabetical order of "State" listbox is violated. Example "AK" should come ahead of "AL"
                          3. States "NV" and "HI" are missing
                          4. Replace "IND" for "IN"
                          5. There is needless dash row in "State" list box

                          E-mail field.

                          text field, accepts digits, letters, some special characters. 255 characters. Required field.

                          Test cases
                          ID. Title. Instructions. Expected result.


                          1.Accepts digits, letters and some sp.chars. Funny55@gmail.com Accepted
                          2. Accepts 255 chars. 255 chars. Accepted
                          3. Accepts 256 chars. 256 chars. 255 chars.Accep
                          4. Required field. Leave empty. "E-mail" required message
                          5. Lower boundary accepts 10 char F1@mail.ru Accepted

                          Bug reports.

                          1. Acceptance limit of chars. of "e-mail field" is exceeded.
                          2. Error message is not shown for "e-mail" field

                          Zip code bug reports.

                          1. Zip code field accepts more than 5 digits using "copy"-"paste" method.
                          2. Zip code field accepts non-digit using "copy"-"paste" method.
                          3. Zip code field accepts spec.chars. using "copy"-"paste" method.
                          4. Zip code field accepts all chars. using "copy"-"paste" method.

                          GUI bug reports.

                          1. Tab order violation, it should move from left to right or from top to down
                          2. Push buttons "Submit" and "Clear" are not the same size
                          3. Push button "Clear" does not function.
                          4.Remove "Referred by:" label from required items
                          5. Push button "Clear" show confusing message.
                          Last edited by Tofig; 04-14-2022, 10:43 PM.

                          Comment


                          • #14
                            First name:
                            - Text field
                            - accepts all characters
                            - No more than 31
                            - Required field

                            Test cases:
                            ID Purpose Instruction Expected result
                            #1. Accepts all characters Frist name = 25Misha!@#$ Accepted
                            #2. Maximum input 31 characters Accepted
                            #3. Max +1 input 32 characters Only 31 accepted
                            #4. Required field empty field "Required field" msg.
                            #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. Maximum input 31 characters Accepted
                            #3. Max +1 input 32 characters Only 31 accepted
                            #4. Required field empty field "Required field" msg.
                            #5. Lower boundary, one character "X" Accepted


                            Street address:
                            - Text Field
                            - Accepts all character
                            - No more than 255 characters
                            - Required field

                            Test cases:
                            ID Purpose Instruction Expected result
                            #1. Accepts all charactes Address = Street., #2315 @% Accepted
                            #2. Maximum input 255 characters Accepted
                            #3. Max +1 input 256 characters Only 255 accepted
                            #4. Required field empty field "Required field" message
                            #5. Lower boundary, ? character ? Accepted


                            ZIP Code:
                            - Text field.
                            - Accepts 5 characters.
                            - Digits only.
                            - Required field.

                            Test Cases:
                            ID Purpose Instruction Expected result
                            #1. 5 Digits, existing 94085 Accepted
                            #2. 6 Digits 940855 94085 accepted
                            #3. 4 Digits 9408 Error 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 Paste 940855 94085 accepted
                            #8. Paste with a letter Paste 94O85 "Digits only" Message
                            #9. Pate with a Sp. Char. Paste 9408% "Digits only" Message


                            City:
                            - Text field.
                            - Accepts all characters
                            - No more than 50 characters
                            - Required field

                            Test cases:
                            ID Purpose Instruction Expected result
                            #1. Accepts all characters Sunnyville 2#3@3 Accepted
                            #2. Maximum input 50 characters Accepted
                            #3. Max + 1 character 51 characters 50 characters accepted
                            #4. Required field empty field "Required field" message
                            #5. Lower boundary, ? character ? Accepted


                            ============================Bug Reports==========================
                            #1. "First name" field should accept up to 31 characters, not 30 as it accepts now.
                            #2. "Last name" field should accept up to 31 characters, not 30 as it accepts now.
                            #3. Suggestion: "First name" field should not accept digits.
                            #4. Suggestion: "Last name" field should not accept digits.
                            #5. Please, provide the minimal amount of characters for "Street Address" field.
                            #6. "Street Address" field accepts no more than 100 characters instead of 255 as pre-requirements
                            #7. Please, provide the minimal amount of characters for "City" field.
                            #8. "State" list box. State abbreviated as "BC" doesn't exist; should be removed.
                            #9. "State" list box. State of Hawaii (HI) is missing, should be between "GA" and "ID".
                            #10. "State" list box. State of Indiana abbreviation (IND) is incorrect, should be "IN". As per ssa.gov at https://www.ssa.gov/international/coc-docs/states.html
                            #11. "State" list box. State of Nevada (NV) is missing, should be between Nebraska (NE) and New Hampshire (NH)
                            #12. "ZIP" field allows letters to be typed in.
                            #13. "ZIP" field allows more than 5 digits to be pasted in.
                            #14. "ZIP" field allows letters to be pasted in.
                            #15. "ZIP" field allows special characters to be pasted in.
                            #16. "ZIP" field should verify that inputed ZIP codes exist.
                            #17. "Phone:" fields allow letters to be pasted in.
                            #18. "Phone:" fields allow special characters to be pasted in

                            Comment


                            • #15
                              Test Cases:
                              ID Purpose Instruction Expected Result

                              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 "enter valid ZIP" message
                              #6. Invalid input - sp. character 9408% "enter valid ZIP" message
                              #7 Copy/Paste 6 digits 940851 "enter valid ZIP" message
                              #8 Copy/Paste - with letter 94O85 "enter valid ZIP" message
                              #9 Copy/Paste - Sp.Character 9408% "enter valid ZIP" message


                              Email:
                              - text field
                              - accepts digits, letter, some sp. character - @ . – _
                              - accepts 255 characters
                              - Required field
                              - Existing

                              Test Cases:
                              #1 existing email evg-il@mail.ru evg-il@mail.ru accepted
                              #2 Invalid input email evgilmailru "enter valid email" error message
                              #3 accepts digits, letter, some sp. character @ . – _ evg-il_1@mail.ru evg-il_1@mail.ru accepted
                              #4 Invalid input - sp. character evg/il@mail.ru "enter valid email" error message
                              #5 Required field empty field "Please select email" error message
                              #6 Max input 255 characters accepted
                              #7 Max+1 input 256 characters 255 accepted


                              Phone:
                              - 3 text field
                              - accepts 3-3-4 characters
                              - digits only
                              - Required field


                              Test Cases:
                              #1. 3-3-4 characters, existing Phone 111-110-1111 111-110-1111 accepted (где 111-110-111 реальный номер - допустим свой)
                              #2 Invalid input Phone 011-110-1111 "Please enter a valid Phone Number" error message
                              #3 Invalid input 1-3-4 characters 1-110-1111 "Please enter a valid Phone Number" error message
                              #4 Invalid input 4-3-4 characters 1111 111 accepted
                              #5 Invalid input - letter 111-O11-1111 not accepted
                              #6 Invalid input - sp. character 111-@11-1111 not accepted
                              #7 Required field empty field "Please enter a valid Phone Number" error message
                              #8 Copy/Paste 4 characters in the first field 1111 111 accepted
                              #9 Copy/Paste 4 characters in the second field 1111 111 accepted
                              #10 Copy/Paste 4 characters in the third field 1111 111 accepted
                              #11 Copy/Paste - with letter 11O not accepted or 11 accepted
                              #12 Copy/Paste - Sp.Character 11@ not accepted or 11 accepted


                              State:
                              - list
                              - 50 states
                              - Required field
                              - Existing

                              Test Cases:
                              #1 list показано, что это список (есть значок вниз) revealed
                              все штаты number 50 50 states
                              Required field empty field "Please select your State" error message


                              #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 "enter valid ZIP" message
                              #6. Invalid input - sp. character 9408% "enter valid ZIP" message
                              #7 Copy/Paste 6 digits 940851 "enter valid ZIP" message
                              #8 Copy/Paste - with letter 94O85 "enter valid ZIP" message
                              #9 Copy/Paste - Sp.Character 9408% "enter valid ZIP" message


                              =====================================BUG REPORTS============================
                              #1 Please specify which special characters the email field should accept
                              #2 If you enter invalid special characters in the "email" field, an error message should appear
                              #3 mark the required "email" field with an asterisk in redd
                              #4 When you press tab, after the "First Name:" field, the "Last Name:" field should be highlighted, and not the "Referred by" field as it is now
                              #5 Define the field "Referred by:" Required or not, if "Referred by:" is empty - an error message, but there is no character * near ""Referred by:"
                              #6 If the email field is empty, the data is accepted - message "Thank you for your participation!" - if the email field is empty,
                              an error message should appear
                              #7 If the email address does not exist, an error message should appear
                              #8 "Email" field should accept up to 255 characters, no более 255 as it accepts now
                              #9 "Email" field in the third window accepts only 3 characters when copy/paste, and not 4 as it should be
                              #10 "Email" field in copy/paste should not accept letters
                              #11 The "Email" field when copying/pasting should not accept all special characters except @ . – _
                              #12 Email should be checked for the authenticity that such an email address exists
                              #13 There are 49 states in the "State" list. Remove "BC" as non-existent, add "HI" and "NV".
                              #14 Fix the state in the "State" list from "IND" to "IN"
                              #15 Remove the name "Other" from the "State" list to the end of the list
                              #16 When you click on the "Clear" button, it gives the error "Error 17896 - Invalid data request. Please call technical support or restart your computer!!!" and does not clear the field
                              __________________________________________________ _______________________

                              #17 In the "Months left on current contract:" field, the number 11 is missing from the list
                              #18 Add the value "Other" to the "Current Provider:" field
                              #19 The "My monthly bill is approximately:" field should not accept letters when copying
                              Last edited by Evgeniya K; 04-15-2022, 04:38 AM.

                              Comment

                              Working...
                              X