poniedziałek, 30 maja 2016

Selenium WebDriver test template

Hello Everyone,

Couple of news from my site. First of all sorry for the lack of content, but recently I was busy with my post graduate studies, exams and preparation for my wedding. I have just uploaded a sample project that you can use for Selenium WebDriver automation testing.

Link: https://github.com/MSpiechowicz/Examples/tree/master/SeleniumBasics

You can find there some TODO comments. Try to add there some code or modify project content. Learn, play and have some fun! At the nearest future I want to add there some unit tests, so we can cover at least 70% of our code.

That is all for now.

See you around!
Maciej

środa, 27 stycznia 2016

Biology Driven Testing

Hello Everyone!

It has been a while since my last post but today I would like to share with you my vision about the future of automation testing.

Introduction

My experience of over 8 years prompts me so that whole conception of automation testing needs to be changed in order to be able to adapt to constantly growing user requirements and the speed of project development.

ISTQB definition of automation testing says that they are not finding any incidents at all. This can be true if we are looking from the perspective of a static code that is doing only limited amount of operations. For me a word "automation" is equal to "do something for me but you can use my all of my current experience". I wonder if you are slowly getting what I am trying to tell you :).