The following test cases for a Library Management System are available to test changes made to the functions and data structures associated with borrowers
1. Add a new borrower to the system
2. Update a borrower's data
3. Remove a borrower from the system
4. Loan a book to a borrower
5. Return a book from a borrower
6. Reserve a book for a borrower
7. Send "reservation ready" message to a borrower
Which of the following test sequences represents a possible use case? (a test sequence always start with test #1)
Which of the following defect types are LEAST likely to be discovered when using static analysis tools?
Which of the following is a task of the Test Analysis and Design activity of the test process?
A software company adopts the V-model as their development life cycle. Which of the following contains roles of a tester in this company?