Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If necessary, revert each development object to be changed to the version currently in Production. In-process changes should be saved as a non-transportable copy of the object, as a downloaded text file, or as a printed listing.
  2. Change the development object(s) to implement the required fix in SF2 and SH1.
  3. Perform unit testing in SF2 & SH1.
  4. For the change in SF2:
    1. Release the transport(s) once unit tested
    2. Create a ServiceNow 'test' deployment request, making sure to select 'Comprehensive' as the 'Type', in order to trigger the approval work flow. 
    3. When executing ZUTTREQ, make sure SH2 is the 'To' environment, and include the ServiceNow request number from step b above.
    4. Include the ZUTTREQ details in the ServiceNow request as usual.
    5. Transport the fix to SH2.
  5. Perform the usual unit, Since SH1 functions as both the dev and test environments, after unit testing in SH1, perform the usual regression and user-acceptance testing in SH1 also.
  6. Perform testing required to confirm the proper functioning of the fix in SH2 (as part of the SP application process).
  7. For the tested change in SH1:
    1. Release the transport(s) 
    2. Create a ServiceNow 'Prod' deployment request, as usual, including ZUTTREQ details, etc. 
    3. Obtain the required approvals.
    4. Transport the fix to Production.

...