Systems | Development | Analytics | API | Testing

July 2023

How Ghost Inspector 'Transformed' StellarWP's QA Processes [Case Study]

In today’s fast-paced digital landscape, delivering reliable software products is crucial for businesses to maintain customer satisfaction and trust. This is especially true for WordPress brands like GiveWP, a prominent donation platform, and StellarWP, a collective of WordPress-related products. For Ben Meredith and his team, ensuring quality assurance became a challenging task. Enter Ghost Inspector!

The Fool-Proof Guide to Retesting vs Regression Testing

Because retesting and regression testing have many similarities, it’s easy to get them mixed up. Both are software testing methods used to maintain the usability of a website or web app, and both involve testing your software repeatedly. Thankfully, there are some key differences between the two that are easy to remember when learning how to distinguish one from the other. Read on for a simple breakdown of retesting vs regression testing, so you never end up confusing them again.

How to use Selenium IDE with Ghost Inspector

Selenium IDE is a popular open-source tool for recording and running automated browser tests. You can use it to interact with a browser the way a human would, doing things like navigating to URLs, filling in forms, and clicking on links and buttons. You can also use “assertions” to verify things are working as expected, like checking that elements are present, text is present, inputs contain certain values, et cetera.