An example of what I need: I have a list of dropdown box and each of the dropdown has 'n' numbers of list of items. I have to verify that all the drop down items are clickable in all the dropdowns box.
2 Answers
*** Test Cases ***
Test Case
@{list}= Create List
${dbvalues}= SQL Query
:FOR ${variable} IN {dbvalues}
\ ${Value}= Test Step1 ${variable}
\ ..........
\ .........
\ Append To list ${list} ${Value}
2 Comments
Tân
Welcome to StackOverflow! Your answer need more explanation about how the code works to be a good answer.
Bryan Oakley
This example doesn't show a "loop in a loop", and doesn't contain any explanation of why there is no second loop.