Systems | Development | Analytics | API | Testing

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

5 Favorite Web Apps To Practice Test Automation

We recently talked with one of our clients and asked him about some recommendations to get introduced in practicing Test Automation. He advised us that he always requires an acceptable application under test whenever he needs to undertake some test automation-related exercise or proof of concept. There are a hundred various sample apps available, and it might be difficult to find a nice app while not wasting too much time on it.
Sponsored Post

How to Test Microservices in Kubernetes

In this article, you will learn about some of the tools to test microservices running in a Kubernetes cluster. In particular, we will compare the Speedscale CLI tool with other tools and the main benefits of using Speedscale CLI. In the last few years, software companies have been shifting from building monolith applications to utilizing smaller microservices. In a microservices architecture, you operate with decentralized applications. This means that there's a separation in which each service is responsible for a specific component of your application.

Testing Enterprise SaaS Applications

Companies acquire enterprise SaaS applications (such as Microsoft Dynamics, Salesforce, ServiceNow or Workday) to accelerate business capabilities. However, the complexity increases as businesses begin to customise and integrate solutions to suit their business requirements. So, the cost of overlooking testing the application can be catastrophic in the form of monetary and reputational damage.

Bad Press, Litigation and Exclusion: Why Inclusive Design Must Be Accessible

Around the beginning of the year, I was asked my thoughts on overarching trends in DevOps for 2022. Some of the things I mentioned include AI, the shift-left/shift-right in test, more scrutiny in security, and the evolving need for simultaneous quality and speed you have likely read about on our blog and other publications that cover the DevOps space. However, the trend I mentioned that I have seen the most momentum behind as of late has been the need for accessibility.

Continuous Performance Testing in CI Pipelines: CircleCI

With over 50,000 active organizations and 250 million workflows, CircleCI is one of the most popular networked CI platforms. When getting started with CI pipelines, teams typically want to ensure that code will compile, pass unit tests, and build a container image. After catching these low hanging fruit of syntax errors, engineering teams need to dig much further to find business logic and scalability errors.

Local Tests With Selenium And Python Browser Automation

There are various reasons for running Python browser automation tests locally, the most common one for us is saving time. Loadero test runs usually take no more than 5 minutes to initialize and start execution but can reach up to 10 minutes or more depending on how busy is the test run queue. To increase the speed of development, it’s often quicker to create the test script on your local machine and then run tests on Loadero.