Home / Companies / Qase / Blog / June 2025

June 2025 Summaries

5 posts from Qase

Filter
Month: Year:
Post Summaries Back to Blog
In May, significant enhancements were made to the software aimed at improving test management efficiency, particularly benefiting Automation Engineers. The search and filtering capabilities were expanded on Repository and Test Run Details pages, allowing for more efficient handling of large-scale test management with support for multiple parameters and the inclusion of Suite as a searchable parameter. These changes simplify locating specific test cases within extensive repositories, such as identifying failed 'regression' test cases in specific suites. Additionally, the Public API was enhanced to allow reporting of in-progress statuses for individual test steps, offering more granular visibility into automated test execution and detailed reporting within CI/CD pipelines. The AI-powered QA assistant, AIDEN, which assists in designing effective test strategies and early issue identification, continued to be developed with ongoing improvements to its capabilities, promising further advancements in the near future. Users are encouraged to provide feedback and stay connected for updates through LinkedIn.
Jun 18, 2025 362 words in the original blog post.
The recent meetup showcased dynamic discussions and insights into innovative QA practices with three engaging talks. Vasiliy Bolgar from Trade Republic explained how the company manages 500 deployments a day without traditional QA engineers by integrating quality into their platform through autotests, CI/CD pipelines, and automated rollbacks, shifting the focus from bug counts to Mean Time to Recovery (MTTR) to combat deployment anxiety. Denis Mashutin from JetBrains introduced "shuffle checks" in regression testing, which innovatively broke routine and caught critical issues earlier without additional tools or headcount. Arsenyi Batyrov from InDrive shared how they scaled dogfooding into an effective QA process across diverse environments without developers' direct involvement, leveraging ChatGPT and Python for automation, and emphasized the importance of understanding real user environments over focusing solely on metrics and edge cases. The talks highlighted how strategic changes in QA processes can lead to substantial improvements and sparked vibrant debates among attendees.
Jun 16, 2025 562 words in the original blog post.
Appium is an open-source automation framework designed for testing mobile applications across both iOS and Android platforms, supporting native, hybrid, and mobile web apps. This guide outlines the integration of Appium with Qase using the Qase TestNG reporter, aimed at enhancing test reporting and visibility into test runs. The integration process involves setting up dependencies, generating a Qase API token, configuring the reporter to send test results to Qase, and managing test attachments like screenshots of failed tests. It emphasizes a Java-based setup with TestNG as the test runner, while also mentioning other supported tools and frameworks like JUnit, Cucumber, and Pytest. Additionally, the guide provides instructions on installing necessary software such as Node.js, Appium, and Android Studio, as well as configuring a virtual device for testing. Once set up, users can run tests and view results in Qase, where failing tests are accompanied by screenshots to aid in debugging.
Jun 12, 2025 746 words in the original blog post.
API testing is crucial for ensuring the stability, security, and performance of software systems as it validates the behavior of application programming interfaces that connect various services. This process involves verifying that APIs handle requests and responses correctly, manage edge cases, and remain stable under stress by utilizing different strategies tailored to API types such as REST, SOAP, and GraphQL. API testing not only helps catch potential issues early in the development cycle, thereby reducing the risk of major application failures, but also integrates with CI/CD workflows to provide automatic validation with code changes. It involves a range of testing methods including contract, unit, end-to-end, load, and security tests, each serving specific purposes to ensure that APIs meet expected standards and can handle real-world usage scenarios. Best practices for API testing include having a dedicated test environment, automating tests, and ensuring comprehensive coverage of both expected and failure responses. Tools like Postman, Rest Assured, and Qase facilitate efficient API testing by supporting automation, integration, and collaboration across development, QA, and operations teams, thereby enhancing the reliability and scalability of the software.
Jun 10, 2025 2,767 words in the original blog post.
Building software has become increasingly complex, necessitating efficient quality assurance (QA) processes to deliver high-quality applications quickly. While Quality Assurance automation streamlines feedback and minimizes manual work, it needs to be thoughtfully integrated into development workflows. Automated testing offers consistent and repeatable results, particularly useful for regression and performance testing, and is crucial in addressing scalability challenges as projects grow. Platforms like Qase facilitate the shift by consolidating test case management, execution tracking, and results analysis, enhancing collaboration between QA and development teams. Despite its advantages, automation requires significant initial investment in tools, infrastructure, and skills, and maintenance is essential to keep automated scripts aligned with evolving requirements. A balanced approach, combining automation for repetitive tasks with manual testing for exploratory and usability evaluations, is recommended. Integrating automation into continuous integration/continuous delivery (CI/CD) pipelines ensures immediate feedback and supports agile development. Ultimately, effective QA automation transforms software development by improving consistency, reducing bottlenecks, and enhancing overall software quality, making it a strategic investment for modern development teams.
Jun 06, 2025 2,360 words in the original blog post.