99 lines
5.6 KiB
Plaintext
99 lines
5.6 KiB
Plaintext
*** Settings ***
|
|
Force Tags tsg-ui settings response_pages
|
|
Resource ../../../03-Variable/bifangapivariable.txt
|
|
Library OperatingSystem
|
|
Resource ../../../02-Keyword/tsg_ui/setting/Settings.robot
|
|
|
|
*** Test Cases ***
|
|
CreateResponsePagesTypeHtml
|
|
[Tags] PositiveTestCase html Settings ResponsePage
|
|
CreateResponsePages CreateResponsePagesTypeHtml ${path}response_pages_files\\Create-ResponsePages-test.html name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
CreateResponsePagesTypeHtm
|
|
[Tags] PositiveTestCase htm Settings ResponsePage
|
|
CreateResponsePages CreateResponsePagesTypeHtm ${path}response_pages_files\\Create-Response_Pages-test-2.htm name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
CreateResponsePagesNameMinSize
|
|
[Tags] PositiveTestCase htm Settings ResponsePage
|
|
CreateResponsePages 1 ${path}response_pages_files\\Create-Response_Pages-test-2.htm name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
CreateResponsePagesNameMaxSize
|
|
[Tags] PositiveTestCase htm Settings ResponsePages
|
|
CreateResponsePages CreateResponsePagesNameMaxSizeCreateResponsePagesNameMaxSizeCreateResponsePagesNameMaxSizeCreateResponsePagesNameMaxSizeCreateRe ${path}response_pages_files\\Create-Response_Pages-test-2.htm name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
CreateResponsePagesNameSpecialChar
|
|
[Tags] PositiveTestCase htm Settings ResponsePages
|
|
CreateResponsePages 中文+absc+моряков+@#¥%……&* ${path}response_pages_files\\Create-ResponsePages-test.html name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
EditResponsePagesSearchID
|
|
[Tags] PositiveTestCase htm Settings ResponsePages
|
|
CreateResponsePages Create-ResponsePagess-001 ${path}response_pages_files\\Create-ResponsePages-test.html name
|
|
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/span
|
|
Edit-Response-Pages ${id} lyf-Edit-test-001 ${path}response_pages_files\\Create-ResponsePages-test-1.html id
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
EditResponsePagesSearchName
|
|
[Tags] PositiveTestCase htm Settings ResponsePages
|
|
CreateResponsePages Create-ResponsePagess-001 ${path}response_pages_files\\Create-ResponsePages-test.html name
|
|
${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
Edit-Response-Pages ${name} lyf-Edit-test-007 ${path}response_pages_files\\Create-ResponsePages-test-1.html name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
ResponsePageUpload20MFile
|
|
[Tags] PositiveTestCase html Settings ResponsePages
|
|
CreateResponsePages ResponsePageUpload20MFile ${path}response_pages_files\\20MFile.html name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
CreateResponsePagesSpecialFileName
|
|
[Tags] PositiveTestCase html Settings ResponsePages
|
|
CreateResponsePages CreateResponsePagesSpecialFileName ${path}response_pages_files\\ВставкаСкриптов!@#$%^&(-+=‘;。,?.html name
|
|
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
|
|
DeleteresinseDel
|
|
|
|
CreateResponsePagesNullFileName
|
|
[Tags] PositiveTestCase html Settings ResponsePages
|
|
OpenPages sidebarProxy_Profiles
|
|
click id=respinseAdd
|
|
sleep 1
|
|
Choose File xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[2]/div/div/div/input ${path}response_pages_files\\Create-ResponsePages-test.html #上传文件
|
|
Sleep 2
|
|
click id=responseAddOk1
|
|
sleep 1
|
|
${text} get text xpath=//*[@id="policy_Manipulation_create6"]/div[2]/form/div[1]/div/div[3]
|
|
Should Be Equal As Strings ${text} Please enter the content
|
|
|
|
ResponsePagesDownloadFile
|
|
[Tags] PositiveTestCase Settings ResponsePages
|
|
CreateResponsePages Create-ResponsePagess-001 ${path}response_pages_files\\Create-ResponsePages-test.html name
|
|
DownLoadFile ${Downloadpath}Create-ResponsePages-test.htm
|
|
|
|
ResponsePageUploadNullFile
|
|
[Tags] NegtivetestCase html Settings ResponsePages
|
|
UploadFilesSize ResponsePages ResponsePageUploadfile ${path}response_pages_files\\null.html Please choose to upload files
|
|
|
|
ResponsePageUploadExceed20MFile
|
|
[Tags] NegtivetestCase html Settings ResponsePages
|
|
UploadFilesSize ResponsePages ResponsePageUploadExceed20MFile ${path}response_pages_files\\Exceed20MFile.html File Maximum Limitation 20MB
|
|
|
|
ResponsePagesFileTypeDoesNotMatch
|
|
[Tags] NegtivetestCase html Settings ResponsePages
|
|
UploadFilesSize ResponsePages ResponsePagesFileTypeDoesNotMatch ${path}insert_files\\Create-Insert Scripts-test.css "html" and "htm" only
|
|
|
|
ResponsePagesDeleteReferencedData
|
|
[Tags] NegtivetestCase Settings ResponsePages
|
|
DeleteReferencedData sidebarProxy_Profiles 527 The referenced data are not allowed to disable or delete
|
|
|