Announcement

Collapse
No announcement yet.

Taulia bug reports, homework

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

  • #76
    1.Column "Invoce #" has a misspelling. STR: navigate to: http://taulia.portnov.com/#downloadO...ink_1955287965.
    Expected result: " Invoice #". Actual result: "Invoce #".
    2.Column "Ty.pe" has a misspelling. STR: navigate to: http://taulia.portnov.com/#downloadO...ink_1955287965.
    Expected result: "Type". Actual result: "Ty.pe"
    3.Column "Due date" has inconsistency. STR: navigate to: http://taulia.portnov.com/#downloadO...ink_1955287965.
    Expected format: " 29-Aug-2011" . Actual format: "100444".
    4.Column "Amount has a sorting issue. STR: navigate to: http://taulia.portnov.com/#downloadO...ink_1955287965.
    Expecting result: sort from low to high amount. Actual result: lines 7 and 8 are not sorted correctly.
    5.Word "Rejected" in "Status" column has misspellings. STR: navigate to: http://taulia.portnov.com/#downloadO...ink_1955287965.
    Expected result: "Rejected". Actual result: "Rejcted".
    6.Sort results have inconsistent. STR: navigate to: http://taulia.portnov.com/#downloadO...ink_1955287965.
    Expected result: 10 results per page. Actual result: 11 results per page.

    Comment


    • #77
      1. Word "Invoice" is spelled as "Invoce" in first line of tabs in the column title.
      2. Wrong format used under "Due date" category tab.
      3. PO # wrong format. Listed as dates instead of numbers.
      4. Line 7 in result search includes date 1-Oct-2011 which is outside of requested range of search
      5. Shows 11 search results instead of 10 as requested
      6. Page #5 link is missing in search page numbers links.

      Comment


      • #78
        1. The default input (6/5/2011 and 6/5/2011) in the list boxes “Invoice date” and “to” in the section “Search my invoices” is not editable.
        2. Inconsistency of the pop-up windows. The pop-up window is not shown when link pointer is over the button with Binoculars icon. Same actions with buttons with “Download list” and “Refresh” icons trigger the pop-up windows.
        3. The mouse pointer changes to text pointer in area on the top of the page above and between buttons “Payments” and “My Details”.
          Visible during page highlighting using keys CONTROL + A. This text field is unnecessary.
          Looks like the piece of code “&nbsp;” in the line 432 is redundant: <div class="span-10">&nbsp;</div>
        4. The unnecessary column with text fields (row from 1 to 11) on the right side of the column with the buttons “Actions”.
          The mouse pointer changes to text pointer in the areas.
          Visible during page highlighting using keys CONTROL + A.
          Looks like the whole line 718 is redundant and shall be deleted: <th>&nbsp;</th>
        5. The orange button “Search” cannot be selected using TAB navigation. Put the mouse in the list box “Results per page” and push TAB, the pointer is expected to move to the button “Search”, but it does not.
        6. Inconsistency of the pop-up windows. Row 4 in the column “Status”. When mouse pointer is over green icon with a cash the pop-up window shows “Approved”. Similar actions with the cash icons in rows 2, 5, 8, 11 shows “Paid” pop-up window.
        7. Mouse pointer on the headers of the table is text pointer instead of standard pointer, which means filtering is not allowed. At the same time column “Amount” has descending icon in the header, which shows that the output in the column is filtered.
        8. The list box “Customer” has the only option “General Electric”.
        9. The list box “Invoice status” is redundant, because has the only option “all”.
        10. The list box “Results per page” is redundant, because has the only option “10”.
        11. The format of input in the list box “From amount” (no dots and commas), differs from the format of output in the column “Amount” (with dots and commas).
        12. In the section “Search my invoices” for the 8 out of 9 labels the colons are missing.
        13. The labels in the section “Search my invoices” differ from the headers in the table.
        14. The column “Type” in the table is redundant, because the name of the folder “Invoices”, which means the user is expecting to view invoices in the table.
        15. The format of the input (6/5/2011) in the text field “Invoice date” in the section “Search my invoices” differs from the format of the output (5-Jun-2011) in the column “Inv. Date” of the table.
        16. The sequence of filtered data in the column “Amount” in the table is not correct: number in the row 7 ($22,409.37) is bigger than the number in the row 8 ($22,376.00).
        17. The numbers in the column “Amount” are filtered in ascending order, there is a descending filtering sign next to the header “Amount”.
        18. The number of the showing invoices according to the label “Showing 422 invoices” on the left side on top of the table cannot be accommodated by 32 pages with 10 invoices each.
        19. The table shows 11 rows of invoices despite in the section “Search my invoices” the “Results per page” parameter is 10.
        20. Page number 5 is missing in the sequence of the pages in the bottom of the table.
        21. The pages in the bottom of the table are not links. When the mouse pointer is over the number it has the text pointer instead of link pointer.
        22. The name of the header “Invoce #” in the table is misspelled. Should be changed to “Invoice #”
        23. The label “Rejced” in the Row 1 in the column “Status” in the table is misspelled. Should be changed to “Rejected”.
        24. The Row 11 in the table has missing button “Actions” comparing with rows from 1 to 10 of the table.
        25. The data in the column “PO #” are in the format of dates, while the dates in the column “PO #” are in the format of dates in the “Due Date” column do not have conventional format. The columns data might be swopped.
        26. The “Invoice date” in the section “Search my invoices” is text field. The list box would be more convenient for a user.
        27. There is a button with binoculars icon next to the list box “Purchase order”. Not clear how the button with the binoculars icon differs from the orange “Search” button.
        28. Row 3, 7, 10 of the column “PO #” in the table have October dates that deviates end date (9/30/2011) filtered in “Invoice date” list box in the section “Search my invoices”.
        29. It is possible to type the letters and special characters in the text fields "Invoice number".
        30. It is possible to type the letters and special characters in the text fields "From Amount:" and "to".
        31. It is possible to type the letters and special characters in the text field "Purchase order", which deffers from the format of the output in the column "PO #".
        32. There is no limit of input in the text fields "Invoice number".
        33. There is no limit of input in the text fields "From Amount:" and "to".
        34. There is no limit of input in the text fields "Purchase order"
        35. The icon of the link "Download" nest to the link "Download list" on the top of the table is misleading, as this icon has conventional meaning of saving, not downloading.
        Last edited by Grigory Davydov; 09-13-2022, 11:56 PM.

        Comment


        • #79
          1. Section Menu buttons: "Home", "Invoices", "Purchase Orders", "Payments", "My Details", "Cash Planner", "Your Customer", it's not clickable need to resolve this problem.
          2. Search results in the "Results per page" Listbox are given in 11 rows instead of 10.
          3. Missing link of search results to page "5"
          4 The "search" button don't find data.
          5 In the "Due Date" it's not corrent format data.
          6 Incorrect data format for "Invoice date", "6/5/2011" need to change in "6-May-2011"
          7 "Download list" button don't working
          8 "Refresh" button" don't work.
          9 "Action" button in table don't work
          10 "Hide search parameters" button don't work
          Last edited by nikubot; 09-12-2022, 10:28 AM.

          Comment


          • #80
            Taulia Bugs Report.
            Bugs found in class:
            #1. Search results are given in 11 rows instead of 10 as per "Results per page" listbox
            #2. First row of "Status" column: replace "Rejcted" with "Rejected"
            #3. The word "Invoce #" is misspelled in the header of the first column
            #4. Link to the page "5" of search results is missing
            #5. "Search my invoices" section: 8 out of 9 labels are missing their colon character at the end
            #6. Inconsistency in date formats: "Invoice date" text fields (6/5/2011) and the search results table (5-June-2011)
            #7. Remove column "Type" since it is redundant. It repeats what user already knows about the "Invoices" folder
            #8. "1-Oct-2011" invoice should not get into search results for "6/5/2011" to "9/30/2011" range
            #9. Replace "Showing 422 invoices" with "Showing 1-10 of 422 invoices"
            #10. Data in the "Due Date" column is not provided in a common date format
            #11. Data in "PO #" column is provided in a common date format. Please make sure it is the way it should be.
            #12. Mismatch between "422" invoices found and 32 pages not being enough to accomodate that many invoices

            Additional bugs:
            #13. Inconsistent alignment.
            #14. "Search my invoices" section: restrict use of characters for numbers only fields.
            #15. "Search my invoices" section: change label "From amount:" to "Amount from:".
            #16. "Search my invoices" section: remove the button with binoculars image.
            #17. Last column with "Actions" buttons doesn't have a header. Please make sure it is the way it should be.
            #18. "Taulia" logo does not have a link to the home page. Please make sure it is the way it should be.
            #19. Headers in the search results are styled as links. Please make sure it is the way it should be.
            #20. Links to the pages: change the cursor to a hand pointer when hovering over links.
            #21. Add link to print the results of the search.
            #22. "Payment" column is unclear. Is it supposed to show the date paid?
            #23. Limit the amount of white space.
            #24. Please include "next" and "back" buttons for easier navigation between pages with search results.
            #25. "Amount" column is sorted in ascending order while the arrow next to the column title suggests descending order.
            #26. Column "Amount": sorting order violation - "$22,376,00" does below "$22,409,37".

            Comment


            • #81
              1. Button ''Hide search parameters'' should be with the arrow.
              2. In the ''Invoice date '' search string , the month is indicated by a number, and in the search result by letters.
              3. Replace ''Rejcted'' with ''Rejected''
              4. Section label ''Amount'' can't be clicked , does not work.
              5. Replace ''Invoce #'' with ''Invoice'' .
              6. Icon and button ''Download list '' should be down at the end of page .
              7. ''Refresh'' button is not highlighted when hovering over it .
              8. There is no ''Actions'' button on line 11.
              9. The link to page ''5'' is not displayed (1 2 3 4 6 7 8 9 10...32)
              10. There is 422 search results and only 32 pages.

              Comment


              • #82
                1. In the 4th column suspiciously displayed the same purchase order ''40988'' (several times) with different invoices.
                2. '' Action'' button is missing in raw #11.
                3. Wrong order '' Due Date'' column swap to ''PO''.
                4.Result per page ''List Box '' shows 10 lines , but there is 11.
                5. The ''Invoce'' column is misspelled.
                6. The ''showing 422 invoices'' is inconsistent , as only 10 results per page is selected.

                Comment


                • #83
                  1. "Search" button is disabled.
                  2. Replace “Showing 422 invoices” with ” Showing 1-10 out of 320 invoices”.
                  3. The row “Showing 422 invoices”: “Download list” is not active.
                  4. The row “Showing 422 invoices”: “Refresh” is not active.
                  5. Search results table, row 1, “Status” column: replace “Rejcted” with “Rejected”.
                  6. Search results table, row 1, “Payment" column, missing payment data.
                  7. Search results table, row 3, “Payment" column, missing payment data.
                  8. Search results table, row 6, “Payment" column, missing payment data.
                  9. Search results table, row 7, “Payment" column, missing payment data.
                  10.Search results table, row 9, “Payment" column, missing payment data.
                  11.Search results table, row 10,“Payment" column, missing payment data.
                  12.Page #5 is missing from the page list.
                  13.Table "Showing 422 invoices" delete "Type" column.
                  14.Table "Showing 422 invoices" delete row #11.
                  15."Showing 422 invoice" column "Invoce" change to "Invoice".
                  16."Showing 422 invoice" column "Inv.Date" change to "Invoice Date".
                  17. Column "Due Date" check the correctness of the data.
                  18. Put ellipsis in "Pagnation" between "10 and 32 page".
                  19. Column "Inv.Date" the date is not in the usual order.
                  20. Column "PO#" the date is not in the usual order.
                  21. The "Login field" add the "Username".
                  22. The "Home" button isnot active.
                  23. The "Invoice" button is not active.
                  24. The "Purchase Orders" button is not active.
                  25. The "Payments" button is not active.
                  26. The "My Details" button is not active.
                  27. The "Cash Planner" button is not active.
                  28. The "Your Customer" button is not active.
                  29. On the "Search" button add a magnifying glass icon.

                  Comment


                  • #84
                    1.In "Search my invoices" section 9 labels are missing colon character at the end.
                    2. In "Search my invoices" section "Purchase order label" should have list box to select not the box to type
                    3. The Header "Showing 422 invoices" is inconsistent with number of pages and the total invoices amount
                    4. The material icon for header of the table "Download" label is "save icon" instead of "download icon"
                    5. The header of the first column is misspelt - "Invoce" instead of "Invoice"
                    6. In the table "Showing 422 invoices" the headers are not aligned with columns
                    7.First row of "Status" column: replace "Rejcted" with "Rejected"
                    8. Data in the "Due Date" column is not provided in a common date format
                    9. Data in the "PO#" column is not provided in a common date format as in "Invoice date" label
                    10. The sign at the header "Amount" is descending instead of ascending.
                    11. The table "Showing 422 invoices" has 11 rows instead of 10 as stated in "Results per page"
                    12. Double spacing between the link to page "1" and "2"
                    13. Link to page "5" is missing
                    14. ".." instead of "..." ellipsis between the links to page "10" and "32"
                    15. Row 3,7,10 should not be in the table as the invoice date is required to "9/30/2011"
                    16. Numbering for rows in the table "Showing 422 invoices" is missing.
                    17. The data for Invoice # "1122339134" in the row 8 should be above the data of Invoice # "1122339546"
                    18. The label "Hide search parameters" can be replaced with the icon or sign
                    19. Data in the "Payment" column is not provided in a common date format.
                    20. The material icon in the column "Status" for label "In process" should be changed
                    21. The material icon in the column "Status" for label "Rejected" should be changed, as currently it has "rejected letter icon"
                    22. The data for Invoice # "1122338089" in the 2 row should be the first in the table
                    23. The column with "Actions" is missing header
                    24. The column "Type" is redundant. It repeats what user already knows about the "Invoices" folder.
                    25. Mismatch between "422" invoices found and 32 pages not being enough to acсommodate that many invoices

                    Comment


                    • #85
                      #1. "Search my invoices" section: replace "From amount:" with "Amount from:".
                      #2. Data in the "Amount" column is not sorted in ascending or descending order.
                      #3. "Search my invoices" section: use commas for 1,000,000.
                      #4. Add navigation buttons at the bottom of the page.
                      #5. Align the data in the columns with the columns' headers.
                      #6. Inconsistency in the section and column names: "Invoice number" and "Invoice #".
                      #7. Inconsistency in the section and column names: "Invoice date" and "Inv. Date".
                      #8. Inconsistency in the section and column names: "Invoice status" and "Status".
                      #9. Replace the icon for the download list with the correct one.
                      #10. Add the name to the last column (Actions).

                      Comment


                      • #86
                        1. There are 11 invoices per page instead of 10 in the Results per Page list
                        2. 32 pages are not enough for "422 invoices ", considering 10 results per page
                        3. In the “Due data” column the input date is inconsistent with the general data format
                        4. The input data in column "PO#" does not match the format
                        5. The word in the "Invoice" column is misspelled
                        6. In the first row of the "Status" column, replace the word "Rejcted" with the correct version, "Rejected"
                        7. In the row #7, the invoice date is out of the selected invoice date range, because "1-Oct-2011" comes after "9/30/2011"
                        8. The "Type" column makes no sense, because all the entries are invoices in the "Invoices" folder
                        9. Page 5 is missing
                        10. The word in the "Invoice" column is misspelled

                        Comment


                        • #87
                          Taulia bug reports

                          1. Inconsistency between the given dates in the search and the results (October is not supposed to be displayed).
                          2. "Hide search parameters" button can not be accessed by clicking a computer mouse.
                          3. "Status" column is misspelled in the first row (Rejcted)
                          4. "Product logo" is not navigating the user to homepage
                          5. "PO #" column is interchanged with "Due Date" column
                          6. "Amount" column shows numbers in wrong format. Numbers in the table should be formatted so that numbers should be right justified.
                          7. "From amount" label's input field accepts other characters than numbers

                          Comment


                          • #88
                            1. The headers are misaligned with the columns (shifted to the right) causing visual discomfort and difficulty in getting information.
                            2. “Search” button is located too far from the section of search options.
                            3. There is an inconsistency in naming of label “Purchase order” and corresponding header “PO #”.
                            4. Label “From amount:” should be titled “Amount from”.
                            5. Label “Invoice date” should be named “Invoice date from” to be consistent with label “Amount from” and correspond to label “to”.
                            6. For better user experience calendar option with a corresponding icon should be introduced in text field “Invoice date”.
                            7. For better user experience calendar option with a corresponding icon should be introduced in text field “to” next to “Invoice date” text field.
                            8. For better user experience binoculars icon should be substituted with magnifying glass icon next to the text field “Purchase order”.
                            9. Inconsistency in label “Invoice number” and corresponding header “Invoice #”.
                            10. Inconsistency in label “Invoice status” and corresponding header “Status”.
                            11. In the section of search options there is no option for searching data reflected in column “Payment”. Please confirm it is the way it is supposed to be.
                            12. In the section of search options there is no option for searching data reflected in column “Due Date”. Please confirm it is the way it is supposed to be.
                            13. Column “Type” is redundant as it contains the same information in all of the lines.
                            14. For better user experience, in search section label “Customer” and corresponding listbox should be placed first among the search options, before label “Invoice number” and its corresponding textfield.
                            15. The order of headers should coincide with the order of labels from the search section.
                            16. In column “Amount”, line 9, there is an unnecessary space after 87 thousand and before comma.
                            17. In column “Amount”, line 11, there is an unnecessary space after 97 thousand and before comma.
                            18. The dates in column “Invoice Date” having one digit in day could be written with zero, e.g. 05-Jun-2011 to be visually consistent with dates having two digits.
                            19. The dates in column “Due Date” having one digit in day could be written with zero, e.g. 05-Jul-2011 to be visually consistent with dates having two digits.
                            20. There is a space between page number links “1” and “2” at the bottom of the page.
                            21. There are two full stops instead of three dots between page number links “10” and “32”.
                            22. There is a space between page number link “10” and a dot.
                            23. There is a space between the last dot and page number link “32”.

                            Comment


                            • #89
                              1. Column "Status": inconsistency in the actions "Paid" and "Approved". Please make sure it is not the same one.
                              2. Column "Amount": rows number 7 and number 8 are in descending order, other rows are in ascending order.
                              3. "Search my invoices" section, "My details" and "Your customer" menu items have different personal pronoun. Please make sure it is the way it should be.
                              4. Column "Due Date": 9 out of 11 numbers are the same - "40988" 7 times, "30998" 2 times. Please make sure it is the way it should be.
                              5. Row 3: "22-OCt-2011"
                              Row 7: "31-OCt-2011"
                              Row 10: "13-OCt-2011" invoices should not get into search results for "6/5/2011" to "9/30/2011".
                              6. First column "Invoce #": inconsistency with the order (ascending or descending).
                              7. Third column "Inv. Date": inconsistency with the order (ascending or descending).
                              8. Column "Payment": the values are in scattered order. Please make sure it is correctly.
                              9. Search results are given in 11 rows instead of 10 as per "Results per page" listbox.
                              10. First row of "Status" column: replace "Rejcted" with "Rejected".
                              11. The word "Invoce #" is misspelled in the header of the first column.
                              12. Link to the page "5" of search results is missing.
                              13. "Search my invoices" section: 8 out of 9 labels are missing their colon character at the end.
                              14. Inconsistency in date formats: "Invoice date" text fields (6/5/2011) and the search results table (5-June-2011).
                              15. Remove column "Type" since it is redundant. It repeats what user already knows about the "Invoices" folder.
                              16. "1-Oct-2011" invoice should not get into search results for "6/5/2011" to "9/30/2011" range.
                              17. Replace "Showing 422 invoices" with "Showing 1-10 of 422 invoices".
                              18. Data in the "Due Date" column is not provided in a common date format.
                              19. Data in "PO #" column is provided in a common date format. Please make sure it is the way it should be.
                              20. Mismatch between "422" invoices found and 32 pages not being enough to accomodate that many invoices.

                              Comment


                              • #90
                                List of bugs:
                                #1. Data in the column "Due Date" in the search result table is not in one of common format for the dates.
                                #2. Column headers and coreponding column data are not aligned with each other starting from third column "Inv. Date".
                                #3. Data in the column "PO #" represented in an unexpected date format.
                                #4. Search result with invoice number 1122339546 is out of search dates setup.
                                #5. Column "Amount" is set up to arrange data in the descending order, but data is not arranged in descending order.
                                #6. Search results table name says "Showing 422 invoices", although it is set up to show 10 results on a page.
                                One of alternative table name:"Showing x - (x+9) invoices out of 422". Where x depends on the active page number, x=1,11,21...
                                #7. First column header "Invoce #" is misspelled, should be "Invoice #".
                                #8. Inconsistency of represented information: search results table says that 422 invoices found;
                                these results are distibuted into 32 pages as per pages enumeration on the bottom left corner;
                                according to search setting "Results per page", each page should contain 10 results.

                                Comment

                                Working...
                                X