ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 51 - Certified Development Lifecycle and Deployment Architect discussion

Report
Export

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.
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.
Answers
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.
Answers
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.
Answers
D.
Specifying the test method is supported in DeployOptions, therefore specify only the test classes that are required to be executed.
Suggested answer: A, D
asked 23/09/2024
Franckline Dormeus
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first