lundi 18 janvier 2021

Can I declare a list inside a dictionary in Robot Framework

Im new to robot framework

Could anyones help with this concern.

In python we can declare a dictionary that contain a list

dict = {key1=[1,2,3,4,5], key2=3, key3="string"}

I wonder if we can do the same thing in robot framework?

Aucun commentaire:

Enregistrer un commentaire