Category Archives: Automation
How To Move From Manual Testing To Automation
As software requirements are changing faster than ever, more organizations are adopting agile methodologies to achieve shorter development cycles and accelerated Time to Market (TTM).
December 9, 2021
351356 Views
21 Min Read
Getting Started With JUnit 5 And Mockito For Unit Testing
This article is a part of our Learning Hub. For more in-depth resources, check out our hub on JUnit Tutorial. Mockito is a unit testing framework for Java that simplifies the task of automation testing. It makes unit testing highly effective with clean tests, thanks to dependency injection and compile-time checks.
December 6, 2021
136829 Views
12 Min Read
AutomationCypress TestingTutorial
How To Fill And Submit Forms In Cypress
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Web forms are one of the most common types of forms that you may have encountered when interacting with websites. An example of a simple form is a login page, where the user needs … Continue reading How To Fill And Submit Forms In Cypress
December 3, 2021
165293 Views
18 Min Read
AutomationSelenium JavaTutorial
How To Minimize Browsers In Selenium WebDriver Using JUnit
Delivering software with superior UI is one of the key aspects of development, but there are times when you need to test the most complicated functionality. These tests include window resizing or minimizing or maximizing, all of which require interacting with the browser window, and if the number of tests is high, it becomes cumbersome.
November 30, 2021
108230 Views
12 Min Read
AutomationSelenium WebDriverTutorial
Complete Selenium WebDriver Tutorial: Guide to Selenium Test Automation
This article is a part of our Learning Hub. For more in-depth resources, check out our hub on Selenium Tutorial. When it comes to web automation testing, there are a number of frameworks like Selenium, Cypress, PlayWright, Puppeteer, etc., that make it to the ‘preferred list’ of frameworks.
November 23, 2021
433816 Views
32 Min Read
Shift-Left Testing And Continuous Feedback To Deliver Quality At Agile Speed
When it comes to enabling Agile software testing with automation, shift-left testing is the most talked-about term. In the earlier days, developers followed the “Waterfall Model,” where the testing stage came into play on the far right of the development cycle.
November 22, 2021
16637 Views
17 Min Read
AutomationSelenium JavaTutorial
How To Perform Parallel Test Execution In TestNG With Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. The evolution in the process of software delivery in organizations in response to business agility has resulted in a paradigm shift from traditional release cycles to continuous release models.
November 12, 2021
208908 Views
21 Min Read
AutomationSelenium PythonTutorial
How To Create Automated Web Bot With Selenium In Python
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Selenium is one of the preferred test automation frameworks, primarily used for web automation testing. Though Selenium supports six popular programming languages, it can be used to weave magic with lesser implementation when … Continue reading How To Create Automated Web Bot With Selenium In Python
November 5, 2021
290913 Views
16 Min Read
AutomationSelenium JavaTutorial
How To Use Assertions In TestNG With Selenium
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. Testing can be performed in a manual as well as automated manner.
November 1, 2021
206467 Views
14 Min Read
How To Use @RepeatedTest Annotation In JUnit 5
The JUnit framework is a popular test automation framework for unit testing in Java. The latest version of JUnit, i.e., JUnit 5 (also known as Jupiter), offers a number of improvements over JUnit 4.
October 27, 2021
161113 Views
10 Min Read