Answer the question
In order to leave comments, you need to log in
How to avoid No keyword with name error in Robot Framework?
When running the code:
*** Settings ***
Library ../lib/Api.py
*** Keywords ***
Create New Project and Verify it was created
${Project} = create project project10
log ${Project}
${create_project} = get project
log ${create_project}
should be equal as strings ${Employee['id']} ${Created_Employee['id']}
No keyword with name '${Project} = create project' found.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question