6.3k views
3 votes
If you have committed ___ to a ___, you can execute an ___ to check the ___ results. To do so:

Click on ___ from the ___

Click on ___

The ___ will be displayed once the test is completed

A) Changes / Repository / Integration test / Validation / Run Tests / Pipeline / Summary
B) Features / Deployment / Unit test / Execution / Validate / Promotion / Log
C) Code / User Story / Apex test / Deployment / Validate / Release / Outcome
D) Commits / Branch / System test / Results / Execute Tests / Pipeline / Report

User Joyette
by
7.7k points

1 Answer

3 votes

Final answer:

To execute an integration test on changes committed to a repository and check validation results, follow the steps outlined in option A.

Step-by-step explanation:

If you have committed changes to a repository, you can execute an integration test to check the validation results. To do so:

  1. Click on Run Tests from the Pipeline
  2. Click on Summary
  3. The outcome will be displayed once the test is completed

The correct answer is A) Changes / Repository / Integration test / Validation / Run Tests / Pipeline / Summary.

User Andrew Li
by
8.0k points