This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/01-TestCase/tsg_ui/ui_changepassword/ChangePassword.robot

21 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*** Settings ***
Force Tags tsg-ui accounts
Resource ../../../02-Keyword/tsg_ui/ChangePassword/ChangePassword.robot
Library OperatingSystem
*** Test Cases ***
ChangePasswordNotModify
#用户修改密码 ,不动原本内容,直接提交
ChangePassword
ChangePasswordNewPassword
#用户修改密码修改新密码因为新密码和旧密码不能一直passwd每次需要修改并且要修改BifangApiVariable。txt中的登录密码
ChangePassword passwd=123
ChangePasswordNewPasswordAndOpenRequiredPasswordChange
#用户修改密码并开启Required-Password-Change按钮因为新密码和旧密码不能一直passwd每次需要修改并且要修改BifangApiVariable。txt中的登录密码
ChangePassword passwd=123456 Required-Password-Change=open
ChangePasswordNewPasswordAndOpenRequiredPasswordChangeAndEditDay
#用户修改密码并开启Required-Password-Change按钮并修改天数因为新密码和旧密码不能一直passwd每次需要修改并且要修改BifangApiVariable。txt中的登录密码
ChangePassword passwd=1 Required-Password-Change=open day=123