Announcement

Collapse
No announcement yet.

Energy-Telecom test cases and bug reports

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

  • =====================================BUG REPORTS============================
    #7. Value "Other" is not present in the list "Current Provider:"
    #8. Field "My monthly bill is approximately:" accept to enter Letter.
    #9. Field "My monthly bill is approximately:" does not accept a point
    #10. Value "Prepaid" in list "Months left on current contract:" perhaps is not necessary
    #11. The list "Months left on current contract:" Does not contain the required value "11"
    #12. Fields "Primary Phone Number" in "2. Local/Long Distances/International Service" accept to paste Letter,sp characters
    #12.1 Fields "Primary Phone Number" as required field doesn't have asterisk before it
    #13. Field "My monthly bill is approximately:" accept to enter too many digits after the dot
    #14. Field "My monthly bill is approximately:" accept to paste Letter, sp characters
    #15. Field "Total Bill" accept to paste Letter, sp characters
    #16. Field "Total Bill" accept to enter too many digits after the dot
    #17. Field "My monthly bill is approximately" accept to paste Letter, sp characters
    #18. Field "My monthly bill is approximately" accept to enter too many digits after the dot
    #19. Field "Provider" which depends on "check box" in"3. High Speed Internet Service" can be represented as a list (like "Current Provider")
    #20. Field "My monthly bill is approximately" in "4. TV Service" accept to paste Letter, sp characters
    #21. Field "My monthly bill is approximately" "4. TV Service" accept to enter too many digits after the dot
    #22. Value "Prepaid" in list "Months left on plan" perhaps is not necessary
    #23. The list "Months left on plan" contains an unnecessary value "24"
    #24. Field "My monthly bill is approximately" in "5. Home Security Service" accept to enter too many digits after the dot
    #25. Field "My monthly bill is approximately" in "5. Home Security Service" accept to paste Letter, sp characters
    #26. Ambiguous expression in "6. Digital Phone Service with Video Phone" check box "I am interested in Digital Phone Service (Unlimited Calling)" does not match the name of part6.
    #27. Field "My monthly bill is approximately (summer)" in "7. Gas and Electric Services" accept to paste Letter, sp characters
    #28. Field "My monthly bill is approximately (summer)" in "7. Gas and Electric Services" accept to enter too many digits after the dot
    #29. Field "My monthly bill is approximately (winter)" in "7. Gas and Electric Services" accept to paste Letter, sp characters
    #30. Field "My monthly bill is approximately (winter)" in "7. Gas and Electric Services" accept to enter too many digits after the dot
    #31.Check box "I am opento using different provider" has a missing space in the inscription (it should be like this: open to)

    Comment


    • #1. Поле "Referred by:" является обязательным, но возле него нет звездочки.
      #2. В Box-list "state" значения не распределены по алфавиту.
      #3. В Box-list "state" есть все 50 штатов, значит значение "Other" не уместно.
      #4. В поле "ZIP" нельзя ввести больше 5-ти значений, и специальных символов, но если вставить "%^&^%555", оно примет его.
      #5. В поле "Phone" нельзя ввести буквы и спец. символы, но их можно вставить.

      Comment


      • Some test cases for Email field for Energy Telecom
        I just can't adjust the text from Notepad into the post window).
        So I have attached a screenshot)
        Attached Files

        Comment


        • BUG_REPORTS


          #1. “City:” field accepts no more than 44 instead of 50 as per requirements

          #2. Inconsistency in the drop-down box “State”

          #3. There are 49 states in the drop-down box “State”, not 50

          #4. Inconsistent transition between fields when clicking TAB staying on “First Name:”, “Referred by:”, “Me:” fields.

          #5. “Street Address:” and "Email" field accept more than 255 instead of 255 as per requirements

          #6. Please, provide calculate county by ZIP instead of asking for input

          #7. “ZIP” Code field does not block input of letters

          #8. Please, provide the drop-down box “Current Provider:” with option “Other” in the “2. Local/Long Distances/International Service”, “3. High Speed Internet Service” sections

          #9. “My monthly bill is approximately:” field in the section “Cell Phone Service” accepts letters

          #10. Typo in the “I am opento using different provider” field in the “7. Gas and Electric Services” section



          ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
          ASSUMPTIONS


          #1. There are should be radio buttons instead of checkboxes for providing one choice only between answers “ I am happy with my current provider” and “I am open to using different provider” in the section “Cell Phone Service”

          #2. Illogical representation of choice in checkboxes in the section “Cell Phone Service” between next answers “I like my handset” / “I am interested in updating my handset” / “I am interested in a wireless card for my laptop”

          #3. Create “Date of birth field” to exclude applications from underage clients
          ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

          Last edited by SvetaE; 04-18-2022, 12:10 PM.

          Comment


          • Happy path accepted

            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

            Street Address:

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

            Test cases:

            ID Purpose Instruction Expected Result
            #1. Accepts all characters First name = 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

            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 940851 "enter a valid ZIP Code" message
            #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

            State:

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

            Test case:

            #1. have 50 state select any state accepted
            #2. have 50 state don't choose one message " please select your state"
            #3. select state FL enter "F" accepted

            City:

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

            Test case:

            #1. Accepts all characters 25Saratov!@#$ accepted
            #2. max input 50 characters accepted
            #3. max +1 input 51 characters accepted 51
            #4. Required field empty field "required field" message
            #5. Lower boundary, one character "X" accepted

            Email: see bug report #5.

            - text field
            - accepts digits
            - accepts letters
            - accepts some special characters
            - 255 characters
            - required field

            Phone:

            - 3 text fields
            - accepting 3-3-4 chars
            - digits only
            - required field

            Test case:

            #1. Valid input, existing 310-456-7890 accepted
            #2. Max+1 input / each field 3101-4567-78901 3-3-4 chars accepted
            #3. invalid input - letter 31O-456-7890 only digits accepted
            #4. invalid input - sp. char. 3!0-456-7890 only digits accepted
            #5. Paste Max+1 input / each field 3101-4567-78901 3-3-4 chars accepted
            #6. Paste invalid input - letter 31O-456-7890 only digits accepted
            #7. Paste invalid input - sp. char. 3!0-456-7890 only digits accepted
            #8. required field empty field "required field" msg
            #9. Invalid input - 9 char 310-456-789 "enter valid data" msg



            =====================================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. State" listbox should contain all the 50 states, no 49 states + "other"
            #5. the requirements say that mail is a mandatory field to fill in. Fixed requirements or field.
            #6. State: the list field "State" NV (Nevada) is missing, IND must have two characters IN, BC is located in Canada
            #7. Zip: the "Zip" field allows you to insert all letters and symbols
            #8. Zip: The "Zip" field allows you to insert more than 5 digits
            #9. Email: The "Email" field does not display error messages when entering letters or characters
            #10. Email: it is impossible to put the "_" character in the "Email" field
            #11. Phone: the "Phone" field allows you to insert all letters and symbols
            #12. Clicking the "Clear" button generates error 17896 in the pop-up window
            #13. "Best Way To Contact Me:" make than "International calls included?". Yes or No.
            #14. "Referred by:" is not required field
            #15. Default Button Assignment does not conflict
            #16. Tab press switches are not logical
            #17. "Best Way To Contact Me:" write one line.
            #18. "Current Provider:" list box have incorrect size in relation to other similar ones.

            Comment



            • "Last Name"

              #1 Accepted all characters "Last Name"=Name#13; accepted
              #2 Max input 31 characters accepted
              #3 Max+1 input 32 characters 31 accepted
              #4 Lower boundary one character "N" accepted
              #5 Required fields empty fields "required fields" msg
              #6 Paste max 31 characters paste accepted
              Bag reports
              #1 "Last Name" field should accept up to 31 characters no 30 as it accept now
              #2 "Last Name" fields should accept up to 31 characters with Paste, no 30 as now.
              Suggestion: Enlarge "Last Name" field ( and "Street address" field) to end on the same level as "ZIP" field.

              "City"

              #1 Accepted all characters "City"=Kyiv2022!*!* accepted
              #2 Max input 50 characters accepted
              #3 Max+1 input 51characters 50 accepted
              #4 Required field empty field "required fields" msg
              #5 Lower boundary one character "K" accepted

              "State"

              #1 List Box Has 50 states сount the number 50 states
              #2 Required field empty field "required field" msg
              #3 The list is in alphabet order to apply alphabet control 50 states are in alphabet order
              #4 It's 50 states of America to apply the list all 50 states belong to USA
              #5 Values in list should be consistent. Check consistency all 50 values .
              Bag reports
              #3 This list consist of 48 states of America ,not 50.
              #4 The state BC is not state of America. This should be removed.
              #5 The state HI is missing. This should be added.
              #6 The state HV is missing. This should be added.
              #7 The state IND is inconsistency with standard , replased by IN.
              #8 The "Other" doesn't make sense in this list and should be removed.
              Suggestion: "-" Better to change with the default value "select" as in drop box "Best Way To Contact Me"

              Email

              #1 Accept dig., let., sp. characters Dolphin22@gmail.com accepted
              #2 Max input 255 characters accepted
              #3 Max+1 input 256 characters 255 accepted
              #4 Paste Max paste 255 characters accepted
              #5 Required field empty field "required field" msg
              #6 Lower boundary "x...." "x...." accepted
              #7 Invalid Email 22gmailcom "enter valid Email'
              Bag reports
              #9 Suggestion: add requirements with valid special characters
              #10Suggestion: add requirements with valid type for Email.
              #10"Email" fields accepts more than 255 characters, should to accept no more than 255.
              #11When "Email" field stand empty, msg "required field" is missing.
              #12"Email" field is requirement, but has blue asterisk next to field. The asterisk should be red color.

              Phone

              #1 Accept 3/3/4 digit only 345 345 3456 accepted
              #2 Accept 3+1/3+1/4+1 digit 3456 3456 34567 accepted 345 345 3456
              #3 Paste 3+1/3+1/4+1 digit paste 3456 3456 34567 accepted 345 345 3456
              #4 Accept invalid letter rrr rrr tttt letter not acceptable
              #5 Accept invalid characters &*^ ^&% ^&*( characters not acceptable
              #6 Paste invalid Letter paste rrr rrr tttt not acceptable or "invalid simbol" msg
              #7 Paste invalid characters paste &^% &^% &^%$ not acceptable or "invalid simbol" msg
              #8 Lower boundary ????? 34 34 345 "enter valid phone" msg
              #9 Required field empty field "enter your phone" msg

              Bag reports
              #13"Phone" field accepted invalid simbol 'letter" with Paste
              #14"Phone" field accepted invalid simbol "character" with Paste
              Уточнить: данные требования касаются Phone Number поля как единого,разделенного на 3 части для удобства
              или касаются каждой части по отдельности? От этого зависит количество тест кейсов.

              Best Way To Contact Me:

              Suggestion: This fields name better to divide into two lines: Best Way | To Contact Me


              Referred by:

              Bag reports:
              №15 This field should be marked as mandatory for the asterisk,
              because an empty field the form does not pass and gives an error message
              Suggestion: In the field's name the world "by" capitalize "B" as is customary in other fields:
              all words start with a capital letter.
              Last edited by OlenaKollie; 04-19-2022, 07:19 AM.

              Comment


              • Energy-Telecom Service Review test cases:

                City
                ID PURPOSE INSTRUCTION EXPECTED RESULT
                #1 Accepts all characters - Los-Angeles1 - Accepted
                #2 Max input - 50 characters - Accepted
                #3 Max+1 input - 51 characters - 50 characters Accepted
                #4 Required field - Empty field - "Please enter your City" message
                #5 Invalid input - L0s-Angeles - "Please enter valid City" message
                #6 Lover boundary-one character - A - "Please enter valid City" message



                Phone
                ID PURPOSE INSTRUCTION EXPECTED RESULT
                #1 10 digits, existing - 302 123 4567 - Accepted
                #2 11 digits - 302 123 45678 - 302 123 4567 Accepted
                #3 9 digits - 302 123 456 - "Please enter your Phone number" message
                #4 Required field - Empty field - "Please enter your Phone number" message
                #5 Invalid input-letter - 3O2 123 4567 - "Please enter valid Phone number" message
                #6 Invalid input-sp.characters - 302 !23 4567 - "Please enter valid Phone number" message
                #7 No existing - 000 000 0000 - "Please enter valid Phone number" message
                #8 Paste 11 digits - 302 123 45678 - 302 123 4567 Accepted
                #9 Paste letter - pasteletter - "Only digits" message
                #10 Paste sp.characters - @@@@@@@@@@ - "Only digits" message




                e-mail
                ID PURPOSE INSTRUCTION EXPECTED RESULT
                #1 Accepts all characters - laila12@gmail.com - Accepted
                #2 Max input - 255 characters - Accepted
                #3 Max+1 input - 256 characters - 255 characters Accepted
                #4 Required field - Empty field - "Please enter your e-mail" message
                #5 Invalid input - laila12.gmail@com - "Please enter valid e-mail" message
                #6 Lover boundary-one character - @ - "Please enter valid e-mail" message

                ===========================Bug reports========================
                1. Please, provide the minimal amount of characters for "City"
                2. "City" field shouldn't accept digits.
                3. "E-mail" field should accept up to 255 characters, no 1060 as it accepts now.
                4. When required field "e-mail" empty, no error message appears.
                5. Please, provide the minimal amount of characters suitable for "e-mail".

                Comment


                • Energy-Telecom


                  First Name:

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

                  Test cases:


                  #1. 3№а принимает все символы +
                  #2. Max input 31 characters -
                  #3. Пустое поле принимает как обязательное +
                  #4. поле принимает минимальное количество символов (1 символ)+




                  Last Name:

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

                  Test cases:


                  #1. 7№В принимает все символы +
                  #2. Max input 31 characters -
                  #3. Пустое поле принимает как обязательное +
                  #4. поле принимает минимальное количество символов (1 символ)+





                  Street Address:

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


                  Test cases:

                  #1. 7№j принимает все символы +
                  #2. поле принимает 255 -
                  #3. Пустое поле принимает как обязательное +
                  #4. поле принимает минимальное количество символов (1 символ)+

                  City:

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

                  Test cases:


                  #1. 4$ b принимает все символы +
                  #2. поле принимает 50 символов +
                  #3. Пустое поле принимает как обязательное+
                  #4. поле принимает минимальное количество символов (1 символ)+

                  State:

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


                  Test cases:

                  #1. поле предлагает 50 штатов-
                  #2. Пустое поле принимает как обязательное+


                  ZIP:

                  - text field, accepts 5 characters.
                  - Required field

                  - digits only


                  Test cases:

                  #1. поле принимает 65000 (5 цифр)+
                  #2. Пустое поле принимает как обязательное+
                  #3. поле принимает только цифры-
                  #4. при наборе 6 цифр (принимает только 5) +
                  #5. при наборе 4 цифр пишет (Please enter a valid ZIP Code)+
                  #6. при наборе 6500a пишет (Please enter a valid ZIP Code)-
                  #7. при наборе "state" принимает буквы и пишет (Please enter a valid ZIP Code)-
                  #8. при копировании поле принимает "я на 2% ухо а ты?" и пишет (Please enter a valid ZIP Code)-



                  Email:

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

                  Test cases:

                  #1. Поле принимает цифры, буквы, некоторые специальные символы+
                  #2. Пустое поле не принимает как обязательное -
                  #3. Поле принимает 255 символов+
                  #4. поле принимает минимальное количество символов (1 символ)+
                  #5. Поле принимает больше чем 255 символов+


                  Phone:

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



                  Test cases:

                  #1. 3 текстовых поля +
                  #2. Пустое поле принимает как обязательное +
                  #3. Поле принимает 3-3-4 chars +
                  #4. при копировании, все три поля, принимают (буквы, знаки)









                  Bug reports:

                  #1. поле "First Name" должно принимать 31 символ, а принимает только 30
                  #2. поле "Last Name" должно принимать 31 символ, а принимает только 30
                  #3. поле "Street Address" должно принимать 255 символов, а принимает только 100
                  #4. поле "State" должно предлагать 50 штатов, а предлагает меньше и другие символы (ID, IND, Other)
                  #5. поле "ZIP" должно принимать только цифры, а принимает буквы

                  #6. поле "ZIP" при копировании принимает больше чем 5 символов (буквы, цифры, знаки)
                  #7. Поле "Email" не принимает как обязательное, при этом знак (*) есть
                  #8. Поле "First Name, Last Name, Street Address, Email" принимает 1 символ (точку) и не выдает ошибки
                  #9. поле "Phone" должно принимать только цифры, а при копировании принимает (буквы, знаки)





                  Last Name:

                  Last edited by Kh_Yevhen; 04-21-2022, 06:07 AM.

                  Comment


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

                    test case
                    ID Title/Purpose/Description Instruction Expected Result
                    #1. accepts all characters last name = 35Lobashova!@#$ accepted
                    #2. Max input 31 characters accepted
                    #3. Max+1 input 32 characters 31 accepted
                    #4. Lower boundary, one character "K" accepted
                    #5 Required field empty field "required field" message

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

                    test case
                    ID Title/Purpose/Description Instruction Expected Result
                    #1. accepts all characters City = 35Torrance!@#$ 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, two character "OK" accepted

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

                    test case
                    ID Title/Purpose/Description Instruction Expected Result
                    #1. Total amount of states - 50 Сount the number of states in the list 50 accepted
                    #2. Required field empty field "Required field" message


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

                    test case
                    ID Title/Purpose/Description Instruction Expected Result
                    #1. accepts digits, letters, some special characters email = ek.filip@gmail.com accepted
                    #2. Max input 255 characters accepted
                    #3. Max+1 input 256 characters 555 accepted
                    #4. Required field empty field "required field" message

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

                    test case
                    ID Title/Purpose/Description Instruction Expected Result
                    #1. accepting 3-3-4 chars (digits only) Phone = 564 586 8956 accepted
                    #2. Required field empty field "Required field" message
                    #3. accepting 3-3-4 chars (digits and letter) Phone = 564 586 895O not accepted
                    #4. copy accepting 3-3-4 chars (digits and letter) Phone = 564 586 895O not accepted


                    ====================================BUG REPORTS============================
                    #1. "Last name" field should accept up to 31 characters, no 30 as it accepts now
                    #2. The state of Indiana is spelled wrong in the List Box of States ("IND"). Multiple designation of the state of Indiana - "IN"
                    #3. The List Box of States contains 49 states, not 50 as indicated in the requirements.
                    #4. Еhe word "other" is in the middle of the List Box of States, and should be at the end.
                    #5. The "email" field allows you to enter more than 255 characters.
                    #6. If the "email" field is left empty, then the program does not generate an error "required field" after pressing the button "submit".
                    #7. If you copy the "phone" number with digits and letters and then paste it into the fields with the "phone", then copying is successful.
                    It turns out that the fields accept letters, although according to the requirements they should only accept numbers.

                    Comment


                    • ZIP тест-кейсы в дополнение к сделанным на уроке

                      #7. Paste 6 - - - - - - - - - - - - - digits paste - - - - - - 123456 12345 accepted
                      #8. Paste letter - - - - - - - - - - paste qwerty - - - - - "digits only" message
                      #9. Paste sp. characters - - - paste !@#$% - - - - - - "digits only" message
                      #10. 3 letter - - - - - - - - - - - - xyz - - - - - - - - - - - - - - "digits only" message

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

                      Test Cases:
                      #1. Accepts all characters . . . . . . . . . . . . City = C1ty!@# . . . . . . . . . . accepted
                      #2. Max input . . . . . . . . . . . . . . . . . . . . . . 50 characters . . . . . . . . . . . accepted
                      #3. Max+1 input . . . . . . . . . . . . . . . . . . . . 51 characters . . . . . . . . . . . 50 accepted
                      #4. Required field . . . . . . . . . . . . . . . . . . . empty field . . . . . . . . . . . . . "required field" message
                      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                      Email:
                      - text field
                      - accepts digits, letters, some special characters.
                      - 255 characters.
                      - Required field.

                      Test Cases:
                      #1. Accepts digits, letters, sp.ch. (@.-_) . . . . . .Email = 1-2_3@xyz.ru . . . . . . . .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 . . . . . . . . . . . . . . . "?????"
                      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                      Phone:
                      - 3 text fields
                      - accepting 3-3-4 chars (digits only)
                      - Required field.

                      Test Cases:
                      #1. Accepts 3-3-4 digits . . . . . . . . . . . Phone = 123-123-1234 . . . . . . . . . . accepted
                      #2. Required field . . . . . . . . . . . . . . . . empty field . . . . . . . . . . . . . . . . . . . "required field" message
                      #3. Invalid input - letter . . . . . . . . . . . . Phone = abc abc abcd . . . . . . . . . . "digits only" message
                      #4. Invalid input - sp. character . . . . . .Phone = !@# . . . . . . . . . . . . . . . . . "digits only" message
                      #5. Invalid input . . . . . . . . . . . . . . . . . 1234-1234-1234 . . . . . . . . . . . . . . . 123-123-1234 accepted
                      #6. 2 digits . . . . . . . . . . . . . . . . . . . . . 12 . . . . . . . . . . . . . . . . . . . . . . . . . . "enter valid Phone" message
                      #7. Paste 5 digits . . . . . . . . . . . . . . . . paste 12345 in first text field . . . . . . 123 accepted
                      #8. Paste 5 digits . . . . . . . . . . . . . . . . paste 12345 in second text field . . . 123 accepted
                      #9. Paste 5 digits . . . . . . . . . . . . . . . . paste 12345 in third text field . . . . . . 1234 accepted
                      #10. Paste letter . . . . . . . . . . . . . . . . . paste qwerty . . . . . . . . . . . . . . . . . . . "digits only" message
                      #11. Paste sp. characters . . . . . . . . . . paste !@#$% . . . . . . . . . . . . . . . . . . "digits only" message

                      ======================== BUG REPORTS ========================
                      помимо сделанных с Михаилом

                      #4. "ZIP" field takes 6 digits if you make the paste 123456.
                      #5. "ZIP" field takes letter if you make the paste qwerty.
                      #6. "ZIP" field takes sp. characters if you make the paste !@#$%.
                      #7. "ZIP" field accepts typed in letter.
                      #8. Inconsistency in listbox "State" – "AL" should go below "AK", not above.
                      #9. Inconsistency in listbox "State" – "BC" should go below "AR", not above.
                      #10. "Email" field takes 270 characters if make paste 270 characters from notepad.
                      #11. Suggestion: "Email" field should accept input date in the valid email address format.
                      Last edited by nBannikov; 04-18-2022, 01:10 PM.

                      Comment


                      • BUG REPS
                        1. It might be Inconsistent data in listboxes of "Curent provider" label. The list is not full in chapters: "1. Cell Phone Service", 'Local/Long Distances/International Service''.
                        2. Chapter "6. Digital Phone Service with Video Phone" doesn't have any options about curent provider, plan details, approximate monthly bill. Are we utilising this way?
                        3. Chapter "7. Gas and Electric Services" sign on the right of the check box "I am opento using different provider" misspeling shoud be replased by "I am open to using different provider"
                        4. Text field of "8. Comments" tile has more than 356000 symbols capacity. It might be useful to set the maximum input by 500 symbols
                        5. Chapter "3. High Speed Internet Service" row #4 label "Wireless Aircard" has a check box, the information porvided by the chapter is incosistant. Chex box shpuld be erased, "Wireles Aircord" should be alighned by the left side as the previous labels

                        Comment


                          1. Поле "Zip" - при копировании данных из другого источника поле принимает не только цифровые, но и другие значения
                          2. Поле "Zip" - при копировании данных в поле вмещается более 5-ти символов
                          3. Поле "Состояние" - знак (*) находится сверху названия поля, а не спереди
                          4. Поле "Почтовый индекс:" - знак (*) находится сверху названия поля, а не спереди
                          5. Поле "Телефон:" - при копировании данных из другого источника поле принимает не только цифровые, но и другие значения
                          6. Раздел "1. Сотовая связь", поле "Мой ежемесячный счет составляет примерно:" - при копировании данных из другого источника поле принимает не только цифровые, но и другие значения
                          7. Рекомендация: раздел "Местные/междугородние/международные услуги", поле "Основной номер телефона:" - для пользователя было бы удобнее, чтобы при вводе цифр номера телефона курсор автоматически перемещался с следующее поля при вводе максимального количества цифр
                          8. Раздел "Местные/междугородние/международные услуги", поле "Основной номер телефона:" - при копировании данных из другого источника поле принимает не только цифровые, но и другие значения
                          9. Раздел "Местные/междугородние/международные услуги", поле "Общий счет:" - при копировании данных из другого источника поле принимает не только цифровые, но и другие значения
                          10. Раздел "Местные/междугородние/международные услуги", поле "Мой ежемесячный счет составляет примерно:" - при копировании данных из другого источника поле принимает не только цифровые, но и другие значения", поле "Общий счет:" - при копировании данных из другого источника поле принимает не только цифровые, но и другие значения

                          Comment


                          • "Last Name" Test Cases
                            ID Purpose Instruction Expected Result
                            1 accepts all characters "Novay@?90" accepted
                            2 max input 31 characters accepted
                            3 max input+1 32 characters 31 characters accepted
                            4 paste max input+1 32 characters 31 characters accepted
                            5 required field empty field "Please enter your Last Name" message
                            6 lower boundary, 1 character "Y" accepted
                            "City" Test Cases
                            ID Purpose Instruction Expected Result
                            1 accepts all characters "29 P@lms" accepted
                            2 max input 50 characters accepted
                            3 max input+1 51 characters 50 characters accepted
                            4 paste max input+1 51 characters 50 characters accepted
                            5 required field empty field "Please enter your City" message
                            6 lower boundary, ? character
                            "State" Test Cases
                            ID Purpose Instruction Expected Result
                            1 all 50 states are added
                            in the list box
                            the list of all 50 states
                            2 required field nothing is selected "Please select your State" message
                            "Email" Test Cases
                            ID Purpose Instruction Expected Result
                            1 accepts digits,letters
                            and some special characters
                            "pochta1@mail.com" accepted
                            2 max input 255 characters accepted
                            3 max input+1 256 characters 255 characters accepted
                            4 paste max input+1 256 characters 255 characters accepted
                            5 required field empty field "Please enter your Email" message
                            6 lower boundary, ? character
                            "Phone" Test Cases
                            ID Purpose Instruction Expected Result
                            1 accepts 3-3-4(digits only) "765-843-0009" accepted
                            2 non-digits/ letters "76F-84s-000m" "Please enter a valid Phone number" message
                            3 non-digits/ characters "7%#-0*!-&&&5" "Please enter a valid Phone number" message
                            4 paste non-digits/ letters "76F-84s-000m" "Please enter a valid Phone number" message
                            5 paste non-digits/ characters "7%#-0*!-&&&5" "Please enter a valid Phone number" message
                            6 accepts 4-4-5 "7650-8431-00092" accepted only "765-843-0009"
                            7 required field empty fields "Please enter your Phone number" message
                            Bug reports
                            1 "Last Name" field accepts up to 30 characters instead of 31.
                            2 Provide the minimal amount of characters for "City" field.
                            3 "State" list box: the items "Other" and "BC" are redundant.
                            4 "State" list box: add the items "HI" and "NV".
                            5 "State" list box: replace the "IND" item with "IN".
                            6 "ZIP" field accepts letters and special characters when we paste them.
                            7 "Email" field: the maximum input is less than 255 characters if we type.
                            8 "Email" field accepts more than 255 characters if we paste them in the field.
                            9 Provide the minimal amount of characters for the "Email" field.
                            Last edited by Yuliya1; 04-18-2022, 02:37 PM.

                            Comment


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

                              Test Case: city

                              ID Purpose Instruction Expected Result
                              #1. city name Everett accepted
                              #2. all characters Everett12!@ accepted
                              #3. Max capacity 50 characters accepted
                              #4. Max+1 capacity 51characters not accepted
                              #5. Required field empty field required field message

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

                              Test Case: State

                              ID Purpose Instruction Expected Result
                              #1. List Box offering the list of all 50 states counting states 50 states
                              #2. Required field free space required field messege

                              Requirements ZIP:
                              text field,
                              accepts 5 characters (digits only)
                              Required field.

                              Test Case: ZIP
                              ID Purpose Instruction Expected Result
                              #1. 5 digits existing 98004 accepted
                              #2. 6 digits 980041 5 numbers accepted
                              #3 4 digits 9800 error message
                              #4. Required field empty field required field

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

                              Test Case: Email
                              ID Purpose Instruction Expected Result
                              #1. text field bogdan123@gmail.com accepted
                              #2. digits+letters+characters bogdan_123@gmail.com accepted
                              #3 255 characters 255characters accepted
                              #4. 256 ch-ers 256 characters 255 characters accepted
                              #5. 254 characters 254 characters 255 characters accepted
                              #6. Required field empty field required field

                              Comment


                              • #1. The "Email" field dont accept input "_" special character, but accepts it to past.
                                #2. Inconsistency in tab order: "Referred by" field dont have tab stop.
                                #3. Inconsistency in tab order: from "Referred by" field tab order moves to the "Last name" field, but must to the "Current Provaider".
                                #4. Inconsistency in "State" list: "Other" value is excess in list.
                                №5. In "State" list change "IND" value on "IN".
                                #6. In "State" list wrong state "BC", it is not US state.
                                #7. Add in "State" list two missing states: "HI" and "NV".
                                #8. Inconsistency in "State" list: violated alphabetical order in list.
                                #9. Inconsistency in "Current Provider" lists: needs to add in "1. Cell Phone Service" "AT&T" provaider like in "Local/Long Distances/International Service" list.
                                #10. "Current Provider" list in "1. Cell Phone Service" dont have "Other" value.
                                #11. "Months left on current contract" list in "1. Cell Phone Service" and "Months left on plan" list in "4. TV Service": values dont consistent in lists.
                                #12. "Months left on current contract" list in "1. Cell Phone Service": add "more" value.
                                #13. "Months left on plan" in "4. TV Service": add "more" value.

                                Comment

                                Working...
                                X