Tag: automationTesting

UI Test automation framework racing

UI Test automation framework racing

Hey there 👋🏻 It would be a bit repetitive if I started the post by saying that technology advances fast and we must keep studying 📚. So instead of motivating everyone to keep informed let’s talk about it as a run 🏃‍♀️. There is the site http://star-history.com that allows the comparison of the history of…

Read More Read More

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 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