Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Iterating through a dictionary

Options
  • 11-04-2017 11:10am
    #1
    Registered Users Posts: 5,550 ✭✭✭


    RobotFramework...


    So i call this

    ${field_dictionary}= Create Dictionary
    ... randomisation_date=A
    ... name=A
    ... status=A

    Check All Fields Are Correct
    ... @{field_dictionary}
    ... test1
    ... patients

    and here is the keyword for same

    Check All Fields Are Correct
    [Arguments]
    ... @{field_dictionary}
    ... ${db_name}
    ... ${table_name}
    But i get Positional argument after varargs error. I dont see anything obvious


Advertisement