摘要:
ArtOfTesting(https://artoftesting.com)网站面向软件测试新手用户,提供了大量软件测试工具的入门教程,针对常用的测试工具Selenium、Jmeter、TestNG提供了Step by Step的教程,另外还有关于自动化测试、性能测试、数据库和Linux方面的面试题 阅读全文
摘要:
# coding=utf-8 """ A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The simples 阅读全文