Systems | Development | Analytics | API | Testing

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

TestQuality Test Management Tool for GitHub: Integration Steps, Defect & Issue Reporting process

TestQuality extends Github to provide Modern, Powerful, Test Plan Management. This is accomplished via a Deep Live Native 2-Way Integration between GitHub and TestQuality. Test Management workflows are extended so you can Create, Update, Delete, and Link Defects and Requirements in your GitHub repository without ever leaving your testing workflows. And best of all TestQuality is completely FREE for use with GitHub public repo's.

Condensed Guide to Medical Device Requirements Management

Most general guidelines for requirements management are an acceptable starting point for medical device developers. Basic instructions for requirements planning, defining, prioritizing, etc. applies to almost any industry. However, medical device requirements management has to include some extraordinarily important things that some other industries can get by without. Compliance, risk management, and traceability are central to medical device development.

Testing Golang with httptest

Go, often referred to as Golang, is a popular programming language built by Google. Its design and structure help you write efficient, reliable, and high-performing programs. Often used for web servers and rest APIs, Go offers the same performance as other low-level languages like C++ while also making sure the language itself is easy to understand with a good development experience.

[Webinar] How To Reduce Selenium Scripts Maintenance by up to 90%

Selenium script maintenance can be a nightmare. Even a minor UI change can flood QA teams with endless repetitive work, yet while leaving broken locators and web loading issues are still undetected. In this webinar, Katalon experts will show how you can use Artificial Intelligence and Machine Learning to reduce Selenium script maintenance by up to 90%.

Hands-On Test Automation: Using Selenium With Python

You just finished creating your web application and want to clean it from any possible bugs, imperfections, and performance issues. But you feel a bit overwhelmed with the choice of testing tools and frameworks and the articles singing their praises. In this article, we will explore using Selenium with Python for test automation.

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.