Sample script in robot framework
Create new file in project with .robot extension. Robot file contains below sections: Setting Variables Keywords Test Cases In setting section all imports can be defined. In variables section, Test data should be defined. In Keywords section, All operations can be defined by calling predefined keywords. In Test Cases section, All operations can be performed by calling user defined keywords. Here is the
Read more