List of questions
Related questions
Question 51 - Certified Development Lifecycle and Deployment Architect discussion
Universal Containers (UC) wants to shorten their deployment time to production by controlling which tests to run in production .UC's Architect has suggested that they run only subsets of tests.
Which two statements are true regarding running specific tests during deployments? Choose 2 answers
A.
To run a subset of tests, set the Run Specified Tests test level on the DeployOptions objects and pass it as an argument to deploy() call.
B.
run a subset of tests ,set the RunLocalTests test level on the DeployOptions object and pass it as an argument to deploy() call.
C.
Specify both test classes and individual test methods that are required to be executed as both are supported in DeployOptions.
D.
Specifying the test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed.
Your answer:
0 comments
Sorted by
Leave a comment first