This repository contains my solutions to assignments, quizzes, and projects from the Software Quality Bootcamp. It showcases various testing techniques and tools I learned throughout the program, covering web, API, mobile, and performance testing.
- Understand fundamental JavaScript concepts for basic programming.
- Develop end-to-end tests with Cypress and explore BDD (Behavior-Driven Development).
- Perform API testing using Cypress and Postman.
- Conduct mobile testing with Katalon Studio using record and spy methods.
- Master SQL fundamentals with syntax and join operations.
- Explore performance testing with JMeter, learning about its elements and GUI features.
-
JavaScript Basics
Contains fundamental JavaScript topics, including syntax, variables, data types, functions, objects, and conditional statements. -
Cypress
Step-by-step guide on creating a Cypress project, with several automation test cases for different websites, including BDD examples. -
API Testing
API testing solutions using Cypress and Postman to validate API functionality. -
Mobile Testing with Katalon
Mobile app testing using a simulator, leveraging record and spy methods to build test cases. -
SQL Fundamentals
SQL basics, including syntax and join operations. -
Performance Testing with JMeter
Introduction to JMeter, exploring its elements and user interface for performance testing.
-
Clone the repository : git clone https://github.com/natashacallula/Eduwork-Code.git
cd Eduwork-Code
-
Browse through the folders to explore different topics and solutions.
- Cypress: Web and API automation testing
- Spreadsheet: Documentation and reporting
- Postman: API testing and validation
- Katalon Studio: Mobile testing
- JMeter: Performance testing
- Visual Studio Code: Code editor
- Android Studio: Emulator for mobile testing and debugging
The following demo videos showcase various automation testing tasks and practical implementations I developed during the bootcamp, highlighting key concepts such as web automation, API testing, mobile testing, and BDD.