霍格沃兹测试开发学社 ceshiren.com
功能测试场景:企业微信添加成员(web端)
1. 登录
2. 点击添加成员按钮
3. 填写成员信息
4. 查看结果
autonumber
scale 400 height
actor 测试工程师 as tester
participant 前端页面 as frontend
tester -> frontend: 测试工程师在页面做点击输入等操作
frontend -> frontend: 页面响应
frontend -> tester: 测试工程师对比实际结果与预期结果
autonumber
scale 400 height
actor 测试工程师 as tester
participant 编程语言 as script
participant Selenium as web
participant 前端页面 as sys
tester -> script: 编写自动化测试脚本
script -> web: 调用selenium执行自动化
web -> sys: 对页面对象执行动作与获取数据
sys -> script: 拿到系统的响应结果,与预期结果进行对比
自动化场景:企业微信添加成员(web端)
1. 登录
2. 点击添加成员按钮
3. 填写成员信息
4. 断言结果