Skip to content

QA

How to Debug in WordPress

  • QA

When things go wrong, it’s usually due to PHP or JavaScript issues, or a clash between your site’s theme and plugins. Furthermore, there could be caching issues preventing your site from displaying as expected or a function not working properly. Follow the steps below to troubleshoot the problem on the… Read More »How to Debug in WordPress

[QA] How to Write a Bug Report

  • QA

A bug report will include the following parts: Clear title: Highlight what’s wrong and related functions or features. Steps to reproduce the issue: Make it as detail as possible and attach images or videos if necessary. A picture is worth a thousand words. Actual result Expected result: It’s better if… Read More »[QA] How to Write a Bug Report