Ghostwriter
A blog about QA and testing from the Ghost Inspector team. Subscribe to stay up to date with our latest posts!

The 7 Best QA Tools for Software Testing [2025 Update]
Consider the following: You go to the Apple Store to pick up the latest iPhone. You get home and turn it on, only to find

Reduce Technical Debt Fast with Automated Web Testing
When it comes to developing and building websites and web applications, a certain amount of technical debt is expected. In fact, some even argue that

How to use Selenium IDE with Ghost Inspector: A Tutorial
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

What is Smoke Testing? Meaning, Uses, and Tools
Every QA tester knows: time is money. When something breaks down on your website or web application, it can cause major issues for users within

9 Types of Software Testing that QA Testers Should Know
Quality Assurance testers play an important role in verifying that company software maintains its functionality and reliability. Because the world of software testing is an

What Is Automation Testing, and How Does It Fit into a QA Workflow?
If you work in Quality Assurance testing, you know that automated browser testing saves every tester from hours upon hours of manual test work. But

User Acceptance Testing (UAT) 101: A Guide for QA Testers
You’re testing a user registration page on a website to ensure that new users are able to set up their account easily. You build a

Guide to XPath Selectors +Free CSS to XPath Conversion Sheet
Here’s a scenario: You’re a QA tester building automated tests for a new online email app. One test case requires you to confirm that the

Continuous Integration for WordPress: Testing and Deployment
While continuous integration is a common practice for most software development teams, the stateful nature of WordPress makes it more challenging to set up. For