Category Archives: Automation
• Selenium Java • Automation • Tutorial
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
466054 Views
27 Min Read
• CI/CD • Automation • DevOps
What Is CI/CD in Automation 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
266783 Views
21 Min Read
• Automation • Selenium Tutorial • Tutorial
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
319252 Views
23 Min Read
• Automation • Selenium Python • Tutorial
How to Wait in Python: Python Wait Tutorial With Examples
Waiting for WebElements to load is a fundamental aspect of creating robust automated tests in Python. When testing software applications, it’s essential to ensure the test scripts wait for necessary elements to load before interacting with them.
June 7, 2024
140732 Views
24 Min Read
• Automation • Selenium Tutorial • Tutorial
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
232777 Views
17 Min Read
• Automation • Playwright Testing • Selenium Python • Tutorial
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
130234 Views
27 Min Read
• Automation • CI/CD • DevOps
How to Build a DevOps Pipeline? A Complete Guide
DevOps has transformed how organizations build and ship software applications. The main objective is to provide high-quality software quickly and efficiently to end users and customers.
June 5, 2024
107410 Views
22 Min Read
• Automation • Selenium Tutorial • Tutorial
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
511573 Views
11 Min Read
• Automation • Selenium Tutorial
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
197453 Views
22 Min Read
• Automation • Selenium Java • Selenium JavaScript • Tutorial
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
495900 Views
17 Min Read