2020-12-24 16:28:39 +08:00
*** 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
2020-12-24 18:10:19 +08:00
[Tags] PositiveTestCase html Settings ResponsePage
CreateResponsePages CreateResponsePagesTypeHtml ${path}response_pages_files\\Create-ResponsePages-test.html name
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
CreateResponsePagesTypeHtm
2020-12-24 18:10:19 +08:00
[Tags] PositiveTestCase htm Settings ResponsePage
CreateResponsePages CreateResponsePagesTypeHtm ${path}response_pages_files\\Create-Response_Pages-test-2.htm name
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
CreateResponsePagesNameMinSize
2020-12-24 18:10:19 +08:00
[Tags] PositiveTestCase htm Settings ResponsePage
CreateResponsePages 1 ${path}response_pages_files\\Create-Response_Pages-test-2.htm name
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
CreateResponsePagesNameMaxSize
2020-12-24 18:10:19 +08:00
[Tags] PositiveTestCase htm Settings ResponsePages
CreateResponsePages CreateResponsePagesNameMaxSizeCreateResponsePagesNameMaxSizeCreateResponsePagesNameMaxSizeCreateResponsePagesNameMaxSizeCreateRe ${path}response_pages_files\\Create-Response_Pages-test-2.htm name
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
CreateResponsePagesNameSpecialChar
2020-12-24 18:10:19 +08:00
[Tags] PositiveTestCase htm Settings ResponsePages
CreateResponsePages 中文+absc+моряков+@#¥%……&* ${path}response_pages_files\\Create-ResponsePages-test.html name
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
EditResponsePagesSearchID
2020-12-24 18:10:19 +08:00
[Tags] PositiveTestCase htm Settings ResponsePages
CreateResponsePages Create-ResponsePagess-001 ${path}response_pages_files\\Create-ResponsePages-test.html name
2020-12-24 16:28:39 +08:00
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/span
2020-12-24 18:10:19 +08:00
Edit-Response-Pages ${id} lyf-Edit-test-001 ${path}response_pages_files\\Create-ResponsePages-test-1.html id
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
EditResponsePagesSearchName
2020-12-24 18:10:19 +08:00
[Tags] PositiveTestCase htm Settings ResponsePages
CreateResponsePages Create-ResponsePagess-001 ${path}response_pages_files\\Create-ResponsePages-test.html name
2020-12-24 16:28:39 +08:00
${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
2020-12-24 18:10:19 +08:00
Edit-Response-Pages ${name} lyf-Edit-test-007 ${path}response_pages_files\\Create-ResponsePages-test-1.html name
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
ResponsePageUpload20MFile
2020-12-24 18:10:19 +08:00
[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
2020-12-24 16:28:39 +08:00
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
2020-12-31 10:33:34 +08:00
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
DownloadFile
[Tags] PositiveTestCase Settings ResponsePages
CreateResponsePages Create-ResponsePagess-001 ${path}response_pages_files\\Create-ResponsePages-test.html name
DownLoadFile ${Downloadpath}Create-ResponsePages-test.htm
2020-12-24 16:28:39 +08:00
ResponsePageUploadNullFile
2020-12-24 18:10:19 +08:00
[Tags] NegtivetestCase html Settings ResponsePages
2020-12-25 11:11:41 +08:00
UploadFilesSize ResponsePages ResponsePageUploadfile ${path}response_pages_files\\null.html Please choose to upload files
2020-12-24 16:28:39 +08:00
ResponsePageUploadExceed20MFile
2020-12-24 18:10:19 +08:00
[Tags] NegtivetestCase html Settings ResponsePages
2020-12-25 11:11:41 +08:00
UploadFilesSize ResponsePages ResponsePageUploadExceed20MFile ${path}response_pages_files\\Exceed20MFile.html File Maximum Limitation 20MB
ResponsePagesFileTypeDoesNotMatch
[Tags] NegtivetestCase html Settings ResponsePages
2020-12-31 10:33:34 +08:00
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