Query regarding how to write nested for loop in robot framework by using keywords
92 views
Skip to first unread message
Nandini Muthina
unread,
Oct 12, 2022, 10:53:28 PM10/12/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframework-users
As my dev version is robot 3.1 , it is not supporting robot framework nested loops. So i need to
write a new keyword which implements a for loop and call that keyword inside of first for loop. I tried but unable to get the logic.
Craig Despeaux
unread,
Oct 12, 2022, 11:07:00 PM10/12/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robotframework-users
This example should help. Since robot 3.1 doesn't support nested loops you have to call a keyword to perform the inner loop.