Category Archives: Automation
AutomationSelenium JavaTutorial
How to Create TestNG.xml File in Eclipse
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on TestNG. TestNG is a framework used for Java automation testing that makes creating and running automated tests much easier. One of its standout features is running tests in parallel using a TestNG.xml file, which expedites software … Continue reading How to Create TestNG.xml File in Eclipse
June 21, 2024
277450 Views
15 Min Read
Selenium JavaAutomationTutorial
How To Generate Extent Reports In Selenium
Selenium provides built-in reporting capabilities through frameworks like TestNG, JUnit, and more. While these built-in reports offer basic information, custom reporting is often necessary to provide detailed insights into test execution.
June 14, 2024
495793 Views
27 Min Read
What Is CI/CD in Automation Testing
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on CI/CD Testing. Many organizations adopt software development practices like Continuous Integration (CI) and Continuous Deployment (CD) to ensure frequent and reliable product delivery.
June 14, 2024
292045 Views
22 Min Read
AutomationSelenium TutorialTutorial
How to Handle Actions Class in Selenium
Handling keyboard and mouse actions is essential for creating robust and comprehensive automated tests that mimic real user interactions.
June 12, 2024
349398 Views
23 Min Read
AutomationSelenium TutorialTutorial
How to Get Element by Tag Name In Selenium
Selenium locators are essential for locating elements on a web page. Among the locators available, such as className, CSS Selector, ID, linkText, partialLinkText, tagName, and XPath, users can choose any locator that fits their needs to locate web elements.
June 6, 2024
254926 Views
17 Min Read
AutomationPlaywright TestingSelenium PythonTutorial
What Is Hypothesis Testing in Python: A Hands-On Tutorial
In software testing, there is an approach known as property-based testing that leverages the concept of formal specification of code behavior and focuses on asserting properties that hold true for a wide range of inputs rather than individual test cases.
June 5, 2024
162838 Views
28 Min Read
What Is a DevOps Pipeline: A Complete Guide
DevOps streamlines software delivery by enabling fast, efficient, high-quality releases. By integrating automated testing and the right tools, teams build effective DevOps pipelines to accelerate workflows.
June 5, 2024
125977 Views
10 Min Read
AutomationSelenium TutorialTutorial
How To Run Selenium Test Scripts?
Selenium comes first to mind when considering automation testing. Automation testers commonly use Selenium, one of the best test automation frameworks, to create test scripts.
May 31, 2024
524226 Views
11 Min Read
What Is Parallel Testing And Why Is It Important?
Organizations are switching from manual testing to Selenium automation testing more frequently as technology evolves, which increases scalability. Many still need help to do parallel testing and instead turn to labor and resource intensive sequential approaches.
May 31, 2024
217616 Views
23 Min Read
AutomationSelenium JavaSelenium JavaScriptTutorial
Selenium sendKeys(): A Complete Guide
While performing automation testing with Selenium, developers and testers need to automate different scenarios, like typing text into form fields, entering passwords in boxes, and more. This is where the Selenium sendKeys() method helps achieve this.
May 21, 2024
520194 Views
17 Min Read