Forum Discussion

PorscheWen's avatar
PorscheWen
Occasional Contributor
22 hours ago

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

  1. How cloud I implement current auto testcases from app_A to app_B?
  2. Should I build a brand new name mapping for app_B?
  3. Is there other solution to simplify this process?

Thanks for reply

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    Use Wildcard for the parent object. If the property Name value is e.g. "app_A" and the other is "app_B", you can define the property Name value as "app_*"