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…
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….
TL;DR In this short post I will provide code example for undocumented page-object gem feature, how to get value of page object page_url attribute in page object instance. If you do…
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…
TL;DR In this post I will explain how I applied knowledge gained in BBST Test Design course in order to quickly resolve Netflix issue on my Sony BDP-S4500 Blu-ray player….
TL;DR In this post I am presenting web tool that creates counterstrings. Counterstrings are created by James Bach. They are self describing test data and because of that property, they are example of…
TL;DR In order to automate one browser scenario, I needed to send ampersand character. It seems that this is not an easy action in selenium webdriver. So, instead testing the web…
TL;DR In this post I will provide an example why Ruby on Rails is great framework that has testability in its core design. Time is a measure in which events can…
TL;DR In this post I will give step by step instructions for setting up Jenkins on AMI Linux host. Jenkins will run selenium webdriver tests on Firefox in headless mode. Install…