Feed4TestNG

码农软件 · 软件分类 · 单元测试工具 · 2019-11-19 16:11:44

软件介绍

Feed4TestNG 使得可以编写参数化的 TestNG 测试用例。

示例代码:

public class LoginTest extends FeedTest {
    @Test(dataProvider = "feeder")
    @Source("userlogin.csv")
    public void testLogin(String name, String password) {
        System.out.println("name:" + name + " password:" + password);
    }
}

本文地址:https://codercto.com/soft/d/19341.html

Introduction to Programming in Java

Introduction to Programming in Java

Robert Sedgewick、Kevin Wayne / Addison-Wesley / 2007-7-27 / USD 89.00

By emphasizing the application of computer programming not only in success stories in the software industry but also in familiar scenarios in physical and biological science, engineering, and appli......一起来看看 《Introduction to Programming in Java》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具