Alternative flow in my neighborhood store
TL;DR In this post I will explain how I tested alternative business flow in my neighborhood store. No computers, no automation, just human interaction. Few months ago, my local store put…
TL;DR In this post I will explain how I tested alternative business flow in my neighborhood store. No computers, no automation, just human interaction. Few months ago, my local store put…
learn testing, Ruby on Rails, test design
In this post I will explain how I identify product moving parts (what changed in product) as a source for test strategy of product release. Tools that I am using are Github…
cucumber, learn testing, page object gem, ruby, Uncategorized
TL;DR In this post I will explain how to handle cucumber tables in the “Do not repeat yourself [source]” principle. Data Tables are handy for passing a list of values…
TL;DR My first contact with software testing was in factory and control schools of software testing. At that time I did not know that fact. In this post I will explain…
cucumber, docker, headless, learn testing, selenium-webdriver
TL;DR These days, updating software that we use is very easy. Installation scripts are automated and tested. In this post I will describe the issue caused with docker upgrade and…
learn testing, ruby, selenium-webdriver, testing tool, watir-webdriver
TL;DR In this post I will explain how I implemented check that youtube video contains specific language subtitle. As part of application acceptance test, I needed to implement UI check…
javascipt, learn testing, selenium, watir-webdriver
TL;DR Ember and Angular are examples of powerful web frameworks written in Javascript. Today, many modern websites are moving from traditional server side templates page generation and adapt those frameworks. How that affects…
TL;DR In this post I will present challenges that tester should take into account when he needs to test CRUD functionality. Approach is black box testing and we will use only…
learn testing, OWASP, security, security testing, testing tool, Uncategorized
TL;DR In this post I will provide an example how to set the scope of system regression test in order to achieve coverage of features that need to be tested….
learn testing, selenium-webdriver, testing tool
TL;DR In this post I will explain how to examine dynamic html elements in order to be able to automate web page that contains such an element. Many of modern web…