Forum Discussion

Stevicus's avatar
Stevicus
New Contributor
8 years ago
Solved

I've changed the url port, now the rest of the test looks for the wrong objects

Hello,    I'm pretty new to TestComplete but there's something I've been struggling with for a while now.    There's a high chance that the tests will have to be ran on several ports of a machine...
  • shankar_r's avatar
    8 years ago

    Hi,

     

    Lets say the main object (which means the Parent Object) having URL as "https://testenv.com:1947" and if you want to test the same application with different port as "https://testenv.com:443"

     

    If you are in this scenario then,

    1. Go to your parent object in NameMapping.

    2. Click Edit in the Parent object.

    3. And set your URL property to "https://testenv.com:*"

     

    Then you should be able to access all objects.