Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company uses Dynamics 365 Finance.
Service updates have become costly over time, taking resources away from their daily jobs to test against updates which include both functional testing and performance tuning. The company has a medium risk tolerance.
You need to define a testing strategy.
Solution: Apply a comprehensive end to end testing business processes.
Does the solution meet the goal?
Answer(s): B
Explanation:
Correct:
* Implement automated regression testing processes.
Incorrect:
* Apply a comprehensive end to end testing business processes.
* Apply a prioritized testing strategy to focus on mission critical processes.
Note:
Regression testing can be time-consuming and labor-intensive if you do it manually. You should consider automating this type of testing as soon as possible. It's an investment that pays off over time.
Functional tests
Functional tests are the next type of test that you do after you develop your solution. They can be either manual or automated. They're done by functional consultants, subject matter experts (SMEs), or testers in a test or development environment.
Performance testing
Performance testing is a type of nonfunctional test that measures how well your solution performs under different conditions and scenarios. It's done by developers, functional consultants, customer SMEs, and testers in a dedicated performance testing environment.
Reference:
https://learn.microsoft.com/en-us/dynamics365/guidance/implementation-guide/testing-strategy-test-types
Reveal Solution Next Question