確保Python3.6.2安裝成功安裝悔常,如下RF使用中需要的工具和庫
1.RF在兩個(gè)Python中安裝 robotframework執(zhí)行命令 pip install robotframework
2.seleniumlibrary 在兩個(gè)Python中安裝 seleniumlibrary執(zhí)行命令 pip install--upgrade robotframework-seleniumlibrary?
3.pycharm安裝插件在Pycharm中,點(diǎn)擊菜單 file-settings-plugins在彈出對話框中 點(diǎn)擊下方 按鍵BrowseRepository在新對話框中掌桩, 搜索欄里面輸入 robot
安裝 下面3個(gè)插件
IntelliBot
IntelliBot@SeleniumLibraryPatched
RunRobotframework file
下載IntelliBot插件?
?https://github.com/jcyrss/songqin-testdev/raw/master/others/softwares/intellibot.jar
在Pycharm中,點(diǎn)擊菜單 file-settings-plugins在彈出對話框中 點(diǎn)擊下方 按鍵install plugin from disk選擇下載的intellibot.jar文件
將如下 自動化用例 拷貝到 一個(gè) 名為 baidu.robot的文件中睬捶,然后用 robot命令行 運(yùn)行一下
***Settings***
Library ?SeleniumLibrary
***TestCases***
百度搜索松勤
Open Browser ? ? ? ? ? ? ? ? ? ? ? http://www.baidu.com ? ? ? ? ? ? ? ? chrome ??
Set Selenium Implicit Wait ? ? ? ? ? ? ? ? ? 5 ? ? ??
Input Text ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? id=kw ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?松勤\n ? ? ? ? ? ? ? ? ? ? ? ? ? ${firstRet}= ? ? ? ? ? ? ? ? ? ? ? ? ? ? Get Text ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? id=1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Should Contain ? ? ? ? ? ? ? ? ? ? ?${firstRet} ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?松勤網(wǎng)