Forum Discussion

nastester's avatar
nastester
Regular Contributor
8 months ago
Solved

Headless execution

I am new to using headless execution with TC and am in the process of converting some existing tests to run headlessly.  I am able to launch a headless browser using a script with no issues (Browser...
  • Marsha_R's avatar
    8 months ago

    You already have an extra call for your additional navigates. Calling a common function with the appropriate URL won't add anything extra, it will replace it. You just need to make that function one common to all the tests and call it with the needed URL from each test that needs it.