DEV Community

saran kumar
saran kumar

Posted on

About Selenium...

Selenium:

selenium is an open-source automating testing tool with we can use various-browser to automating tests.

uses of selenium:

  • selenium is mainly used to reduce human error and time consuming.

  • we can perform cross browser testing to execute our project with efficient way.

  • selenium tool supports multiple languages like python , java , ruby , c#.

  • while using selenium we can cover maximum coverage of application functionality .

  • And it allows multiple testcases execute concurrently and reduce overall testing time.

  • we can reuse test cases in multiple projects in various path.

  • while, we using selenium we can get accurate test reports and maintain that reports and track reports also.

  • we can perform continuous integration and continuous deployment to identify issues in development cycle.

Top comments (0)