Systems | Development | Analytics | API | Testing

Testing

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

Building a Mock Server from User Traffic in Kubernetes

A mock server can prove useful in many circumstances. Imagine you’re an engineer working on optimizing a feature inside of an existing API that relies on multiple other microservices to function properly. To fully test the optimizations, you’ll have to set up test versions of all the dependencies, which quickly proves to be quite a task in and of itself. This is where a mocks—a server that simulates the behavior of a real server—can be very beneficial.

Tricentis Testim Mobile: Introducing low-code mobile testing for Agile development teams

We love our mobile phones. We take pictures, text friends, and sometimes even use them to make a phone call. For many of us, a mobile phone is about the apps. Apps help us stay connected, inform us, and make our work easier. Yet according to one study, users uninstall 49% of apps within the first 30 days of installation. Why? There are many reasons, including the app being too spammy, taking up too much storage space, or the user just didn’t need it anymore.

Use JMeter to create a website crawler

The idea behind this blog post originated when we updated our documentation after the release of our new UI. With more than 250 blog posts at the time I’m writing this one, you can see how this could prove challenging. And of course the twist is that we also took this opportunity to reorganize the documentation so it’s not as simple as a search and replace of the domain..

Creating responsible digital accessibility

“Are we WCAG compliant?” “When did we last conduct an audit?” “Who is responsible for accessibility?” If any of these sound familiar, then it’s very likely that you’re not delivering responsible accessibility. Over the past decade, a transformational culture shift has empowered us to take a closer look at social justice, inclusivity, and how to right the wrongs of the past.

How to Setup and Configure Selenium WebDriver with Eclipse

Selenium is an open-source automation testing framework used to automate web browsers. It supports multiple programming languages such as Java, C#, Python, and Ruby. Selenium allows testers to write test scripts that can automate the process of testing web applications, including filling out forms, clicking buttons, and navigating between pages. Selenium WebDriver is a component of the Selenium suite that allows users to control a web browser through a program.

What is System setProperty in Selenium? How does it work?

Testing is an essential process of software development. There are many things that can go wrong if you do not test a software application. Therefore, double check on the developed software is a good practice to ensure it meets the quality demands. As you are aware, today’s IT world depends on the Automation Testing of an application. Why? It’s just because of the features, frameworks, performance, and quality test results.

How DevOps, Xray and Jira Snapshots can get your team into an optimal release cycle

We see a lot of teams working with automated testing, and many feel the need to take the next step in order to optimize and excel in their product release cycle. Prior to implementing DevOps, companies can experience a stall in releases and only make new ones every 6 months. This means that development efforts are not bringing value to users quickly enough. For companies that work in regulated industries, it’s also critical that they set up reporting and traceability into their DevOps pipeline.