The requirement for test automation has never been greater, with many organizations moving towards Continuous Delivery and DevOps regimes. With these rapid Build/Deploy cycles, test automation has become critical to success, removing the manual testing bottleneck is critical to keeping shorter cycle times. “Test Automation has always faced one fundamental challenge, that of knowledge capture…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Switching to Tabs switchToNextTab() switchToPreviousTab() Above are the two commands through which one can switch to the next opened tab or switch to the previous…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Switching To Frames switchTo Switches frame or in case of null locator reverts to parent. What is an Iframe? Iframe extends to the Inline frame. Iframe in simple terms is a website inside another website. It…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Handling Radio Button checkOption Selects a checkbox or radio button. Element is located by label or name or CSS or XPath. Pre-requisite: Have ‘Visual Studio Code’ IDE installed in your machine (Click here to install if…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> selectOption Selects an option in a drop-down select. The field is searched by label | name | CSS | XPath. The option is selected by visible text or by value. Pre-requisite: Have ‘Visual Studio Code’ IDE installed in…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> checkOption :- Selects a checkbox or radio button. Element is located by label or name or CSS or XPath. Pre-requisite: Have ‘Visual Studio Code’ IDE installed in your machine (Click here to install if not installed in your…
<<Previous Post <<Complete CodeceptJS Tutorial>> Next Post>> CodeceptJS – Run your first automation script As we know CodeceptJS is also known as a framework of frameworks. So we will be creating our tests using Webdriver as a helper. The following are the steps you need…
<<Previous Post <<Complete WebDriverIO Tutorial>> Next Post>> CodeceptJS – Installing Git in Ubuntu and Configuring it As I am using the Ubuntu Operating System. So, In this Article, I will explain how to install and configure Git on Ubuntu Operating System. Follow the below steps for…
<<Previous Post <<Complete WebDriverIO Tutorial>> Next Post>> CodeceptJS– Install Node.js on Ubuntu and Configure As I am using Ubuntu Operating System. So, In this Article, I will explain how to install and configure Nodejs on Ubuntu Operating System. Follow the below steps for installing Node.js on…
<<Complete WebDriverIO Tutorial>> Next Post>> Introduction to CodeceptJS Following are the content by which you can be familiar with Codeceptjs:- Note: All the terms and tools mentioned in this article will be explained in detail in the upcoming…