Latest posts
-
How to use custom library (Python Functions) in Robot Framework ?
RobotFramework have rich set of libraries to do all the necessary tasks, but sometimes we are not that much familiar with the library and we want to write our own method and want to import that method as a library in RF. Let me take an example here, suppose you have a CSV file data.csv…