msudawg1987
2 years agoNew Contributor
Using data driven keyword tests to open web pages - need advice
I am using TestComplete to create a keyword test that opens multiple web pages. I am using a data loop to run through the URLs from an excel spreadsheet.
If I use Navigate to open the web pages, it works to an extent. All 5 URLs in the excel spreadsheet do open but it uses the same web session so after the test completes, only the last URL is actually open. I want all 5 to be open once the test completes. I don't care if there are 5 tabs or 5 browser sessions, but I want to see all 5 once it's finished. Is there a way to have all 5 open once the test completes?