Multiple choice technology

What’s the first step to be carried on reception of a code deployment request for system test environment?

  1. Copying the jars to respective servers

  2. Deploying the code

  3. Execute the TNS

  4. Merge the code from development branch to release branch

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Before deploying to system test, code must first be merged from the development branch to the release branch. This ensures the code to be tested is properly versioned and approved. Copying jars, deploying, or executing TNS happen after the merge.