Application variability tour in action
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…
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…
Ruby on Rails, security, security testing, Uncategorized
TL;DR In this post I will explain what should be checked after Ruby on Rails minor version upgrade. Minor version upgrades are usually connected with security releases. As I am subscribed to Ruby…
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….
page object gem, ruby, testing tool
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…
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…