Systems | Development | Analytics | API | Testing

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

15 Questions to Evaluate Your QA Team's Software Testing Process

Keeping software testing processes on track is an overarching goal every QA lead wants for their team. Yet, development projects aren’t always plain sailing. No one wants unhappy clients, and, worse, overworked QA engineers and developers. We all have to accept that activities don’t always stick to the initial planning. Requirements change near the final stages, feature requests are unclear to business values, leaving little time for critical areas to get tested.

Which are the types of performance testing?

Software developers try to implement applications that not only is responsive and fast with a very small number of users but also with multiple users using the application. To be able to measure this we need to rely on different types of performance testing. Performance testing should be an integral part of the agile release manifesto.

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.

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 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.