
Robot Framework
文章平均质量分 71
紫罗兰Cherry
自信,做更好的自己。
If a thing is worth doing, it is worth doing well.
展开
-
Robot Framework Reference Links
Reference Linkshttp://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html?r=2.8.4http://robotframework.googlecode.com/hg/doc/libraries/http://robotframework.googlecod原创 2015-05-18 18:25:39 · 745 阅读 · 0 评论 -
Robot: Set Global/Suite/Test Variable
Set Global/Suite/Test VariableSet Global Variablename, *valuesMakes a variable available globally in all tests and suites.Variables set with this keyword are globally available原创 2015-05-19 13:57:47 · 7156 阅读 · 0 评论 -
Robot: Include and Exclude Tags
Include and Exclude Tags in Command LineTags PatternsMost tag related options accept arguments as tag patterns. They have allthe same characteristics as simple patterns, but they also support AND,原创 2015-05-19 14:02:05 · 1012 阅读 · 0 评论 -
Robot: Set Log Level
Set Log LevelAvailable log levelsMessages in logfiles can have different log levels. Some of the messages are written byRobot Framework itself, but also executed keywords canloginformation u原创 2015-05-19 14:02:44 · 1408 阅读 · 0 评论 -
Robot: Run Multiple Keywords
Run Multiple Keywords in Suite and Test Setup and Teardownhttp://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html?r=2.8.4#Run%20KeywordsNotes: Run Keywords only run keywords without ret原创 2015-05-19 13:57:58 · 1677 阅读 · 0 评论 -
Robot: Tuple Operation
Return Tuple VariablesIf the keywords return tuple, add = in the last variables. Here is an example.${value 1} ${value 2}= Get Addresses[Return] ${value 1} ${value 2}原创 2015-05-19 14:00:49 · 573 阅读 · 0 评论 -
Robot: Control Suite Level in Report
There is one option in pybot command cancontrol how many suite level will be displayed in the report html file.--suitestatlevel level How manylevels to show in `Statistics by Suite`原创 2015-05-19 14:10:32 · 627 阅读 · 0 评论 -
推荐视频教学好网站
1. 极客学院 http://www.jikexueyuan.com/2. 云课堂 http://study.163.com/3. Udemy,英文的,很多东西,有很多免费的,我蛮喜欢的。https://www.udemy.com/原创 2016-02-18 14:36:27 · 739 阅读 · 0 评论 -
Python+Robot+Appium for Robot Sample
Use python, robot framework and appium for robot to create mobile automation test cases. It is quick and easy to create test cases.原创 2016-11-16 11:00:38 · 1209 阅读 · 0 评论 -
Debug Skills
Reference Linksrobotframework-debuglibrary 0.3https://pypi.python.org/pypi/robotframework-debuglibraryDownloads ↓RobotFramework debug library and an interactive shellIntroductionRo原创 2015-05-19 13:55:00 · 482 阅读 · 0 评论 -
View Robot Debug Log via Jenkins URL
Sample url to view debug.log in run time: http://:8080/job/ABC/ws//outputs/debug.logManage Jenkins > Config System: Workspace Root DirectoryJenkins Job ConfigurationAdvanced Project Options >原创 2015-09-24 16:06:40 · 629 阅读 · 0 评论 -
Test library scope
Test library scope Libraries implemented as classes can have an internal state, which can be altered by keywords and with arguments to the constructor of the library. Because the state can affect how原创 2015-05-19 11:20:02 · 654 阅读 · 0 评论 -
Robot Framework Advanced Guider from twiki.cern.ch
In case somebody can't access the page, copy the advanced guider to here. This page is great and very useful.https://twiki.cern.ch/twiki/bin/view/EMI/RobotFrameworkAdvancedGuideIntroductionWhy转载 2015-05-21 15:16:38 · 3124 阅读 · 0 评论 -
Robot Framework Get Library Instance
In robot framework, there are two ways you can control keywords in a library, one is hybrid keywords and another is dynamic keywords. Hybrid Keywordshttp://robotframework.googlecode.com/hg/doc/usergui原创 2015-05-18 19:47:58 · 1627 阅读 · 0 评论 -
Hybrid Keywords Sample
In robot framework, there are two ways you can control keywords in a library, one is hybrid keywords and another is dynamic keywords.Hybrid Keywordshttp://robotframework.googlecode.com/h原创 2015-05-18 18:49:25 · 413 阅读 · 0 评论 -
Robot RIDE and Eclipse Plugin
Robotframework RIDEInstall instructionNeed python 2.6 and latest.https://github.com/robotframework/RIDE/wiki/Installation-InstructionsDownload URLhttps://github.com/robotframework/RIDE/wiki/原创 2015-05-18 18:28:12 · 2721 阅读 · 0 评论 -
Robot: Duplicate Keywords in Library and Resource Keywords
Duplicate Keywords in Library and Resource KeywordsSometimes, we will meet duplicate keywords in different library orresource keywords. There are two ways we can use it.Add Library Name beforeKeyw原创 2015-05-19 14:01:17 · 783 阅读 · 0 评论