- 授权协议: GPLv2
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://databene.org/feed4testng.html
- 软件文档: http://databene.org/feed4testng.html
软件介绍
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);
}
}
Algorithms Unlocked
Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00
Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!
