Page 1 of 1

A developer performs a review on a complex process stored in a single .xaml file. During the review, the developer disco

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer performs a review on a complex process stored in a single .xaml file. During the review, the developer discovers that the workflow cannot be easily tested. Based on best practices, which approach is recommended for improving the ability to independently test components?

A. Place the entire workflow into a single sequence and perform start-to-finish debugging
B. Split the project into multiple workflows and use arguments when needed
C. Test only the activities that have shown previous errors and modify those activities
D. Place the entire project on GIT and use libraries instead of built-in activities