Mar 9Run your Selenium Script pushed to GIT repository using Jenkins JobIn the previous article, we saw how to create your first Jenkins job to execute the a selenium script through Jenkins. You can read that article Here Creating out First project to Run Selenium script in Jenkins Please go through above article as we will be using same Job in…Jenkins4 min read
Feb 13Write First Selenium-Cloud Test with Sauce LabsIn previous article, we saw what is need of cloud platforms to test Web and Mobile test. You can check that article here Need of Cloud Services for Web & Mobile application testing. In this article we will see how can we start with Sauce Labs. To work with Sauce…Testng Framework6 min read
Feb 11Creating out First project to Run Selenium script in JenkinsIn previous article we saw Jenkins installation process and major feature Jenkins have. You can read that article here Let’s get started with Jenkins in this article we will see how can we execute out automation code using Jenkins. First we need to create a Jenkins Job (a project in…Jenkins8 min read
Published in Dev Genius·Feb 6Execution of Selenium Test in headless modeIn previous blogs, we have seen some of the concepts related to the selenium web driver for UI automation. You can read it here Introduction to Selenium Web Driver In this article, we will see what it is to be executed a user interface test using Selenium Web Driver in…Headless5 min read
Feb 3Let’s get started with JenkinsWhenever we heard word Jenkins, first word comes in to out mind is CI/CD. Why this comes in to our minds? What is CI/CD? Before answering these questions first we should know what is Jenkins? Is it only limited to CI/CD What is Jenkins? According to official document it is…Jenkins7 min read
Jan 30Need of Cloud Services for Web & Mobile application testing.In the process of testing we should always test our web application on all supported browsers on different os like windows , mac to make sure application is working on all real browsers properly and user will not face any problem while using it on any machine. …Cloud Services4 min read
Oct 29, 2021Things you should know before you start with Mobile application TestingNow in modern days having a mobile phone or a smart phone is a 4th basic need after Food, clothing shelter. Increasing number of users proportionate in to number applications that has been created for the users to use. Due to which Mobile testing is one of the important skill…Mobile Test Automation7 min read
Oct 19, 2021Different XPath writing techniques for locating elements in Selenium Web DriverIn the previous articles we have seen strategies to locate element using different locator type and CSS selectors in detail. Introduction to Locators & Different Locator Strategies in Selenium CSS Selectors for locating elements in Details In this article we will see most important locator type to locate element. With…Xpath9 min read
Oct 12, 2021Different CSS Selectors techniques for locating elements in Selenium Web DriverIn the previous article we saw all the locator strategies in Selenium Web Driver. You can read that article Introduction to Locators & Different Locator Strategies in Selenium. In this article we see strategies to locate element using CSS Selector alone in detail. …Java6 min read
Oct 8, 2021Introduction to Locators & Different Locator Strategies in Selenium Web DriverThis blog is continuation of previous blogs. It is better to take look at previous blogs. Introduction to selenium web driver In this article we will see how Selenium script identify and interact with elements on WebPage. Selenium uses what is called locators to find and match the elements on…Selenium7 min read