Category Archives: Automation
Smoke Testing vs Sanity Testing: What Are the Differences?
Software testing is an integral process of the Software Development Life Cycle (SDLC) that ensures the functionality, compatibility, and performance of software applications.
March 26, 2024
62522 Views
24 Min Read
• Automation • Selenium Tutorial • Tutorial
Mastering Selenium Testing: JUnit Asserts With Examples
Automation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience at scale. However, what good is automation testing if you cannot verify whether a test case has passed or failed?
March 22, 2024
233311 Views
23 Min Read
• Automation • Selenium Python • Tutorial
How to Handle Radio Buttons in Selenium WebDriver
Radio buttons are a significant component within web forms, allowing users to make singular selections from a predefined array of options.
March 22, 2024
73332 Views
20 Min Read
• Selenium Java • Automation • Tutorial
How to Handle Modal Dialog Box in Selenium WebDriver Java
Websites frequently implement popups, alerts, or modal dialog boxes for various use cases, such as accepting cookies, asking for permissions, entering data, and warning alerts.
March 20, 2024
329915 Views
22 Min Read
• Cypress Testing • Automation • Tutorial
How To Check If An Element Exists In Cypress
Ensuring web application robustness and reliability is a primary objective in software testing. As QA engineers delve into the complexities of Cypress framework, a robust testing framework renowned for its simplicity and effectiveness, one fundamental principle emerges at the forefront: the validation of element presence/visibility.
March 19, 2024
78279 Views
21 Min Read
Test Plan vs Test Strategy: Key Differences
Software testing is a crucial checkpoint in building high-quality software applications. Testers need the right approach, clear steps, and a well-coordinated team to ensure a smooth process.
March 18, 2024
71803 Views
30 Min Read
• Automation • Manual Testing • Miscellaneous
Top 14 Challenges Faced In Agile Testing By Every Tester
Even though we strive for success in whatever journey we undertake, sometimes failure is inevitable. But in most cases, if we just avoid a few blunders and get through major challenges hampering progress, the path to success won’t seem so challenging.
March 18, 2024
724476 Views
15 Min Read
Top 10 Automation Testing Books For 2024
Are you looking for the top books for Automation Testers? Ah! That’s why you are here. When I hear the term book, This famous saying always spins up in my head. There is no friend as loyal as a book.
March 15, 2024
75294 Views
5 Min Read
• Cypress Testing • Automation
How to Write Your First Cypress Test [With Examples]
Choosing an ideal testing framework, especially with a different technology stack, can be challenging for new users, particularly those switching from other testing tools to Cypress.
March 14, 2024
56503 Views
21 Min Read
The Challenges of Visual Testing [With Solutions]
In the fast-changing world of software development, it is difficult to maintain the software’s quality, look, and feel. Major issues arise when developers try to add new features by modifying the existing code, ensuring the new feature works as expected without breaking the application’s visual appearance.
March 14, 2024
134265 Views
22 Min Read