Question
Charles Schwab & Company Inc
IN
Last activity: 14 Jun 2021 7:38 EDT
How to handle inflight cases in Dev/Test/Prod after refactoing the Class Structure
We have refactored Class in our application to a new class structure.
Ex: ABC-FW-DEFW-Work- to
CDE-FW-DEFW-Work-
We wanted to move the cases currently in flight from the old class structure to the newly refactored class structure.
We are planning to perform this activity in dev,test & production environment as well.
Can anyone please provide us the approach/steps to follow for mapping the cases successfully.