testRigor Blog

Weekly QA Testing Knowledge

How to Write XPath: Your Pocket Guide

Most web automation tools require you to specify locators for any web elements you’re referring to. There are different types of locators such as id, name, linkText, className, CSS selector, tagName, partialLinkText, and XPath. Initially, id or class name were the ones most commonly used for automation, but with new programming languages, e.g.: Angular, React …

Your RegEx Cheat Sheet

Regular expressions, or Regexes, are a special kind of text string used to describe patterns in text. They’re extremely ...

What is Smoke Testing in Software QA?

When it comes to testing, the first step is identifying an approach. There are many software testing strategies, such as sanity ...
1 56 57 58 77