A computer science student creates a plain text editor for a class project. The core
functionality of the application includes:
Create and edit documents
Store and retrieve documents
Copy to and paste text from documents
You need to create a build verification test suite for the application.
Which two test cases should you include in the test suite? (Choose two.)
A.
Sending a document by using email
B.
Saving a document
C.
Copying text from a document
D.
Printing a document