有没有办法对机器人框架测试数据进行错误检查

Is there a way to error checking of Robot framework testdata

有什么方法可以对机器人框架测试数据(测试用例和关键字)进行错误检查。

如果导入错误,或者没有传递必需的参数,RIDE 会显示红色。它是如何实现的?

您可以 运行 使用 dryrun 标志进行测试:

--dryrun              Verifies test data and runs tests so that library
                      keywords are not executed.

您可以使用以下代码进行验证

运行 关键字和 Return 状态

http://robotframework.org/robotframework/latest/libraries/BuiltIn.html#Run%20Keyword%20And%20Return%20Status