Sunday, November 17, 2013

Useful links for Selenium and Java

1. http://www.w3resource.com/java-tutorial/java-object-oriented-programming.php
2. http://www.seleniumhq.org/
3. http://blog.activelylazy.co.uk/2011/07/09/page-objects-in-selenium-2-0/
4 . http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/JavascriptExecutor.html
5. http://seleniumworks.blogspot.in/2013/02/how-to-set-proxies-with-username-and.html#!
6. http://aleetesting.blogspot.in/2011/10/selenium-webdriver-tips.html#!






No comments:

Post a Comment

TestNG - Can i use the 2 different data providers to same @test methods in TestNG?

public Object [][] dp1 () { return new Object [][] { new Object [] { "a" , "b" }, new Obje...