Test
文章平均质量分 83
川川Jason
一个爱跑步的程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java Mock测试工具
mockito<dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.21.0</version> <scope>test&am原创 2013-05-20 16:21:42 · 508 阅读 · 0 评论 -
Java验收测试工具
SeleniumHQcreate robust, browser-based regression automation suites and testsscale and distribute scripts across many environmentsupport the following browsers: Google Chrome, Internet Explor...原创 2013-05-26 16:32:46 · 290 阅读 · 0 评论 -
Handle Windows Authentication in Selenium Webdriver
First approachYou can provide credentials in URL itself it means we will add username and password in URL so while running script it will bypass the same.Syntaxhttp://username:password@urlExa...原创 2015-12-04 22:16:17 · 343 阅读 · 0 评论
分享