selenium数据驱动
Posted chappy0
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium数据驱动相关的知识,希望对你有一定的参考价值。
一安装ddt模块
打开cmd,输入pip install ddt
二准备测试数据
直接在程序里用list
testdata=[{"username":"test1","psw":"123456"},
{"username": "test2", "psw": "456789"},
{"username": "test3", "psw": "23456"}]
三测试类前加修饰
四case前加修饰
五运行
运行时自动加载3个用例,运行结果如下
以上是关于selenium数据驱动的主要内容,如果未能解决你的问题,请参考以下文章