Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reverse development in test environment

1,214

Good morning everyone,

I have a question.
What is the best practice for reversing a change that is already in a test environment?
Example: I made a change and released it for QAS user testing, but after release the user reports that it is no longer needed and wants to undo the request.
Is it possible to reverse this change?
What is the best practice for this process? 
My concern is after a while we make a new change to the same object and end up "taking" the previous change that has not been tested for a productive environment.
Thanks in advance.
1 ACCEPTED SOLUTION
Read only

dev_parbutteea
Active Contributor
1,043

Hi,

Retrieve the previous version of the program in dev server and transport the TR till QAS. This will ensure that the same version is available throughout all systems.

3 REPLIES 3
Read only

dev_parbutteea
Active Contributor
1,044

Hi,

Retrieve the previous version of the program in dev server and transport the TR till QAS. This will ensure that the same version is available throughout all systems.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,043

No need to format your text with the CODE button, the text looks badly formatted.

Read only

FredericGirod
Active Contributor
0 Likes
1,043

You have to revert the change using the version management in your program & transport it in QAS & validate there is no regression by the requester. And when it is validated, you must import it in PRODUCTION.

Golden rule: All the released transport request must to go production