Robot framework guide

  • Use "$" sign to create variable. E.g., ${mylist}
  • Use "&" sign to create dictionary E.g., &{mydictionary}
  • For :FOR loop use @{} in that.

Comments

Popular Posts