Relative Content

Tag Archive for pythonrobotframework

Putting logger generated logs in RobotFramework report

I am aware that robot framework provides a logger. However, I dont want to duplicate the efforts of putting logger messages in my python code as well as robot framework. (More than “I dont want to”, I am affraid that I may not remember to update both of them if I make any changes.)

Search for matched data

I have two XML and Excel files. Using Python, I search for the data I need and verify if they are True/False. The Python script works fine, but I encounter a problem when converting to a .robot file for Robot Framework. Specifically, I need each checked line to be a separate test in the Robot Framework.