Saturday 25 May 2013

Selenium Grid - Setup in System

Selenium Grid Setup from Scratch

To be Continued.. with screenshots



Selenium Grid - Setup in System

Selenium Grid Setup from Scratch

To be Continued.. with screenshots



Technical challenges with selenium

Selenium is an Open Source Automation Testing Tool for Web Based Applications.

Challenges faced till date from the beginners day till now are as follows.


1.Locating Web Elements efficiently across the browsers.
2.There is no object repository concept in Selenium, so maintainability of the objects is highly dependent on the test framework architecture.
3.Bitmap comparison is not supported by Selenium
4.No inbuilt reporting capabilities, you need to depend on third party tools such as TestNG, ExtentReports etc..
5. For putting validations or checkpoints/Assertions , have to depend on any unit testing framework such as TestNG , JUnit etc..
6.You need to learn any one of the native language like (.Net, Java, Perl, Python, PHP, Ruby) to work efficiently with the scripting side of selenium
(goLang on the way)