Tuesday, October 29, 2013

Hi Friends,


       My self is Ramesh, working as Sr.Test Engineer with XXXX company . I have 6 years of Experience in Manual and Automation testing using Selenium.

    Here i would like share my views on Selenium Complete Topics.

I am gonna cover below topics.

1. Selenium IDE,
2. Selenium RC,
3. Selenium Web Driver,
4. Selenium Grid.

Finally We will discuss Core Java Concepts...

       The Main Intention of this blog creation is to Share view and Queries while using selenium tool.


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...