Stop That Huge Jenkins Log

Stop That Huge Jenkins Log

When you have big Jenkins log, the recommended approach is to go through it and fix exceptions causes. Unfortunately sometimes the speed of increasing the log size is so fast, that you need a temporary solution to stop that hard disk eating monster. Recently we experienced a huge Jenkins master log on Ubuntu. In one …

Read More Read More

Super Essential Ubuntu Terminal Commands

Super Essential Ubuntu Terminal Commands

Recently I started setting up Jenkins server in Ubuntu 16.04.3 machine. Check out this article if you are interested in the Ubuntu Jenkins master setup. I will start with the Ubuntu terminal commands that I found super essential. Folders and files manipulation man Display help for any command. Example: man ls lsLists current folder contents. …

Read More Read More

Easy XPath Expressions

Easy XPath Expressions

XPath is a language that helps you navigate through XML (eXtensible Markup Language) documents. Website pages contain HTML, which is an XML like language. For automation purposes such as locating HTML elements you can use XPath. Many colleagues prefer to use id and this is quite OK as long as the id is present for the wanted …

Read More Read More

ISTA 2017 Highlights Day Two

ISTA 2017 Highlights Day Two

I was pleased to attend ISTA conference 2017 in Sofia, the capital of Bulgaria. My previous article was about the presentations in the first ISTA day, this article will be for the lectures that I attended in the second conference day. Are You Managing? Steve Odart presentation was about management and the balance that should …

Read More Read More

ISTA 2017 Highlights Day One

ISTA 2017 Highlights Day One

I was pleased to attend ISTA conference 2017 in Sofia, the capital of Bulgaria. The conference goal is to present innovations in software technologies and automation. In this article I will write my personal opinion about the lectures. There have been 3 tracks with lectures that run simultaneously, so I choose the most interesting from …

Read More Read More

Awesome Online Resources for Software Testing

Awesome Online Resources for Software Testing

I spend my working time testing web applications (web sites). If you do the same, you may find useful the online resources for software testing in this article. You can also check out my article for great browser extensions. Virtual Machines I sometimes need a virtual machine for reproducing a specific bug. Microsoft offers ready to …

Read More Read More

Software Testing Types Starting Points

Software Testing Types Starting Points

Which testing type will you start with? In this article I will explain the most common testing types for web applications with simple words. I will not use ISTQB or other certification authority glossary. I will give tool examples and starting points for more information. Security is a top priority. If you are given entire …

Read More Read More