--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
list should contain sub list ${l1} ${l2} From CollectionsH AllI have a scenario :1) I have a list variable which is predefined in my keywords @L1=['one','two','xyz','abc','qqq','rrr','kkk']2) From my test case i will get another list as $L2=['qqq','rrr','kkk','one','two','xyz']
Ω