Systems | Development | Analytics | API | Testing

The future of Data-Driven Testing: trends for QA professionals

Quality can no longer be an afterthought and traditional testing approaches often struggle to keep up with modern applications’ complexities. This is where data-driven testing comes in - bringing predictive insights to the forefront of QA. Data-driven testing enables a strategic approach to quality, where every test is backed by insights. As the world moves into a future driven by AI, automation, and continuous testing, embracing data-driven testing became essential.

Future-proof your automation strategy with Xray Enterprise

The future of software development is fast, automated and constantly changing, so what you should be questioning is: “can my test automation strategy keep up?” Development lifecycles are sometimes cut short and the delivery is needed quicker - without a proper approach, your test automation strategy can become a bottleneck instead of an advantage. With this article, you’ll understand all the features Xray Enterprise brings to the table.

How to master Test Parameterization

Teams often find themselves managing a big number of test cases, many of which are nearly identical except for variations in input data. This redundancy leads to a higher risk of missing critical test coverage. Test parameterization solves this challenge by allowing testers to re-run the same test logic with multiple data iterations - teams define parameters within a single test script and execute it dynamically via a dataset with different values.

Jira new UI: what it means for Xray users?

Atlassian is rolling out a new navigation system for Jira Cloud making it more consistent across all Atlassian products: Jira, Jira Product Discovery, Jira Service Management, and Confluence. The most impactful change is moving the top navigation bar to a vertical sidebar on the left, with the goal of simplifying, decluttering, and modernizing Jira’s navigation—while also making it easier for teams to work across Atlassian’s suite of products.

S1.E34: All about TDD with Thierry de Pauw

Test-Driven Development (TDD): is it worth it? In this episode of QA Therapy, we sit down with Thierry de Pauw, an expert in software development and continuous delivery, to explore the impact of Test-Driven Development (TDD). What is TDD, and why should teams adopt it? How does TDD influence software quality and maintainability? Common myths and misconceptions about TDD Practical tips for implementing TDD effectively.

Data-Driven Testing vs. Keyword-Driven Testing: which is better?

Test automation has become a critical component of modern software development. However, choosing the right automation strategy can be challenging, as different approaches offer varying benefits depending on project needs and team expertise. Two widely used methods in test automation are data-driven testing and keyword-driven testing. Both approaches aim to enhance test execution by making tests more reusable, scalable, and maintainable, but they differ in their implementation and use cases.