Cleanup order in selenium headless test
TL;DR In this post I describe on real example how to use important question for every software tester: “Did I do it in proper order?” For one client I created…
TL;DR In this post I describe on real example how to use important question for every software tester: “Did I do it in proper order?” For one client I created…
Speak Up Meeting, testival, Uncategorized, Zagreb STC
TL;DR This post is about why we moved from Software Testing Club to Testival meetup group. Main theme of meetup was browser automation. First of all, I would like to thank…
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…