Test the shopping Cart module in the bookstore project with the software testing knowledge and technical methods you have learned, and write out the defect report for the test.
Description
1, the bookstore project namely the experiment 7 sends the project to everybody
2, required to find at least 2 defects, that is, to write 2 defects report
3, the Defect Report reference textbook P264 page
4. Severity and priority in defect reports according to the severity and priority specified in the textbook P263 page
5, page layout, aesthetics, links, etc. do not meet the needs, but also the shortcomings, but the subject please do not write these aspects of defects, otherwise do not give points.
Shopping Cart Module Defect Report
Defect Number: 01.01.01 found: Chen Haitao record Date: 2016-6-12
Owning module: Shopping Cart Confirmation Person: Chen Haitao confirmed date: 2016-6-12
Current status: Exposure severity: 2 priority: 2
Problem Overview: When you add a book to your shopping cart, when you have the same book, you do not update the number of books on the basis of the original quantity, but instead update the cart information directly by the newly added quantity.
Problem Description:
1. Add a book to the shopping cart with a quantity of 1.
2. Add the same book to the shopping cart with a quantity of 1.
3. Enter the shopping cart, the number of books is 1 (book number should be 2).
Problem Isolation Description:
1. Add a new book to the shopping cart, repeat the same operation, the problem remains
2. Change the number of books you add to 2, repeat the same operation, the problem remains
Log:
2016-06-12 opened by CHT
2016-06-12 affirmed by CHT
Processing Process records:
The problem has been investigated and resolved--cht 2016-0-12
Re-test by--cht 2016-06-12
Development leader: CHT Fix Date: 2016-06-12 Close: 2016-06-12
Defect Number: 01.01.02 found: Chen Haitao record Date: 2016-6-12
Owning module: Shopping Cart Confirmation Person: Chen Haitao confirmed date: 2016-6-12
Current status: Exposure severity: 1 priority: 1
Problem Overview: When adding a book to the shopping cart or updating the shopping cart, the user's input is not restricted, the user can enter any string, the program will be error, and the page before the return of the correct data, the program still error
Problem Description:
1. Add the book to the shopping cart, the number is "Qwer"
2. Program error
3. Return to the Purchase page, add the previous book to the shopping cart, the number is 1
4. Program error
5. Restart the Tomcat server and do the same test for the shopping cart update operation, with the same problem
Problem Isolation Description:
1. Add a new book to the shopping cart, repeat the same operation, the problem remains
Log:
2016-06-12 opened by CHT
2016-06-12 affirmed by CHT
Processing Process records:
The problem has been investigated and resolved--cht 2016-0-12
Re-test by--cht 2016-06-12
Development leader: CHT Fix Date: 2016-06-12 Close: 2016-06-12
Software Test Experiment VI