Systems | Development | Analytics | API | Testing

Testing

The latest News and Information on Software Testing and related technologies.

Perforce Highlights from GDC 2022

The Perforce team is at the annual Game Developers Conference (GDC) in San Francisco, CA, March 21-25. Here, the Perforce team has unveiled two exciting announcements: An ongoing partnership with Microsoft, a collaboration with GitHub, and a new Perforce product – Helix DAM Beta. Keep reading to learn more about the impact this will have on the future of game development.

Automated API Testing for CI/CD and Microservices

Interdependence and collaboration between businesses and commercial sectors have changed in recent years with the use of Application Programming Interfaces (APIs). APIs have been around long enough for companies to know that they can use open web technologies to extend their services via in-app integrations. APIs allow two programs to communicate with one another and exchange data in a smooth manner. Once an API has been created, it is vital to test the interface to ensure that it is functional.

Fail fast, improve rapidly: Delivering innovation with simplified change

What is your initial thought when you hear the term “rollout”? For some, it instills a sense of dread. Rollout signifies there is change on the horizon. A new development project or software launch is coming soon. Many of us have a natural aversion to change. We dig in our heels and grasp for any objections that will prevent it from happening. But change is a mandatory requirement if a company is to scale and grow. Change introduces innovation to an organization.

Role of No-code/Low-code testing tools for Modern Agile QA teams

The world is entering a new age of technology. Low-code/no-code tools are already becoming a mainstay for many global teams. By going no-code/low-code, teams can now fill in the gap between the accelerating demands of application delivery and team skill sets. While these tools are nicely on their way to becoming mainstream for development, similar ones for test automation are pushing their way into the market.

Failing at Integration Testing: Common Mistakes

Integration tests are slow and difficult to maintain because they have substantially more system touch points than unit tests and hence change more often. These elaborate or sophisticated tests provide a role that unit tests cannot replace, thus there is no way to avoid creating them while focusing solely on unit tests.

How to Choose the Right Open Source Test Automation Tool

Organizations worldwide are adopting open-source software to drive technological innovations. Testers look beyond the obvious benefit of cost while embracing open-source test automation tools. The reliability, transparency, flexibility are added benefits of choosing an open-source test automation tool. Saving time is saving money! Open-source tools save time reinventing the wheel to build your test automation framework from scratch.

How an industrial engineering leader releases software 3x faster with Xray

The company is an industrial engineering group with customers in over 100 countries served by 50,000 employees. Over the past decades, the company has established itself as a global leader in the industrial and mechanical engineering industry. Their portfolio covers commodity solutions for residential and commercial buildings for modern, highly customized solutions for state-of-the-art skyscrapers.

Best Practices for End-to-End Testing for Better User Experience

Developers test their code in chunks as it is written. Error monitoring during the development cycle alerts engineers when conflicts arise and helps them identify the root cause. So, you may wonder then, in the age of DevOps and continuous delivery, is end-to-end testing still needed? Not only is it viable, but it is also essential to validate requirements, configurations, and functionality.