How to conduct data-driven test with Scandium

How to Conduct Data-Driven Tests with Scandium

A data-driven test in software testing refers to a testing approach where test scripts are designed to run with a variety of input data sets. Instead of having fixed, hard-coded values in the test scripts, the input values and expected outcomes are stored in external data sources, such as spreadsheets or databases. The test script…

How to Interact With Native Pop-ups While Testing With Scandium

How to Interact With Native Pop-ups While Testing With Scandium

When navigating through a website or app, users frequently encounter pop-ups that prompt them to take specific actions. Pop-ups serve various purposes, such as conveying additional information or issuing warnings. For instance, if a user is filling out a form and misses a required field, a pop-up may appear to alert them. Pop-ups can also…

Kuda, Moniepoint, First Bank, along with 18 other individuals and organisations, secure spots in the final list of the Top 21 in QA 2024

The QA landscape is constantly evolving, and we have standout performers navigating its dynamic terrain with unmatched expertise. It is important to recognise these individuals and organisations who are raising the bar in Quality Assurance. Through a meticulous selection process, we have identified those who have gone above and beyond, shaping the QA sphere with…

Making Testing Smarter: Embracing Automation for Software Quality

Making Testing Smarter: Embracing Automation for Software Quality

Think about it: every time you click a button on an app or software and it does exactly what it’s meant to, that’s the magic of robust testing. As technology keeps on improving our daily activities in life, many software applications are now being created to help improve living. These applications go through a series…

Deciding the Path: Navigating Between Exploratory Testing and Test Automation

Deciding the Path: Navigating Between Exploratory Testing and Test Automation

Software testing encompasses various forms aimed at ensuring high-quality and efficient product operation. Amidst the myriad of testing types, two major methodologies emerge, Exploratory Testing and Test Automation. Choosing between these methods often presents a dilemma for product teams due to their differing strengths and weaknesses. Only in rare cases can these approaches be effectively…

Exploratory testing

Exploratory Testing: Strategies and Techniques

Among the many forms of software testing, Exploratory testing takes on a different approach towards resolving otherwise hidden issues that may exist in any software product. In the process of executing this type of testing, the tester’s will is completely superimposed over the dynamics of the product and can stir the test in any direction…

Best Test Automation Practices You Can Implement for Seamless Software Testing

Best Test Automation Practices for Seamless Software Testing

Test automation has become an integral part of the software development and testing process. It allows organisations to deliver high-quality software faster and more efficiently. However, the effectiveness of test automation largely depends on the practices and strategies implemented. In this article, we will explore the best test automation practices that can help your team…

The Best Automation Tools for Regression Testing

The Best Automation Tools for Regression Testing

In the fast-paced world of software development, ensuring that your application remains reliable and bug-free is paramount. This is where regression testing comes into play. It involves running tests on existing software to identify any new issues that might have arisen due to recent changes or updates. To efficiently execute regression tests, automation tools have…

No Code Test Automation

Introduction to Software Testing: Concepts and Terminology

Software testing is an integral part of the software development process designed to ensure that every product feature is dependable and high-quality. Teams that conduct software testing do it in such a way that it provides comprehensive info about errors in the architecture, sees that it meets the stated product requirements, and performs as intended.…