Month: January 2022

Aquabot Test Project – Part 5

Aquabot Test Project – Part 5

Hi guys. Now that we already have some working tests, we need to ask ourselves: Do we need to have all the tests automated to put our project on the server? And the answer is: NO! Usually, when working on a team and/or an agile environment, we work with a project that has a continuous…

Read More Read More

Aquabot Test Project – Part 4

Aquabot Test Project – Part 4

Hi guys! In the last post, we automated Test Cases 03 and 04 of our test case list written in Part 2. Now we will go back to Test Cases 01 and 02. But first I will introduce one new concept. DOM Modifications DOM is the Document Object Model of the page. The HTML DOM…

Read More Read More

Aquabot Test Project – Part 3

Aquabot Test Project – Part 3

Hi guys! Now we will start the automation project in cypress \o/. A little intro Cypress is a front-end testing tool built for the modern web. It enables you to write E2E tests, Integration tests, and Unit tests. You can also make API calls in your UI testing project or create your API automation project.…

Read More Read More

Aquabot Test Project – Part 2

Aquabot Test Project – Part 2

Hi guys. In our first post I explained my project purpose and I wrote a very simple Test Plan for the Aquabot testing site. Now we will analyse the site home page to write our first test cases. Luckily we have a clean home page, so we can start slowly 😛 The first component we…

Read More Read More

Aquabot Test Project – Part 1

Aquabot Test Project – Part 1

Hi Guys, I started this blog to update weekly and ended never updating at all 🙁 Now I will start a personal project that is going though all the testing process of a site, starting writing the test scenarios then going to the automation project(s). The test subject I choose the Aquabot Testing Playground as…

Read More Read More