Announcement

Collapse
No announcement yet.

Energy-Telecom test cases and bug reports

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

  • test cases.
    last name.

    - text field
    - accepted all characters
    - no more than 31 char.
    - required field;

    ID purpose instruction exepted result
    #1. all characters 123rty@#$ accepted
    #2. max input 31 characters accepted
    #3. max input+1 32 characters 31 accepted
    #4. required field empty field Required field message

    City.

    - text field
    - accepted all characters
    - no more than 50 char.
    - required field;

    ID purpose instruction exepted result
    #1. all characters 123rty@#$ accepted
    #2. max input 50 characters accepted
    #3. max input+1 51 characters 50 accepted
    #4. required field empty field Required field message

    State

    - drop list
    - 50 names in list
    - All 50 states names
    - required field

    ID purpose instruction exepted result
    #1. number of names 50 names 50 names
    #2. all names are
    states names ? 50 names of states
    #3. required field empty field Required field message

    e-mail

    - text field
    - accepted all letter, digits and some special chars.
    - no more than 255 characters
    - required field

    ID purpose instruction exepted result
    #1. letter, digits 123rty accepted
    #2. max input 255 chars 255 chars accepted
    #3. max input +1 256 chars 255 chars accepted
    #4. required field empty field Required field message

    phone number

    - 3 text fields
    - only digits
    - max input in field 1 is 3
    - max input in field 2 is 3
    - max input in field 3 is 4test cases.
    last name.

    - text field
    - accepted all characters
    - no more than 31 char.
    - required field;

    ID purpose instruction exepted result
    #1. all characters 123rty@#$ accepted
    #2. max input 31 characters accepted
    #3. max input+1 32 characters 31 accepted
    #4. required field empty field Required field message

    City.

    - text field
    - accepted all characters
    - no more than 50 char.
    - required field;

    ID purpose instruction exepted result
    #1. all characters 123rty@#$ accepted
    #2. max input 50 characters accepted
    #3. max input+1 51 characters 50 accepted
    #4. required field empty field Required field message

    State

    - drop list
    - 50 names in list
    - All 50 states names
    - required field

    ID purpose instruction exepted result
    #1. number of names 50 names 50 names
    #2. all names are
    states names ? 50 names of states
    #3. required field empty field Required field message

    e-mail

    - text field
    - accepted all letter, digits and some special chars.
    - no more than 255 characters
    - required field

    ID purpose instruction exepted result
    #1. letter, digits 123rty accepted
    #2. max input 255 chars 255 chars accepted
    #3. max input +1 256 chars 255 chars accepted
    #4. required field empty field Required field message

    phone number

    - 3 text fields
    - only digits
    - max input in field 1 is 3
    - max input in field 2 is 3
    - max input in field 3 is 4
    - required field

    ID purpose instruction exepted result
    #1. only digits accept 123-456-7890 accepted
    #2. digits and other 1a$-2b%-3c#@ only digits error
    #3. max input 123-456-7890 123-456-7890 accepted
    #4. max input+1 1233-4566-78900 123-456-7890 accepted
    #5. required field empty fields Required field message
    - required field

    ID purpose instruction exepted result
    #1. only digits accept 123-456-7890 accepted
    #2. digits and other 1a$-2b%-3c#@ only digits error
    #3. max input 123-456-7890 123-456-7890 accepted
    #4. max input+1 1233-4566-78900 123-456-7890 accepted
    #5. required field empty fields Required field message

    Comment



    • ================================================== ====================================
      TEST CASES

      City: text field, accepts all characters. No more than 50. Required field.
      Test cases:
      ID Description ------------------Instruction ----------------------Expected Result
      #1. Accepts all characters ---City = 11NewYork$%&------ Accepted
      #2. Maximum input ------------50 character------------------- Accepted
      #3. Maximum input+1 ---------51 character ------------------50 Accepted
      #5. Required field --------------Empty field-------------------- "Required field" message
      ================================================== ====================================

      State: List Box offering the list of all 50 states. Required field.
      Test cases:
      ID Description------------------- Instruction -------------------------------------Expected Result
      #1. List box offering------------ Push the dropdown listbox "State" -----show the 50 States USA
      #2. Required field ---------------Empty field----------------------------------- "Required field" message

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

      Email: text field, accepts digits, letters, some special characters. 255 characters. Required field.
      Test cases:
      ID Description -------------------Instruction -----------------------------------------Expected Result
      #1. Accepts all characters---- Email = 11googles$%&@gmail.com -------Accepted
      #2. Maximum input -------------255 character ------------------------------------Accepted
      #3. Maximum input+1 ----------256 character ------------------------------------255 Accepted
      #4. Required field ---------------Empty field ----------------------------------------"Required field" message

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

      Phone: 3 text fields, accepting 3-3-4 chars (digits only). Required field.
      Test cases:
      ID Description ---------------------------Instruction -------------------Expected Result
      #1. 3-3-4 digits chars ------------------123-456-7890 --------------Accepted
      #2. 3-3-4 digits chars+1-------------- 1233-4566-78900--------- 123-456-7890 Accepted
      #3. Required field ----------------------Empty field------------------ "Required field" message
      #5. Invalid input - letter ----------------12A-45A-789A -------------"Digits only message
      #6. Invalid input - sp. character ------12!-45@-789#-------------- "Digits only message"
      ================================================== ====================================
      Last edited by Styge; 04-14-2022, 11:03 AM. Reason: 1q

      Comment


      • For the form: http://www.energy-telecom.portnov.co...view/quote.php

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

        Test Case:
        #1. Input a city New York accepted
        #2. and a special character New Y@rk "Please enter your City" message
        #3. 51 characters iiiiiiiii1iiiiiiiii2iiiiiiiii3iiiiiiiii4iiiiiiiii5 0 accept only 50 characters
        #4. Input only digits 0 "Please enter your City" message
        #5. only a sp. character @ "Please enter your City" message

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

        Test Case:
        #1. Choose any state AL accepted
        #2. Choose "DC" DC accepted
        #3. Choose none -- "Please select your State" message

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

        Test Case:
        #1. Input email name@mail.com accepted
        #2. input non-email name_mail_com "Please enter your Email address" message

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

        Test Case:
        #1. Valid phone 205-456-7890 accepted
        #2. Invalid phone 123-456-7890 "Please enter a valid Phone Number" message
        #3. 3-4-4 digits 205-4561-7890 accept only 205-456-7890
        #4. 3-3-5 digits 205-456-78901 accept only 205-456-7890
        #5. 3-3-5 digits 205-456-78901 accept only 205-456-7890
        #7. 3-2-4 digits 205-45-7890 "Please enter a valid Phone Number" message
        #8. 3-3-3 digits 205-456-789 "Please enter a valid Phone Number" message
        #9. digits and letter 205-456-789o "Please enter a valid Phone Number" message
        #10. and a special character 205-456-789@ "Please enter a valid Phone Number" message

        ==Bug Report==
        #4. Extend the list of States with Federal district (DC) and Inhabited territories (AS, GU, MP, PR, VI).
        #5. Crash if input an email in "Email" field in the section "Contact Information".
        #6. Merge 3 fields for "Phone" in only one field of 10 digits because it is easier to type and paste.
        #7. "City" field should not accept digits and sp. characters if there are only them in the field.
        Last edited by va5ily; 04-14-2022, 12:15 PM.

        Comment


        • Energy Telecom homework

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

          Test Cases:
          ID /// Purpose /// Instruction /// Expected Result /// Actual Result /// Pass/Fail

          #1. Accepts all characters /// Type: "Californi@123" /// California@123 Accepted /// California@123 Pass
          #2. Max characters test /// Type: "123456789012345678901234567890123456789012345 6789 0" Accepted Accepted Pass
          #3. Max characters+1 input /// Type: "123456789012345678901234567890123456789012345 6789 0S" "123456789012345678901234567890123456789012345 6789 0" Accepted Accepted Pass
          #4. Paste max characters+1 /// Paste: "123456789012345678901234567890123456789012345 6789 0S" "123456789012345678901234567890123456789012345 6789 0" Accepted Accepted Pass
          #5. Required field /// Leave field City empty Please enter your City message Please enter your City message Pass
          #6. Lower boundary test Type "1" 1 accepted 1 accepted Pass

          ===============BUG Reports
          1. Please provide minimum characters for the "City" field




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

          ID Purpose Instruction Expected Result Actual Result Pass/Fail
          #1. Required field Leave Field State empty "Please select your State" Error message "Please select your State" Error message Pass
          #2. State from listbox acceptance Choose LA from droplist State accepted State accepted Pass

          ==================================BUG Reports:
          #1. Missing state Nevada (NV)
          #2. Option "other" may be superfluous



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


          ID Purpose Instruction Expected Result Actual Result Pass/Fail
          #1. Existing email acceptance test Type: lv123@gmail.com Email accepted Critical Error Fail
          #2. Special character test Type: #### Not accepted Accepted Fail
          #3. 255 characters test Type: 255 characters 255 characters accepted only 250 char accepted Fail
          #4. 255+1 characters test Type: 256 characters 255 characters accepted only 250 char accepted Fail
          #5. Required field Leave field Email empty Please enter your Email address error message Please enter your Email address error message Pass


          ==================================Bug reports:
          1. When submitting with Email field filled with anything but empty, the page won't load.
          2. Filed Email, accepts any other special characters but has to accepts only "@" "_" "-"
          3. Filed Email should accept 255 characters but accepts 250 instead


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

          ID Purpose Instruction Expected Result Actual Result Pass/Fail
          #1. Required field Leave field Phone number empty Please enter your Phone number error message Please enter your Phone number error message Pass
          #2. Digit acceptance test Type: 111 222 3456 111 222 3456 accepted 111 222 3456 accepted Pass
          #3. Digit submssion test Type: 111 222 3456, submit Phone number accepted Please enter your Phone number error message Fail
          #4. Other but digit char Type: 11@ 22h 3456 11 22 3456 accepted 11 22 3456 accepted Pass
          #5. Paste other but digits char Paste: 11@ 22h 3456 11 22 3456 accepted 11@ 22h 3456 accepted Fail

          ==================BUG Reports
          1. When submitting existing phone number, error message appears.
          2. Field accepts any characters but digits when pasting.
          3. When typing in phone number, doesn't automatically change field after reaching digit limit in one field.

          Comment


          • ZIP

            Test case

            #7 Invalid input 94O8@5a0F% "enter a valid ZIP" message
            8 characters paste


            City

            Test Cases

            #1 Accept all characters =20 Colorado-Springs№123 accepted
            #2 Max input =50 characters accepted
            #3 Max input+1 = 51 characters not accepted more than 50 characters
            #4 Required field empty field "enter your City" message
            #5 Lower boundary "S" accepted

            State

            Test Cases

            #1 "State" listbox is offering 50 items selected "CO" states in the listbox accepted
            #2 Required field empty field "select your State" message

            Bug Reports

            #1 Please, provide the minimal amount of characters for "City" field
            #2 "ZIP" field accepts more than 5 characters by pasting
            #3 "State" listbox offering 49 states instead of 50. One of the items is "Other". One of states is missed
            Last edited by Fire Lily; 04-14-2022, 12:17 PM.

            Comment


            • "STATE" field

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

              Test Cases
              ID: #1
              Description: Able to select 50 states from the list
              Steps: Select "Other" option
              Expected Result: (Suggestion): There is no "Other" state!
              Bug ID: 1

              ID: #2
              Description: The user has not selected any state name.
              Steps: Leave state name unselected.
              Expected Result: "Please select your State" message upon submitting.

              "Email" field

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

              Test Cases:
              ID: #3
              Description: Accepts correct email address
              Steps: Input engvox@gmail.com
              Expected Result: Accepted

              ID: #4
              Description: Input exceeds 255 characters
              Steps: Type in 256 characters
              Expected Result: "The number of characters exceeds 255!"
              Actual result: Accepted!
              Bug ID: 2

              ID: #5
              Description: Accepts only special characters: – @ . – _
              Steps: Type in: 1235*@#&fde.com
              Expected Result: "Only such special characters as – @ . – _ are accepted!"
              Actual Result: Accepted
              Bug ID: 3

              ID: #6
              Description: Empty "Email" field submission
              Steps: Leave "Email" field blank and submit the form
              Expected Result: "Please enter your email" message
              Actual Result: Form submitted, no message!
              Bug ID: 4


              Bug Reports:
              1. "State" field: "Other" state name stands for some other required state name!
              2. "Email" field: Accepts more than 255 characters!
              3. "Email" field: Accepts special characters other than allowed!
              4. "Email" field: From accepts empty field with no message!

              Comment


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

                test cases
                ID Purpose Instraction Expected result

                #1. Accepts all characters First Name - 25Misha@ accepted
                #2. MaxInput 31 characters acceptes
                #3 Max+1 input 32 characters 31 accepted
                #4 Required field empty field "required field " massaeg
                #5 Lower boundery, one charecter "X" accepted
                #6. Paste 31 characters 31 charecters accepted
                #7. Paste 32 Charecters 32 charecters 31 accepted




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

                test cases
                ID Purpose Instraction Expected result
                #1. Accepts all characters Last Name - Sergey 23@# accepted
                #2. MaxInput 31characters accepted
                #3. Max+1Input 32 characters 31 accepted
                #4. Required field empty field "required field" message
                #5. Lower boundery, one characner "x" accepted
                #6. Paste 31 characters 31 charecters accepted
                #7. Paste 32 Charecters 32 charecters 31 accepted





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

                ID Purpose Instraction Expected result
                #1 Accept all characters First name - 123 main street, #14 accepted
                #2 MaxInput 255 characters accepted
                #3 Max+1input 256 Characters 256 acepted
                #4 Required Filed empty field "requred filed" message
                #5 Lower boundery, one character "???" accepted




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

                test cases
                ID Purpose Instraction Expected result
                #1. Accept all charecters City - Penza2# Accepted
                #2. MaxInput 50 characters Accepted
                #3. Max+1Input 51 characters 51 accepted
                #4. Lower boundery, one charecter "n" Accepted
                #5. Required field empty field "Empty field" message








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

                test cases
                ID Purpose Instraction Expected result
                #1. Choose point in the list "CA" Accepted
                #2. Required field "--" "Required field" message






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

                test cases
                ID Purpose Instraction Expected result
                #1. 5 digits, existing 94085 accepted
                #2. 6 digits 940851 94085 accepted
                #3. 4 didgits 9408 error message
                #4. required field empty field "required" error message
                #5. Invalid input - letter 94o85 "didgits only" message
                #6. Invalid input -sp.charater 9408% "didgits only" message
                #7. Paste 6 digits 940852 accepted 94085
                #8. Paste 6-Letter 94O852 error message
                #9. Paste 6-Sp.Character 94@852 error message





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


                test cases
                ID Purpose Instraction Expected result
                #1. Accepts digits,letters,some special characters??? "444DDf???" accepted
                #2. MaxInput 255 characters accepted
                #3. Max+1 Input 256 characters 255 accepted
                ???#4. Lower boundary ??? characters "???" accepte
                #5. Required field Emrty field "Required field" message
                #6. Digits only "444" Error message
                #7. Spesial charecters only "#" error message




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

                test cases
                1st fild
                ID Purpose Instraction Expected result
                #1. Accepting 3 characters "123"









                ================= BUG REPORTS=============================
                #1. Please, provide the minimum amount of character for "Street Adress" field
                #2. "First name" field should accept up to 31 characters, no 30 as it accept now
                #3. "Street Address" field accept no more 100 characters instead of 250 as per requirements
                #4. "State" field list: "other" move at the end of list
                #5. Please, provide the minimum amount of characters for "Email" field.
                #6. "First Name" field should accept during paste up to 31 characters no 30 as per requirements
                #7. "Last Name" field should accept during paste up to 31 characters no 30 as per requirements
                #8. "Zip" field accept paste special charecters.
                #9. "Zip" field accept paste letters.
                #10."Zip" field accept paste more 5 charecters instead
                #11."Zip" field accept nonexisting ZIP






                Comment




                • First Name:
                  - Text field
                  - Accepts all characters
                  - No more than 31
                  - Required field


                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. Input All Characters Input First Name = "25Alex@!" Accepted
                  #2. Max input 31 characters Accepted
                  #3. ?? Max+1 input 32 characters 31 characters accepted
                  #4. Copy/Paste characters Paste 32 Characters 31 characters accepted
                  #5. Required field Empty field "required field" message
                  #6. Lower boundary Input First Name = "A" Accepted

                  Last Name:
                  - Text field
                  - Accepts all characters
                  - No more than 31
                  - Required field

                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. Input All Characters Input Last Name = "25Baiden@!" Accepted
                  #2. Max input 31 characters Accepted
                  #3. Max+1 input 32 characters 31 characters accepted
                  #4. Copy/Paste characters Paste 32 Characters 31 characters accepted
                  #5. Required field empty field "Required field" message
                  #6. Lower boundary Input Last Name = "X" Accepted


                  Street Address:
                  - Text field
                  - Accepts all characters
                  - No more than 255
                  - Required field


                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. Input All Characters Input address = "str. Gogolya #55/1" Accepted
                  #2. Max input 255 characters Accepted
                  #3. Max+1 input 256 characters 255 characters accepted
                  #4. Copy/Paste characters Paste 256 characters 255 characters accepted
                  #5. Required field Empty field "Required error" message


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

                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. Input all characters Input city = "Washington2#" Accepted
                  #2. Max input 50 characters Accepted
                  #3. Max+1 input 51 characters 50 characters accepted
                  #4. Copy/Paste characters Paste 51 characters 50 characters accepted
                  #5. Required field Empty field "Required error" message



                  STATE:
                  - List Box
                  - List of all 50 states
                  - Required field

                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. List of all 50 states Compare all 50 state with rel one All 50 states is real
                  #2. Required field Empty "Required error" message

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

                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. Input 5 digits Input "94020" Accepted
                  #2. Input non digit Input "9402o" "Digits only" message
                  #3. Input 6 digits Input "940201" 5 digits accepted
                  #4. Input 4 digits Input "9402" "Invalid ZIP" message
                  #5. Paste 6 digits Copy/Paste "940201" 5 digits accepted
                  #6. Required field Empty "Required error" message


                  E-MAIL:
                  - Text field
                  - Accepts digits
                  - Accepts letters
                  - Accepts some special characters
                  - No more than 255 characters
                  - Required field.

                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. Accepts characters Input "asmadei_12Q@mail.com" Accepted
                  #2. Max characters Input 255 characters Accepted
                  #3. Max+1 characters Input 256 characters 255 characters accepted
                  #4. Paste 256 characters Copy/Paste 256 characters 255 characters accepted
                  #5. Required field Empty "Required error" message


                  PHONE:
                  - 3 text fields
                  - Accepting 3-3-4 chars
                  - Digits only
                  - Required field.

                  Test Cases:
                  ID Purpose Instruction Expected Result
                  #1. Accepting 3-3-4 chars Input "6503071070" Accepted
                  #2. Digits only Input "650307107o" "Digits only" message
                  #3. Max input "65030710701" "650-307-1070" accepted
                  #4. Incomplete entry Input "650307107" "Required error" message
                  #5. Required field Empty "Required error" message


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

                  #1. "First Name" field include 30 characters, not 31
                  #2. "Last Name" field include 30 characters, not 31
                  #3. Provide the minimal amount of characters for "Street Address" field
                  #4. "Street Address" field include 100 characters, not 255
                  #5. Provide the list with existing city for "City" field
                  #6. Place "Other" at the bottom list of states
                  #7. "BC" is not a state of USA
                  #8. In the list of "State" 49 states
                  #9. "ZIP" field accept copy/paste more than 5 digits
                  #10. "Referred by" field is empty not accepted, display "Required error" message
                  #11. Perhaps "Referred by" label is missing an asterisk
                  #12. "Email" field is empty, not display "Required error" message
                  #13. Perhaps "Email" label remove the asterisk
                  #14. Clarify required for "Email" field, email must contain "@", "."
                  #15. Clarify required for "Email" field, email must contain 2 or 3 letters after "."
                  #16. "Email" field include more than 255 characters

                  Last edited by LMPilot; 04-18-2022, 12:34 PM.

                  Comment




                  • 2.test suite:"Last Name" text field testing.
                    1.
                    Test case ID: - #1.
                    Test title: - Test field input testing.
                    Test summary: - Input all kinds of characters(digits,letters,sp.characters)into the text field:"Last Name" But no more then 31.
                    Testing steps:
                    - 1.Navigate to predefined URL-link.
                    - 2.Input the last name into the text field.
                    - 3.Press the submit button at the bottom of the page.
                    Test date - URL-link:http://www.energy-telecom.portnov.com/qa/. Last Name: Hammett1105@#$
                    Expected results - Accepted.
                    Actual results - Accepted.
                    Status - Pass.

                    2.
                    Test case ID: - #2.
                    Test title: - Max characters input testing.
                    Test summary: - Input 31 characters into the text field:"Last name"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 31 characters into the text field:"Last Name"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - Last Name: Abcdefghijk1234567890!@#$%^&*?>
                    Expected results:- 31 characters accepted.
                    Actual results: - 30 characters accepted.
                    Status: - Fail.

                    3.
                    Test case ID: - #3.
                    Test title: - Testing for exceeding the number of characters.
                    Test summary: - Input 32 characters into the text field:"Last name"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 32 characters into the text field:"Last Name"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - Last Name: Abcdefghijkl1234567890!@#$%^&*?>
                    Expected results:- 31 characters accepted.
                    Actual results: - 30 characters accepted.
                    Status: - Fail.

                    4.
                    Test case ID: - #4.
                    Test title: - testing for entering name with low boundary value.
                    Test summary: - Input 1 character into the text field:"Last name"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 1 character into the text field:"Last Name"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - Last Name: X
                    Expected results:- 1 character accepted.
                    Actual results: - Accepted.
                    Status: - Pass.


                    5.
                    Test case ID: - #5.
                    Test title: - Testing for paste the exceeding the number of characters.
                    Test summary: - Paste 32 characters into the text field:"Last name"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Launch any text editor.
                    - 3.Type the first name at the text editor.
                    - 4.Copy the first name in the text editor.
                    - 5.Paste the name into the text field:"Last Name"
                    - 6.Press the submit button at the bottom of the page.
                    Test date: - Last Name: Abcdefghijkl1234567890!@#$%^&*?>
                    Expected results:- 31 characters pasted.
                    Actual results: - 30 characters pasted.
                    Status: - Fail.

                    6.
                    Test case ID: - #6.
                    Test title: - Testing for paste the last name with low boundary value.
                    Test summary: - Paste 1 character into the text field:"Last name"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Launch any text editor.
                    - 3.Type the last name at the text editor.
                    - 4.Copy the last name in the text editor.
                    - 5.Paste the name into the text field:"Last Name"
                    - 6.Press the submit button at the bottom of the page.
                    Test date: - Last Name: X
                    Expected results:- 1 characters pasted.
                    Actual results: - 1 characters pasted.
                    Status: - Pass.

                    7.
                    Test case ID: - #7.
                    Test title: - The required field testing
                    Test summary: - the text field:"Last Name"must be emoty.
                    Testing steps:
                    - 1.Press the submit button at the bottom of the page.
                    Test date: -
                    Expected results:- "Please enter your Last Name"message
                    Actual results: - Accepted
                    Status: - Pass.



                    4.Test suit:"City"text field testing.
                    1.
                    Test case ID: - #1.
                    Test title: - Test field input testing.
                    Test summary: - Input all kinds of characters into the text field:"City" But no more then 50.
                    Testing steps:
                    - 1.Navigate to predefined URL-link.
                    - 2.Input the city address into the text field.
                    - 3.Press the submit button at the bottom of the page.
                    Test date - URL-link:http://www.energy-telecom.portnov.com/qa/. City: Louiseville325@#$
                    Expected results - Accepted.
                    Actual results - Accepted.
                    Status - Pass.

                    2.
                    Test case ID: - #2.
                    Test title: - Max characters input testing.
                    Test summary: - Input 50 characters into the text field:"City"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 50 characters into the text field:"City"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - Abcdefghij1234567890!@#$%
                    Expected results:- 50 characters accepted.
                    Actual results: - 50 characters accepted.
                    Status: - Pass.

                    3.
                    Test case ID: - #3.
                    Test title: - Testing for exceeding the number of characters.
                    Test summary: - Input 51 characters into the text field:"City"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 51 characters into the text field:"City"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - Abcdefghij1234567890!@#$%^
                    Expected results:- 50 characters accepted.
                    Actual results: - 51 characters accepted.
                    Status: - Fail.

                    4.
                    Test case ID: - #4.
                    Test title: - testing for entering city name with low boundary value.
                    Test summary: - Input 1 character into the text field:"City"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 1 character into the text field:"City"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - City: X
                    Expected results:- 1 character accepted.
                    Actual results: - Accepted.
                    Status: - Pass.


                    5.
                    Test case ID: - #5.
                    Test title: - Testing for paste the exceeding the number of characters.
                    Test summary: - Paste 51 characters into the text field:"City"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Launch any text editor.
                    - 3.Type the city name at the text editor.
                    - 4.Copy the city name in the text editor.
                    - 5.Paste the city name into the text field:"City"
                    - 6.Press the submit button at the bottom of the page.
                    Test date: - Abcdefghij1234567890!@#$%^
                    Expected results:- 50 characters pasted.
                    Actual results: - 51 characters pasted.
                    Status: - Fail.

                    6.
                    Test case ID: - #6.
                    Test title: - Testing for paste the city name with low boundary value.
                    Test summary: - Paste 1 character into the text field:"City"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Launch any text editor.
                    - 3.Type the city name at the text editor.
                    - 4.Copy the city name in the text editor.
                    - 5.Paste the city name into the text field:"City"
                    - 6.Press the submit button at the bottom of the page.
                    Test date: - Last Name: X
                    Expected results:- 1 characters pasted.
                    Actual results: - 1 characters pasted.
                    Status: - Pass.

                    7.
                    Test case ID: - #7.
                    Test title: - The required field testing
                    Test summary: - the text field:"City"must be emoty.
                    Testing steps:
                    - 1.Press the submit button at the bottom of the page.
                    Test date: -
                    Expected results:- "Please enter your City"message
                    Actual results: - Accepted
                    Status: - Pass.

                    5.Test suit:"ZIP"text field testing.
                    1.
                    Test case ID: - #1.
                    Test title: - Test field input testing.
                    Test summary: - Input zip code(digits only) into the text field:"ZIP"But no more then 5.
                    Testing steps:
                    - 1.Navigate to predefined URL-link.
                    - 2.Input zip code(5 digits) into the text field:"ZIP"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - ZIP code: 40210
                    Expected results:- Accepted
                    Actual results: - Accepted
                    Status: - Pass.

                    2.
                    Test case ID: - #2.
                    Test title: - Testing for exceeding the number of digits.
                    Test summary: - Input 6 digits into the text field:"ZIP"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 6 digits into the text field:"ZIP"
                    - 3.Press the submit button at the bottom of the page.
                    Test date: - ZIP code: 402109
                    Expected results:- 40210 accepted.
                    Actual results: - Accepted.
                    Status: - Pass.

                    3.
                    Test case ID: - #3.
                    Test title: - Testing the low boundary value.
                    Test summary: - Input 4 digits into the text field:"ZIP"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input 4 digits into the text field:"ZIP"
                    - 3.Press the submit button at the bottom of the page.
                    Test date:4021
                    Expected results:- "Please enter a valid Zip Code"message
                    Actual results: - Accepted
                    Status: - Pass.

                    4.
                    Test case ID: - #4.
                    Test title: - Testing the entering letter into the text field:"ZIP"
                    Test summary: - Input letter into the text field:"ZIP"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input zip code with letter into the text field:"ZIP"
                    - 3.Press the submit button at the bottom of the page.
                    Test date:4021o
                    Expected results:- "Please enter a valid Zip Code"message
                    Actual results: - Accepted
                    Status: - Pass.

                    5.
                    Test case ID: - #5.
                    Test title: - Testing the entering sp.characters into the text field:"ZIP"
                    Test summary: - Input sp.characters into the text field:"ZIP"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Input zip code with sp.characters into the text field:"ZIP"
                    - 3.Press the submit button at the bottom of the page.
                    Test date:4021@
                    Expected results:- "Please enter a valid Zip Code"message
                    Actual results: - Accepted
                    Status: - Pass.

                    6.
                    Test case ID: - #6.
                    Test title: - Testing for paste the exceeding the number of characters.
                    Test summary: - Paste 6 digits into the text field:"ZIP"
                    Testing steps:
                    - 1.Reiterate the step 1 from the test case #1.
                    - 2.Launch any text editor.
                    - 3.Type 6 digits at the text editor.
                    - 4.Copy 6 digits in the text editor.
                    - 5.Paste the name into the text field:"ZIP"
                    - 6.Press the submit button at the bottom of the page.
                    Test date: - First Name: 402109
                    Expected results:- "Please enter a valid Zip Code"message.
                    Actual results: - Accepted.
                    Status: - Pass.

                    Bug reporting

                    #1.In text field:"First Name"can input only 30 characters(for requirements must be 31 characters)
                    #2.In text field:"Last Name"can input only 30 characters(for requirements must be 31 characters)
                    #3.In text field:"Street Address"can input only 97 characters(for requirements must be 255 characters)
                    #4.In text field:"City"can input 51 characters(for requirements must be only 50 characters)
                    #5.In text field:"ZIP"can input letters(for requirements must be only digits)
                    #6.In text field:"ZIP"can paste all characters(for requirements must be only digits)

                    Comment


                    • Last name:
                      -text field
                      -accepts all characters
                      -No more than 31
                      -Required field.

                      Tets cases:
                      ID Purpose: Instruction: Expected result:
                      #1. Accepts all characters Last name=23Tim@$ accepted
                      #2. Max input 31 characters aceepted
                      #3. Max input+1 32 characters 31 accepted
                      #4. Required field empty field "Required field"error massage
                      #5. Lower boundary, one character. "X" accepted

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

                      Tets cases:
                      ID Purpose: Instruction: Expected result:
                      #1. Accepts all characters City=Madrid#21 accepted
                      #2. Max input 50 characters aceepted
                      #3. Max input+1 51 characters 50 accepted
                      #4. Required field empty field "Required field"error massage
                      #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. Accept states State = BC accepted
                      #2. List of 50 states. Select a state from the list accepted
                      #3. Required field empty field. "Please select your State" massage



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

                      ID Purpose: Instruction: Expected result:
                      #1. Accept digits, portnov123@gmail.com accepted
                      letters,
                      some special characters

                      #2.The field must not contain portnov(23@gmail.com error messeg
                      special characters other
                      than

                      Comment


                      • Test cases for Energy-Telecom Service Review

                        Data Requirements Email:
                        - text field
                        - accepts digits
                        - letters
                        - some special characters
                        - 255 characters
                        - required field

                        Test data :
                        Valid test data: larisa22@ukr.net
                        Invalid test data: lar!sa;"@ukr.net
                        Test cases:
                        ID Purpose Instruction Expected Result

                        #1. Accepts digits larisa22@ukr.net accepted
                        #2. letters larisa22@ukr.net accepted
                        #3. Some special characters ????? accepted
                        #4. Unacceptable special characters ????? error message
                        #5. Input 255 characters accepted
                        #6. Max+1 input 256 characters 255 accepted
                        #7. Required field empty field "required" error message
                        #8. Invalid input - digits only 1233654789 error message
                        #9. Invalid input - capital letter LaRisa22@ukr.net error message


                        =====================================BUG REPORTS============================
                        #1. "Email" field: please specify which exactly "some special characters" are accepted.
                        #2. "Email" field accepte much more than 255 characters.
                        #3. Please, provide the minimal amount of characters for "Email" field
                        #4. Please, provide the realistic max amount of characters for "Email" field
                        #5. Enter input restrictions of a capital letter for "Email" field
                        #6. "Email" field: missing Expected Result message.

                        Comment


                        • Energy-Telecom

                          поле ZIP CODE
                          id
                          1.5 цифр,существующий 94085 принято
                          2.6 цифр 940850 принято 5 цифр(94085)
                          3.4 цифры 9408 сообщ"введите существующий индекс"
                          4.обязательный ввод пустое поле сообщ"введите существующий индекс"
                          5.ошибочный ввод с буквой 94O85 сообщ"введите существующий индекс"
                          6.вставка 6 цифр 940850 принято "940850" 6 цифр,сообщ"введите существующий индекс"
                          7.вставка 5 букв рраукы принято "рраукы" 6 букв,сообщ"введите существующий индекс"
                          8.вставка 6 спец.символов "№;%:? принято ""№;%:?" знаков,сообщ"введите существующий индекс"
                          9.ввод 5 букв орапи не принимает,пустое поле,сообщ"введите существующий индекс"
                          10.ввод 5 спец.знаков "№;%: не принимает,пустое поле,сообщ"введите существующий индекс"

                          поле STATE
                          1.выбрать штат "BC" принято
                          2.не выбрать штат "--" сообщ"выберите свой штат"
                          ________________________________ BUG REPORT__________________________________________

                          1.В поле"State" 49 штатов для выбора,отсутствуют "NV" и "HI"
                          2.В поле"State" при выборе значения "Other" не выдает ошибки
                          3.В поле"State" значения "Other" и "--"не имеют смысла
                          4.Выстроить в алфавитном порядке

                          поле "Phone"

                          1.ввод существующего №тлфн 982 444 4444 принято
                          2.ввод в первое поле 4 цифр 9824 принято 982
                          3.ввод во 2-е поле 4 цифр 4444 принято 444
                          4.ввод в 3-е поле 5 цифр 44444 принято 4444
                          5.ввод в 1-е поле 2-х цифр 98 не принято,msg "enter a valid Phone Number"
                          6.ввод во 2-е поле 2-х цифр 44 не принято,msg "enter a valid Phone Number"
                          7.ввод в 3-е поле 3-х цифр 444 не принято,msg "enter a valid Phone Number"
                          8.все поля пустые,обяз.поле не принято,msg "enter your Phone number"
                          9.вставка букв во все поля abc abc abcd вставляет,msg "enter a valid Phone Number"

                          Comment


                          • Last Name:
                            - text field
                            - accepts all characters
                            - No more than 31
                            - Required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            #1. Accepts all characters Last Name= Braun accepted
                            #2. Max input 31 characters accepted
                            #3. Max+1 input 32 characters 31 accepted
                            #4. Required field empty field "Please enter your Last Name" message

                            City:
                            - text field
                            - accepts all characters
                            - No more than 50
                            - Required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            #1. Accepts all characters City=Sakramento2$% accepted
                            #2. Max input 50 characters accepted
                            #3. Max+1 input 51 characters 51 accepted
                            #4. Required field empty field "Please enter your City" message

                            State:
                            - List Box offering the list of all 50 states
                            - Required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            #1. Required field empty field "Please select your State" message

                            Email:
                            - text field
                            - accepts digits
                            - letters, some special characters
                            - 255 characters
                            - Required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            #1. Accepts digits 1234444&@yahoo.com accepted
                            #2. letters, some special characters sakramento_$gt%@yahoo.com accepted
                            #3. Max input 255 characters accepted
                            #4. Max+1 input 256 characters 256 accepted
                            #4. Required field empty field "Please enter your Email" message

                            Phone:
                            - 3 text fields
                            - accepting 3-3-4 chars (digits only)
                            - Required field
                            Test cases:
                            ID Purpose Instruction Expected Result
                            #1. accepting 3-3-4 chars (digits only) 123 456 7890 accepted
                            #2. Required field empty field "Please enter your Phone" message

                            Bug repots:
                            #1. "Last name" should accets up to 31 characters, no 30 as it accepts
                            #2. "Email" should accepts up to more than 255 characters, no 255 as it need

                            Comment


                            • Last name:
                              - text field
                              - accepts all characters
                              - no more than 31
                              - required field

                              Test cases:

                              ID | Purpose | Instruction | Expected Result | Actual Result
                              #1. | Accepts all characters | 88Katя!# $ | accepted | accepted
                              #2. | Max input | input 31 symbols | accepted | only 30 characters accepted
                              #3. | Max input +1 | input 32 characters | 31 accepted | -
                              #4. | Required field | empty field | error "required field"| error "Please enter your Last Name"
                              #5. | Lower boundary | input 1 character | accepted | accepted

                              Bug reports:
                              #1. Only 30 characters are availiable

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

                              Test cases:

                              ID | Purpose | Instruction | Expected Result | Actual Result
                              #1. | Accepts all characters | 88Katя!# $ | accepted | accepted
                              #2. | Max input | input 50 symbols | accepted | accepted
                              #3. | Max input +1 | input 51 characters | 50 accepted | 50 accepted
                              #4. | Required field | empty field | error "required field"| error "Please enter your City"
                              #5. | Lower boundary | input 1 character | accepted | accepted


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

                              Test cases:

                              ID | Purpose | Instruction | Expected Result | Actual Result
                              #1. | 50 states | count states in the list box | 50 states | only 48 states
                              #2. | Required field | empty field | error "required field"| error "Please select your State"

                              Bug reports:
                              #1. Only 48 states are in the listbox
                              #2. Suggestion: put states in the alphabetical order
                              #3. Delete "Other" from the listbox
                              #4. Provide missing two states to list box

                              Comment


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

                                Test Cases:

                                ID Purpose Instruction Expected Result Warnings

                                #1. Accepts all characters First name=27Dmitry!@#$ accepted
                                #2. Max input 31 characters accepted 30 characters Bug report #1
                                #3. Max+1 input 32 characters accepted
                                #5. Required field empty field "required field" message


                                Last Name:

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

                                Test Cases:

                                ID Purpose Instruction Expected Result Warnings

                                #1. Accepts all characters First name=27Dmitry!@#$ accepted
                                #2. Max input 31 characters accepted 30 characters Bug report #2
                                #3. Max+1 input 32 characters accepted
                                #4. Lover boundary, one character "X" accepted
                                #5. Required field empty field "required field" message


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

                                Test Cases:

                                ID Purpose Instruction Expected Result Warnings

                                #1. Accepts all characters Street address=Korol_street!@#$ accepted
                                #2. Max input 255 characters accepted 100 characters Bug report #3
                                #3. Max+1 input 256 characters accepted
                                #4. Lover boundary, one character "X" accepted
                                #5. Required field empty field "required field" message


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


                                Test Cases:

                                ID Purpose Instruction Expected Result Warnings

                                #1. Accepts all characters City=Keyptaun=!@#$ accepted
                                #2. Max input 50 characters accepted
                                #3. Max+1 input 51 characters accepted
                                #4. Lover boundary, one character "X" accepted
                                #5. Required field empty field "required field" message

                                State:
                                -List Box
                                -all 50 states
                                -Required field

                                Test Cases:

                                ID Purpose Instruction Expected Result Warnings

                                #1. Include all 50 states View count accepting 49 states Bug report #9
                                #2. Option "Other" in List Box Option "Other" checked no "error" message Bug report #10
                                #3. Required field Option "--" checked" "required field" message


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


                                Test Cases:

                                ID Purpose Instruction Expected Result Warnings

                                #1. 5 digits, existing 94085 accepted
                                #2. Upper boundary, 6 digits 940851 94085 accepted
                                #3. Lover boundary, 4 didits 9408 "error message"
                                #4. Required field empty field "required field" message
                                #5. Invalid input-letter 94t85 accepted 94t85 Bug report #4
                                #6. Invalid input-sp. character 9408% "digits only" message
                                #7. Paste input mode upper boundary, 6 digits 940851 accepted 940851 Bug report #5
                                #8. Paste input mode-sp. character 9408% accepted 9408% Bug report #6




                                BUG REPORTS
                                #1. "First Name" field should accept up to 31 characters, no 30 as it accept
                                #2. "Last Name" field should accept up to 31 characters, no 30 as it accept
                                #3. "Street address" field should accept up to 255 characters, no 100 as it accept
                                #4. "ZIP" field should accept up to 5 digits only, in fact accepted digits and letters
                                #5. "ZIP" field should accept up to 5 digits only , in Paste input mode accepted 6 digits
                                #6. "ZIP" field should accept up to 5 digits only , in Paste input mode accepted sp. character
                                #9. "State" field should consist 50 states, in fact consist 49 states
                                #10."State" If option "Other" selected then no "error" message











                                Comment

                                Working...
                                X