PorscheWen
22 hours agoOccasional Contributor
How to simplify process of embedded module into two applications
I have a module would be embedded into two applications, app_A and app_B.
app_A name mapping : NameMapping.Sys.app_A.MainForm.tableLayoutPanel.toolBarPanel
app_B name mapping : NameMapping.Sys.app_B.MainForm.tableLayoutPanel.toolBarPanel
- How cloud I implement current auto testcases from app_A to app_B?
- Should I build a brand new name mapping for app_B?
- Is there other solution to simplify this process?
Thanks for reply