mkirkland
14 years agoContributor
NameMapping same button to multiple iteration paths
I have a few buttons that are constant in my Web application but the mapping is slightly different for each site.
The production site is mapped like: [panel][updatepanel][tableheader][cell][btnScan]
The staging site that i need to retest with the same code is: [panel1][updatepanel][tableheader][cell][btnScan]
I have some C# scripts that run at the start of the TestComplete test that change the URL paths, but how can i easily change the mapped path based on what NameMapping Configuration i am currently running when the test starts?
The production site is mapped like: [panel][updatepanel][tableheader][cell][btnScan]
The staging site that i need to retest with the same code is: [panel1][updatepanel][tableheader][cell][btnScan]
I have some C# scripts that run at the start of the TestComplete test that change the URL paths, but how can i easily change the mapped path based on what NameMapping Configuration i am currently running when the test starts?