Systems | Development | Analytics | API | Testing

Testing

Sauce Visual Demo

Front-end software developers often own small pieces of the User Interface, and are frequently challenged by changes introduced elsewhere in the project. A slight change somewhere on one web page can cause a shift or misalignment elsewhere. With so many teams working together, it’s important to get fast feedback about changes to the layout or appearance of an app. Here's how Sauce Labs can do just that.

Build your own JMeter Docker Image and execute your Performance Test

If you'd like to run load tests in a simple way, and possibly share them, while benefiting from a simplified configuration, with a focus on writing your test plan, and its test typology, this article is for you! Docker offers virtualization services that simplify the replication of working environments. Furthermore, each virtualized service is isolated from unrelated services on other containers or the host machine, ensuring portability across host machines and the network.

Postman Collection to JMeter

In this blog post we are going to look at how we take a postman request or collection and translate these into JMeter tests. When web services are being build it is common for Postman to be used to test the endpoints. This is done by: the list goes on. What naturally happens during programmes where web services are part of the design is that postman requests and collections are built and grow to support all manner of requirements.

Quality becomes a team effort with Xray Exploratory App 3

Is exploratory testing a solo practice? Is only the QA team responsible for quality? Are the great insights of an exploratory session shared with the team? We’ve been asking ourselves and our users these questions and we’re happy to launch version 3 of the Xray Exploratory App, designed to establish the foundations of collaboration in exploratory testing.

Ensuring Trust in Augmented Reality: Addressing the Cybersecurity Conundrum

As Augmented Reality (AR) becomes more prevalent, imagine entering a world where digital overlays seamlessly blend with your physical surroundings, enriching your reality with interactive information and immersive experiences. This is the promise of AR, a groundbreaking technology reshaping how we interact with the digital world.

Choosing The Perfect Message Queue: Factors To Consider

Not long ago, I was handed a problem that’s no stranger to the world of programming: making asynchronous threads communicate effectively within the same process. Given the widespread nature of this issue, I expected to find an existing solution to resolve it. My search led me to the concept of message queue, which seemed promising for streamlining this communication challenge.