Forum Discussion

sudam_evonsys's avatar
sudam_evonsys
Occasional Contributor
22 days ago

Execute same Keyword test on different Environment

I have created a keyword test and now need to execute the same test in both the UAT and INT environments. However, the web elements captured in the UAT environment are not being recognized when I run the test in the INT environment. I have also attempted to use JavaScript mode, but the issue persists. Upon analysis, I discovered that the tool requires mapping two elements for the same web element in the Object Mapping. Has anyone else encountered this issue?

Added Screens for your reference.

 

Thanks,

Sudam.

  • You need to edit your name mapping pages to change reference and use wild cards and substitute the domain name, for example the "Scheme://DomainName:Port/path/to/file.html?parameters" would become "*/path/to/file.html?*"