List of questions
Related questions
Question 81 - CTFL-2018 discussion
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)
A.
1-4-2-7-5-6-3
B.
1-6-2-5-7-4-3
C.
1-6-4-7-5-3-2
D.
1-2-6-7-4-5-3
Your answer:
0 comments
Sorted by
Leave a comment first