How to measure upload speed of web application upload form
TL;DR In this post I will explain how we measure speed of upload feature in web application using curl tool. One of web application feature is to upload a set…
TL;DR In this post I will explain how we measure speed of upload feature in web application using curl tool. One of web application feature is to upload a set…
learn testing, testing tool, Uncategorized
TL;DR This post is about simple bash shell scripts that finds all files that use particular method. In my previous post: Product moving parts as source for test strategy, I…
issues from the void, learn testing
TL;DR This post is about Outlook broken business feature, carbon copy recipients. In e-mail, the abbreviation CC indicates those who are to receive a copy of a message addressed primarily…
cucumber, headless, learn testing, page object gem, ruby, selenium-webdriver, testing tool, UI regression
TL;DR After series of posts about How to kill UI regression testing, maybe you got impression that I am against UI browser automation test scripts. In this post, I will…
TL;DR In this post I will provide an example how we should be very careful during the root cause analysis. Because sometimes you need to dig deeper to find the root….
learn testing, testing tool, UI regression
TL;DR Continuous integration (CI) is last element that successfully kills your UI regression testing. In this post I will explain how CI system should fit in software development process. There…
TL;DR In this post I will explain the issue that can happen during the importing django fixture files into testing database. Django fixture files enable developer to prepare testing data. We…
TL;DR This is third part in series how to kill UI regression testing. It is about git source control system and its web application part, github, bitbucket or gitlab. I have…
TL;DR This is second post about idea how to kill UI regression testing. In first post I described symptoms for UI regression testing that I would like to kill. I…
TL;DR In this short blog post I will share with you a tool that could help you in checking font size on a web page. I had to check application change…