Systems | Development | Analytics | API | Testing

Testing

CSS Selectors And XPath Locators In Selenium Test Automation Scripts

One of the most important aspects of automated web application testing is having a good grasp of using locators. Locators allow retrieving DOM elements from the web page. Interacting with web elements during automated tests allows to create end-to-end tests that simulate real users behavior. In this blog post, we will talk about two types of locators – CSS selectors and XPath.

Moving At DevOps Speed With In Sprint Automation

From the traditional Waterfall model to more iterative approaches like Agile and DevOps, software testing is constantly evolving. And while teams have worked their way to deliver quality at speed, there seems to be something holding them back. Read on to learn about in-sprint automation and why it’s the key to moving at DevOps speed.

Six testing insights to optimize your 2022 QA strategy

Modern QA strategies go beyond bug hunting best practices and have become in-depth philosophical, methodological cultures precisely crafted to an individual business’s goals. For brands that want high-quality digital products, QA is a critical tool in all parts of the dev cycle and the CI/CD pipeline. As a new year promises new challenges, products, and shifting consumer demands, technicality, functionality, and thorough QA will be critical to business success.

What to gift your software tester friend if you are the secret Santa?

No matter how old we are, we still love gifts!! When Christmas is around the corner, we can only think of secret Santa and the gifts he brings along. And a thought arises: what would you give your software tester friend as a gift, if you were the secret Santa. Or maybe if you are a tester, you can buy a gift for yourself on Christmas and be your own Santa. Excited? Let’s find out some interesting gifts which can be gifted to a tester, and they will adore you for that.

Automated Functional Testing 101: How & When to Start

Manually testing an application is time-consuming, costly, and difficult to scale as your application grows: as you add more features to your application, you have to add more functional tests. And getting those additional tests done usually means adding headcount. Automated functional testing can speed up the testing process, provide more consistent results, and give one person the ability to manage the testing workload of five or more manual testers.

Applause vs Rainforest QA vs Testlio vs Test IO: Crowdtesting Guide

If you're looking to scale up your manual software testing without hiring a whole team of in-house testers, there are several outsourced software testing services that use crowd testers to provide affordable results. Many of these providers look similar on the surface—most offer exploratory testing, some version of scripted testing, and claim to integrate into your team's workflow.

8 Common Causes of Flaky Tests in Elixir

Flaky tests are like meme stocks — many people have them, but no one knows what to do with them. Today, we will change that by diving into some common causes and, more importantly, solutions for flickering tests in Elixir. Elixir has many great primitives that let us run tests asynchronously, including immutable data, lightweight processes, and the Ecto SQL sandbox. Running tests asynchronously can greatly speed up your test suite, but can also increase the chance of flaky tests.