Forum Discussion

ilija_panov's avatar
ilija_panov
Contributor
14 years ago

URL included in default Name Mapping for ASP.NET Web Pages

Hi,



We are facing an issue with the name mapping of pages of a ASP.NET MVC web

applicaiton.



The default name mapping is always including the installation specific property

URL which means that it is not possible to run the project on another instance

of the same web applicaiton and prevents us from deplotying it in production.

Please check attached screenshot for more detail.



If the URL is removed the rest of the properties of the page shown in the right

window are not providing enough information for a unique mapping, which makes

it impossible to recordi new tests by having more than one item in Name Mapping

reffreing to the same page like ins screenshot name_mapping items.



Would be really gratefull if you can help us out on this issue



Best Regards,

Ilija

1 Reply

  • Hi,



    Is there a constant part in this URL? If it is, you can just replace everithing related to the current installation from it with a wildcard and recognize the page by the constant part of its URL.