Export Git Contributions to GitHub Importing your contributions from other platforms or private git to Github. Posted by PeCoBe on 2024-03-17 ·
Automation Lab 2 | NGINX & Cypress Second post in the series to deploy an Automation Virtual Lab. Here we will create a container for our web server and our automation server, using NGINX and Cypress. Posted by PeCoBe on 2023-02-23 ·
Automation Lab 1 | Docker First post in the serie to deploy an Automation Virtual Lab. Posted by PeCoBe on 2023-02-18 ·
E2E Testing with Cypress: Introduction In this tutorial, we'll take you through the steps to install Cypress on a Windows machine and create your first E2E test. Posted by PeCoBe on 2023-02-06 ·
QA Introduction - Presentation Learn about QA testing, a crucial step in the software development process to ensure high quality and error-free products. Posted by PeCoBe on 2023-02-04 ·
Performance Testing 101 - Introduction Performance testing is an important aspect of software development and is used to ensure that a product or system works as expected and meets the performance requirements of its users. Posted by PeCoBe on 2023-01-21 ·
Introduction to Selenium with JavaScript What is Selenium, and how to use it for testing our Node.js web apps. Posted by PeCoBe on 2022-10-17 ·
QA Notes | Mocha Chai Learn the basics of Chai, a BDD/TDD assertion library for node. Posted by PeCoBe on 2022-10-16 ·
QA Notes | Mocha How to start working with Mocha. Basic introduction. Posted by PeCoBe on 2022-10-16 ·
QA Notes | The Ultimate Guide Notes for QA, from the basics, including Testing Fundamentals, all the way to Automation and SDET activities. Posted by PeCoBe on 2022-10-15 ·
Tips to answer common interview questions I have had many interviews during the last year, and thought of creating a small guide, tips to help you go thru that process. I will explain some very common interview questions, and some tips and examples on how to answer them. Posted by PeCoBe on 2022-10-11 ·
Deploying a Static Web Site using AWS In this post I'll explain how I managed to set up my static web site using AWS. Posted by PeCoBe on 2021-03-15 ·