IT Array
The first step to the computer engineering starts here
Automation testing: Selenium + Cucumber – Lesson 5 (Base verifications)
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 create...
Automation testing: Selenium + Cucumber – Lesson 4 (Page Object)
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 better...
Automation testing: Selenium + Cucumber – Lesson 3 (First Selenium test)
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...
Automation testing: Selenium + Cucumber – Lesson 2 (Advanced usage of Cucumber)
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 do...
Automation testing: Selenium + Cucumber – Lesson 1 (First Maven project and Cucumber scenario)
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....
Automotion – final realease
Hello, I'm very glad to announce that Automotion library is finally released to the central Maven repository http://search.maven.org/#search|ga|1|automotion Simply add it to the project as a maven dependency: <dependency>...
