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 · 414 阅读 · 0 评论 -
Java验收测试工具
SeleniumHQ create robust, browser-based regression automation suites and tests scale and distribute scripts across many environment support the following browsers: Google Chrome, Internet Explor...原创 2013-05-26 16:32:46 · 255 阅读 · 0 评论 -
Handle Windows Authentication in Selenium Webdriver
First approach You 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. Syntax http://username:password@url Exa...原创 2015-12-04 22:16:17 · 270 阅读 · 0 评论