Forum Discussion
AlexKaras
Champion Level 2
14 years agoHi Michael,
The potential risk here is if the name of the Region (file, etc.) is not hardcoded statically but generated dynamically by code during the test run (e.g. for i = 1 to 5 do region.compare('Region#'+i) ).
Personally I would think thrice before running such cleanup on real project and only after backing it up... :)
The potential risk here is if the name of the Region (file, etc.) is not hardcoded statically but generated dynamically by code during the test run (e.g. for i = 1 to 5 do region.compare('Region#'+i) ).
Personally I would think thrice before running such cleanup on real project and only after backing it up... :)