Forum Discussion

vthomeschoolmom's avatar
vthomeschoolmom
Super Contributor
6 years ago
Solved

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 to login with user and password parameters.
  • Script to close.

 

I would like to automatically append a folder IN the browser loop steo item. If I put an appebd log folder within the loop as with:

 

Browser Loop with Url in properties.

  • Append log folder
  • Script to login with user and password parameters.
  • Script to close.
  • Pop log folder.

My log looks like (example)

msg Microsoft Edge was lanched.

evnt Navigating to...

msg APPEND TEXT

  • events as determined by my login
  • events as determined by my close

I really want the log to have 1 event for the three red elements described above so the log looks like the loop that the test is...

 

Is this possible in a keyword test? Thanks

 

3 Replies