RobotFramework简介(架构+标准库)
这篇文章是我在学习Robot框架过程中所总结的,主要简单介绍了Robot Framework的基础架构和标准库知识。要想学好Robot并且少走弯路,了解这些基础知识我认为是很有必要的,因为它可以给你一个大致的入门思路和学习方向,让你不至于迷茫到底该从哪里下手学习RF。 RobotFramework 官网PyPIGitHubRobot Framework User Guide Intro Robot Framework is a Python-based keyword-driven test automation framework for acceptance level testing and acceptance test-driven development (ATDD). It has an easy-to-use tabular syntax for creating test cases and its testing capabilities can be extended by test libraries implemented either with Python...