You are employed as a developer at ABC.com. ABC.com has ABC.com has a single Active
Directory domain, named ABC.com. ABC.com makes use of Microsoft Visual Studio 2012 for
development purposes.
You have recently developed an n-tier application for ABC.com. The application contains a
database, a data access layer, a business logic layer, and a presentation layer component.
The database includes more than 90 tables, and is configured to host a considerable number of
information. You are preparing to validate the business logic layer by making use of a unit testing
solution.
Which of the following options should be included in your solution? (Choose all that apply.)
A.
You should consider creating a simulated data access layer.
B.
You should consider creating a test database.
C.
You should consider configuring the business logic layer to use the simulated data access
layer.
D.
You should consider configuring the business logic layer to target the presentation layer.
E.
Writing tests against the business logic layer.
F.
Writing tests against the simulated database.
Explanation: