I’m working in Catalon Recorder 5.9. Screenshot is included. I have I believe to correctly put my storeCsv and loadvars endloadvars in. but it keeps saying " [info] Store undefined into myurl" so I’m thinking that when I’m asking open ${myurl} i am supposed to give it further instructions on iterating through the rows?
I read about all these forums i could find on this. that is how i got this far.
[info] Executing: | storeCsv | data.csv,0,myurl | myurl |
[info] Store undefined into myurl
[info] Executing: | loadVars | data.csv | |
[info] Executing: | open | ${myurl} | ${rowIndex} + 1 |
[info] Expand variable ‘${rowIndex} + 1’ into ‘${rowIndex} + 1’
[info] Expand variable ‘${myurl}’ into ‘${myurl}’
[info] Executing: | pause | 3000 | |
[info] Expand variable ‘3000’ into ‘3000’
[info] Executing: | captureEntirePageScreenshot | mf-display | |
I found other versions of iterating through rows like the following
${rowIndex} + 1
But i am lost. i would not know how to put that together.
I need help ressurecting my thing here. at this point i am just screenshoting each url that is in the spreadsheet.
As a note i do not have a header row in my csv but i do not care if it skips the first becasue it is not working at all. it is repeatedly opeing a google 404 page and screeen shotting it. so it is iterating. but it is not catching the new url value and going to that website.
I am uploading screenshots that show the executions are sequentially happeing and you can see url values in the variables but it is not going to that page. it is going to google 404 sites.
my is similar to
https://forum.katalon.com/t/how-can-i-run-my-test-case-on-url-1-then-on-url-2-then-on-url-3-and-so-on/45487  I have done this with and without row index. here is a screenshot of the urls
a sample of one is
https://ally.usked.com/public/create_account_email.php
https://ally.usked.com/public/create_account_email.phpThe exact test case i have is