You create Microsoft Windows-based applications. You are designing integration tests for an application that your team is developing. Your team uses an application framework that is developed in-house.
The application consumes the following elements:
Third-party Web services
A third-party API for sending text messages to mobile phones Components from the application framework to access SQL Server databases and e-mail messages Managed code to access flat files in the file system
You need to create a report that lists the components that must be considered for integration testing.
Which two components should you include? (Each correct answer presents part of the solution. Choose two.)
A.
Web services
B.
messaging API
C.
database access components from the application framework
D.
messaging components from the application framework
E.
managed code to access the file system