Forum Discussion
Hey msudawg1987,
I've encountered a similar situation before while working with TestComplete and data-driven keyword tests. It can indeed be frustrating when you want to open multiple web pages, but they end up in the same session, displaying only the last URL. Here's a solution that might work for you:
Instead of using the "Navigate" action directly, you can create a loop in your keyword test. Inside the loop, perform the following steps:
1. Open a new tab or browser session (as you mentioned, you can use Ctrl + T in Chrome).
2. Navigate to the URL from your Excel spreadsheet.
3. Repeat these steps for each URL in your list.
By opening new tabs or sessions for each URL within the loop, you should achieve the desired result of having all 5 web pages open simultaneously when the test completes. This way, you'll have multiple tabs or browser sessions, each displaying a different URL.
Related Content
- 4 years ago
Recent Discussions
- 8 hours ago