Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行测试用例来检查多个页面,但我想在每个页面上包含相同的基本检查,例如返回所有 css、js 文件,页面上没有“找不到页面”文本等。
有没有办法添加标准检查?
使用继承..
您的所有页面都应继承自包含常见测试的“BasicPage”。
然而,这些测试之间不应该有任何依赖关系,或者与子类测试的测试不应该有任何依赖关系,因为不能保证这些测试的顺序。