by ITArray | Oct 23, 2016 | Automation, cucumber, lessons, QA, Selenium, Testing, tutorials
Hello friends! Welcome to lesson #6! In the previous lesson You learned how to develop simple verification methods, how to decorate them correctly to receive pretty results in case of failures. Today we will review very interesting and very useful topic regarding...
by ITArray | Oct 22, 2016 | Automation, cucumber, Development, lessons, QA, Selenium, Testing, tutorials
Hello dear friends! Welcome to lesson #5! Today we will review one of the most important part of automation framework – verifications. Obviously that if our tests verify nothing – they are useless. So, this lesson will give You an understanding of how to...
by ITArray | Oct 18, 2016 | Automation, cucumber, lessons, QA, Selenium, Testing, tutorials
Hello friends! Welcome to lesson 4! Today we will have a short lesson and I’m gonna show You one of the ways of how to use Page Object (simple example) with Automotion. There are many different approaches in usage of Page Object and it is hard to say what is...
by ITArray | Oct 16, 2016 | Automation, bdd, cucumber, lessons, QA, Selenium, Testing
Hello friends! Welcome to lesson 3! Today we will review how to use Cucumber and Selenium wrapped in Automotion library. You will understand that to automate Your project is super easy. Automotion is powerful Java library for automation testing that allows us easy...
by ITArray | Oct 16, 2016 | Automation, bdd, lessons, QA, Selenium, Testing
Hello guys! Welcome to lesson 2! It’s a very short lesson. Today we will review how to use tables inside of Cucumber scenarios and what are tags and how to use them. Please, do not skip first lessons to avoid any misunderstanding in the future. So, what we gonna...
by ITArray | Oct 16, 2016 | Automation, cucumber, lessons, QA, tutorials
Hello friends! It’s a first lesson from the tutorial of how to create new project for automation testing based on Selenium, Automotion and Cucumber. Preparation of environment Before starting creation of a new project You need: 1. Download and install IDEA IntelliJ....