General
Stabilize Automation with Selenium Webdriver Waits in Python
This tutorial is driving you to the concept of Selenium Webdriver waits (Implicit and Explicit Waits) and how to apply…
Django

Deploy Django in Sub-Directory behind uWSGI and NGINX on CentOS 7
It took me awhile to deploy Django in sub-directory. Actually, I move it from sub-domain to sub-directory. I hope this…
General

How Can Artificial Intelligence be Applied in Automation Testing of Web Apps?
There are several interesting web app automation scenarios that we can improve using Artificial Intelligence (AI): Increase test execution stability…
General

How to Choose the Best Testing Tool for Automated Testing
I’ve noticed that the process of choosing the best automation testing tool for a project is not always clear. So…
Web Server

Web Server (VPS) Optimization Checklist for WordPress
I have been using VPS as web server since 2005 to host my sites. Before that, I switched among shared…
General

Keeping an active desktop session
Credit: this post heavily uses/reuses the content from Arnon Axelrod’s post. For some reasons, I couldn’t leave him a comment…