这个范围/系列是关于测试自动化的。向这个世界的 CEO 和经理展示(在所有工作完成后的稍后时刻)Tosca 和 fe RobotFrameWork 之间究竟有什么区别。
就像 FlurFunk 对 Tosca 所做的那样,结果将在 Youtube 上。(https://www.youtube.com/channel/UCR5i6k5emJ6hxox-iQcv85Q)
但在某些情况下,我会遇到困难,我需要社区的帮助。
这个难题是关于单击按钮直到名称更改https://obstaclecourse.tricentis.com/Obstacles/94441
到目前为止我得到的是:
*** Settings ***
# https://robotframework-browser.org/
Library Browser
Library String
#Library Tables
#Title is: TESTING METHODS
*** Variables ***
@{LIST} | Functional | End2End | GUI testing | Exploratory Testing |
*** Test Cases ***
Example Test 70310
Browser.OPEN BROWSER https://obstaclecourse.tricentis.com/Obstacles/94441
Select Options By value select[id='multiselect'] Functional End2End GUI testing Exploratory Testing
Get Text xpath=//body *= You solved this automation problem.
# used resources
这导致:
ValueError: Argument 'attribute' got value 'select[id='multiselect']' that cannot be converted to SelectAttribute: SelectAttribute does not have member 'select[id='multiselect']'. Available: 'index', 'label', 'text' and 'value'