Quality, Automation and AI

Chatbots and Virtual Assistants

Chatbots and Virtual Assistants for Test Automation

It's 2024 and AI is now a normal part of our lives, and especially of our work as testers. And…
AI
Component Testing

Component Testing

I’ve been doing automation since 2012. This is the era where the CI ecosystem became more approachable for companies which…
Uncategorized

Start building AI-powered, self-healing, end-to-end tests

  • Record and configure tests fast
  • Minimize test maintenance
  • Scale your team and projects
Guide to Mockito Spy

Mockito Spy: A Guide to When and How to Use It

Mockito is a popular open-source mocking library for Java, and as such, it's useful for those wanting to unit test…
Uncategorized
Selendroid for End-to-End

An Introduction to Selendroid For End-to-End Testing

What Is Selendroid? Selendroid, in short, is Selenium, but for Android. It’s a test automation framework powered by the Selenium…
Selenium
Testing Best Practices You Must Implement

Testing Best Practices You Must Implement

We all know the importance of software testing, but the benefits it brings to the project are proportional to how…
Best Practices
Regression Testing Vs. Functional Testing: How They Differ

Regression Testing Vs. Functional Testing: How They Differ

In software development, a regression is any change to a system after performing the last test. There are many causes…
QA