Robotframework Introduction: Robotframework base is python, and available free as it is open source and used for test automation. RobotFramework is a general framework for test automation for acceptance testing. Robotframework uses keyword-driven testing technique that employs tabular test data syntax. RobotFramework uses keywords that are readable by humans and syntax used is very simple … Continue reading RobotFramework with Pycharm using Linux for Beginners
Tag: linux
How Writing Upstart Scripts In Ubuntu Looks Like
Upstart is an event based tool that handles starting of services during system booting and shut-down the services before system is shut down. It also monitors the services while they running. It was designed to overcome the limitations in system V and dependency based init systems. Limitations in existing systems They are not dynamic in nature. … Continue reading How Writing Upstart Scripts In Ubuntu Looks Like