Systems | Development | Analytics | API | Testing

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

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.

How to Start Automation Testing from Scratch without Code

Automated software tests are much cheaper to execute, take less time to run, and are less susceptible to human error than manual testing. That’s why most software companies eventually build an automated test suite. There are many things to consider when first getting started with automated testing, but arguably the most important is choosing the right tool.

5 best practices to un-bottleneck your Salesforce testing and update process

As the largest cloud-based CRM provider, Salesforce comes with comprehensive out-of-the-box usability while also accommodating high levels of customization, integration, and flexibility for their 150,000 strong customer base. In fact, the Salesforce ecosystem is 5 times larger than the platform itself and includes an extensive partner network and an app marketplace with 4,000 apps.