The Robot framework, as a universal testing framework, can load a variety of test libraries, drive multiple test tools, and integrate a variety of custom scripts. For the robot Framework, I'm going to divide it into
Introduction--robot framework of the installation and use of basic content, the initial implementation of simple test examples;
Actual combat-taking several common test pieces as the case, carry on the real side real demonstration;
Detailed introduction to the robot framework's official documentation and built-in libraries;
Test Library--introduce the commonly used test library, and carry on the simple example demonstration;
Source Code Analysis--Analysis of the robot framework source code.
Five sections to introduce.
The introductory tutorial includes 7 articles, which are summarized below.
Robot Framework Tutorial (1)-Environment configuration and simple website compatibility testRobot Framework Tutorial (2)-page element positioningRobot Framework Tutorials (3)-use of resource and keywordsRobot Framework Tutorial (4)-Custom libraryRobot Framework Tutorial (5)-Connecting the Oracel databaseRobot Framework Tutorial (6)-Working with conditional expressionsRobot Framework Tutorial (7)-using A For loop
Robot Framework official Website: http://robotframework.org/
Robot Framework Official Document: http://robotframework.org/robotframework/
Robot Framework Source: https://github.com/robotframework/robotframework
Robot Framework Introductory Tutorial Summary