Systems | Development | Analytics | API | Testing

Xray

How to do data-driven testing using parameters in Xray - Tutorial

✅ Xray’s newest test parameterization feature allows you to execute the same test multiple times with different input values. In this video, you'll learn how easy it is to create a dataset and apply parameters to your tests. 🚀 Xray is the leading Quality Assurance and Test Management app for Jira. More than 4.5 million testers, developers and QA managers trust Xray to manage 100+ million test cases each month. Xray is a mission-critical tool at over 5,000 companies in 70 countries, including 137 of the Global 500 like BMW, Samsung and Airbus.

How to test web applications using Playwright & Xray - Tutorial

✅ Playwright is a browser automation tool that provides end-to-end testing for modern web apps. In this video, you'll learn how to integrate Playwright tests with Xray. 🚀 Xray is the leading Quality Assurance and Test Management app for Jira. More than 4.5 million testers, developers and QA managers trust Xray to manage 100+ million test cases each month. Xray is a mission-critical tool at over 5,000 companies in 70 countries, including 137 of the Global 500 like BMW, Samsung and Airbus.

How to assess your readiness to deploy with Coverage Analysis in Xray

Effective Coverage Analysis provides powerful insights into the status of what your team is building, so you can make smart decisions based on real-time analysis. Coverage Analysis in Xray for Server and Data Center provides you the ability to analyze in real-time how requirements, features, user stories, and tests are, in a particular context.

How to use data-driven testing to clean up your tests

If you’ve been a tester for some time, without a doubt you have run into scenarios where you had to write tests to verify the correctness of the implementation of business rules, algorithms or another form of backend logic. To get a fair amount of test coverage, you'll likely need more than a single test case. Data-driven testing helps clean up your tests and make them more effective and maintainable.

Maximize your coverage with test parameterization and data-driven testing

When you test application logic and functionality you often have to test the same logic with multiple input values, which can quickly escalate the number of test cases you have to create. Data-driven testing helps you quickly execute the same test multiple times using datasets for different output values, saving you time and effort. Test parameterization is a type of data-driven testing that allows you to execute the same test, multiple times using different parameters.