Correct Answers | Verified | Latest Update
Term
, No Test Run. Run Local Tests.
If The Run All Local Tests Checkbox Is
Enabled In The Destination
Environment, Every Copado Run Specified Tests.
Deployment Will Always Run All
Local Tests.
Don't know?
2 of 236
Term
Debbie is deploying a user story with Apex components from UAT to
production. The promotion test level on the user story is set to
RunSpecifiedTests. What test level is going to be enforced in the
deployment to production?
Give this one a try later!
Deployments of Apex
No tests will be executed during the
components to production will
deployment to production.
always run all tests.
Only the tests that were previously Only tests related to the user story
successful will be run. will be enforced.
, Don't know?
3 of 236
Definition
User Story
Org Credentials
Give this one a try later!
What is the command sfdx For which of the following
copado:auth:set -a [myOrgAlias] components is it not recommended
used for? to use auto-resolve? (2)
How can Ana migrate contacts that On which objects can one find
belong to accounts with more than the Run Static Code Analysis
10,000 employees? button? (2)
Don't know?
, 4 of 236
Term
Copado Merge Order
Give this one a try later!
He needs to set up 3 connection behaviors in UAT with 1 quality gate each, 1 for
Apex tests, 1 for the compliance check for permission sets and 1 for the compliance
check for profiles.
merge order of the User Stories into the Promotion branch is based on the
User Story name field in ascending order. From Copado V12, you can override
the default name order and define a custom merge order, based on a different
user story field with asc or desc order.
is a static code analyzer used to detect common programming defects, such as
inefficient code or bad programming habits, which can reduce the performance
and maintainability of your code.
-Apart from Apex and Java, PMD supports other programming languages.
-PMD is an open-source and includes built-in rule sets.
-Allows you to write custom rules so that people can create their own rules and ask
Copado to merge them.
PMD is used in Copado as a quality gate to enforce a coding standard for your
codebase.
Resolve the conflict manually using the Online Conflict Resolution.
Don't know?