vthomeschoolmom
7 years agoSuper Contributor
browser loop append log folder
Hi! Old noobie here once again in a new role as a web test automation person. I am looking at a very basic keyword test that does the following:
Browser Loop with Url in properties.
Script ...
- 7 years ago
There is no hook to put the append log within that browser loop element. The Browser loop operation kind of encompases the loop code and the launch code in a single operation.
To do EXACTLY what you want, you'll need to code around it. What you will need to do is use the Browsers object and a for loop. You can make this work in Keyword tests. The script analogue code can be found at https://support.smartbear.com/testcomplete/docs/app-testing/web/general/cross-browser/running.html#Script_Looping.