Popup Handling in Selenium
There are different types of popup and alerts in Web application some are javascript popups and some are HTML for handling them in selenium WebDriver there are diff ways. What is an Alert? Alert is a small message box which displays the on-screen …
How to run your test on multiple machines using Selenium Grid
About Selenium Grid Selenium-Grid permits you run your tests on various machines against various programs in parallel. That is, running numerous tests in the meantime against various machines running diverse browsers and working frameworks. Basically, Selenium-Grid bolsters circulated test execution. It takes …
How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins
First, let’s understand what Continuous integration is. It’s a process which allows you to identify errors in the starting. All development work is integrated as early as possible and artifacts are created and tested automatically. Now, what is Bitbucket? Bitbucket is the …