摘要: Junit allows us to create parametrized tests. Parametrized test class has to be annotated with the @RunWith(Parameterized.class). The parametrized tes 阅读全文
posted @ 2017-06-13 18:29 留白* 阅读(208) 评论(0) 推荐(0) 编辑
摘要: In this post, I will give two techniques and describe how to run your selenium tests in parallel by using Selenium Grid (SG) and JUnit. First, if you 阅读全文
posted @ 2017-06-13 18:23 留白* 阅读(379) 评论(0) 推荐(0) 编辑
摘要: Hi all, during the last two weeks I was dealing with the best solution to wait for both JQuery, Angular and JavaScript (JS) in my Selenium (Java) test 阅读全文
posted @ 2017-06-13 18:16 留白* 阅读(1398) 评论(0) 推荐(0) 编辑