

Inseguro de dónde
empezar?
Track
Certificado
Conviértete en un Ingeniero de QA
4.7+
★★★★★
★★★★★
715 reseñas
Beginner
Inicia tu viaje en Aseguramiento de Calidad con habilidades esenciales en pruebas manuales y automatizadas. Aprende los fundamentos de QA en desarrollo web, domina HTML y JavaScript, explora estructuras de datos y recibe una introducción a las pruebas automatizadas para construir una base sólida para una carrera en QA.
JavaScript
HTML/CSS
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Learn the fundamentals of manual testing and QA in web development, ensuring software quality and reliability
- Master the essentials of HTML to understand web structure and improve your ability to test web applications effectively
- Get introduced to JavaScript, learning the basics of programming and how it interacts with web pages
- Explore JavaScript data structures, enhancing your ability to handle and manipulate data efficiently
- Dive into QA automation testing, gaining hands-on experience in writing automated test scripts for web applications
- 173 chapters
- 19 hours
- 239 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / Introduction to Manual Testing & QA in Web Development
In this section, the user will get acquainted with the concepts of Software Testing & Quality Assurance. The importance of Software Testing & QA will be explained along with the different types of Software Testing, and some tips on when to use certain types of testing.
If you want to better understand Black Box and Gray Box Testing then this course is suitable for you.
In this section, we will look at Software Testing in a practical manner. This section is primarily focused on learning how to formally write test cases in textual form, and how to use a Test Management Application to create and execute test cases.
In this section, we will be learning about different types of testing that fall under the category of Functional Testing. We will learn how to perform those tests using a Test Management Application which we explored in the last section.
In this chapter, we will cover all the important types of software testing that fall under the category of Non-Functional Testing. Although most of the non-functional testing is Whitebox, we will still try to cover each type as much as relevant in this course.
Module 2 / HTML Definitivo
Explore el funcionamiento interno de la web. Aprenda cómo viajan los datos a través de las redes, descubra el papel de los protocolos y desentrañe los misterios de las direcciones IP y los nombres de dominio. Adquirir una comprensión de alto nivel de cómo los navegadores web y servidores se comunican para entregar contenido web.
Descubra el poder de las tags para estructurar contenidos, desde títulos y párrafos hasta listas y tablas. Aprende a mejorar los elementos con atributos.
- TagsVista previa
- AtributosVista previa
- Tags Emparejadas y SimplesVista previa
- Marcado de TextoVista previa
- Desafío 1: Marcado de TextoVista previa
- Desafío 2: Marcado de TextoVista previa
- Desafío 3: Marcado de TextoVista previa
- Marcado de Texto con Propósito EspecialVista previa
- Desafío: Marcado de Texto con Propósito EspecialVista previa
- ValidaciónVista previa
El núcleo de la estructura de los documentos HTML. Conozca los componentes de un documento HTML, incluyendo la declaración doctype, head y body. Entender el propósito de cada elemento y cómo contribuyen a la estructura general de una página web.
Hacer más atractiva una página web con la ayuda de medios como imágenes, audio y vídeo. Trabajar con datos tabulares estructurados en forma de tablas.
Explore la versatilidad de los formularios HTML. Aprenda a diseñar formularios intuitivos y fáciles de usar aprovechando conceptos y técnicas clave. Descubra cómo los formularios permiten la interacción del usuario y el envío de datos en los sitios web.
- Poder de los Formularios: Interactuar y ComprometerVista previa
- Base de Creación de FormulariosVista previa
- Label para el Elemento de InputVista previa
- Input AtributosVista previa
- Input TiposVista previa
- Desafío: Input y LabelVista previa
- Elemento TextareaVista previa
- Elemento SelectVista previa
- Elemento DatalistVista previa
- Elementos del Formulario de GrupoVista previa
Module 3 / Introduction to JavaScript
Discover the fundamentals of JavaScript, including its purpose and syntax. Learn how to work with the console for output and use comments to organize and document your code. These foundational skills will prepare you for a deeper exploration of JavaScript's capabilities.
Explore the building blocks of JavaScript by distinguishing between literals and variables. Understand the core data types, including `null` and arrays, and learn how to manipulate them using array methods.
- Understanding Variables in JavaScriptVista previa
- Challenge: Define the VariableVista previa
- Using const for ConstantsVista previa
- Exploring JavaScript Data TypesVista previa
- Working with null in JavaScriptVista previa
- Introduction to ArraysVista previa
- Array Methods and ManipulationVista previa
- Challenge: Perform Array OperationsVista previa
Learn how to manipulate JavaScript's data types through essential operations. Master assignment, mathematical operations, incrementing and decrementing, comparisons, logical operations, and string concatenation.
- Understanding Assignment OperatorsVista previa
- Mathematical Operations in JavaScriptVista previa
- Assignment Operators in JavaScriptVista previa
- Increment and Decrement OperatorsVista previa
- Challenge: Variable Operations PracticeVista previa
- Comparison Operators in JavaScriptVista previa
- Logical Operators ExplainedVista previa
- Challenge: Compare Variables in JavaScriptVista previa
- Concatenating Strings in JavaScriptVista previa
- Challenge: Build Sentences with JavaScriptVista previa
Discover how to control the flow of your programs with conditional statements. Master `if`, `else`, and `else if` to instruct JavaScript on making decisions and executing code based on different conditions.
Streamline your code by mastering JavaScript's looping structures. Explore `while`, `do while`, and `for` loops, and learn how to control their behavior using `break` and `continue`. Unlock the power of loops to perform repetitive tasks efficiently.
- Understanding the while Loop in JavaScriptVista previa
- Using the do while Loop for IterationVista previa
- Challenge: Print Numbers from 5 to 9Vista previa
- Mastering the for Loop in JavaScriptVista previa
- Challenge: Console Tigers with LoopsVista previa
- Breaking Out of Loops with breakVista previa
- Skipping Iterations with continueVista previa
- Challenge: Stop and Skip in LoopsVista previa
Discover the power of functions in JavaScript. Learn how to define functions, work with arguments, and use the `return` statement to create reusable and efficient code. Mastering functions will enhance your ability to write clean and modular programs.
- What Are Functions in JavaScript?Vista previa
- Defining Functions in JavaScriptVista previa
- Challenge: Write a Function – My NameVista previa
- Using Function Arguments EffectivelyVista previa
- Returning Values from FunctionsVista previa
- Challenge: Create a Sum FunctionVista previa
- Course Summary & Next StepsVista previa
Module 4 / JavaScript Data Structures
Get a clear roadmap of what's to come, understand the prerequisites, and learn valuable tips to set you up for success as you delve into objects, arrays, and essential programming concepts.
Explore the core concepts of JavaScript objects. This section covers the fundamentals of object creation, property management, and method implementation.
- Understanding Objects in JavaScriptVista previa
- Creating Objects in JavaScriptVista previa
- Working with Nested Object PropertiesVista previa
- Challenge: Create and Structure an ObjectVista previa
- Accessing Object Properties in JavaScriptVista previa
- Challenge: Retrieve Object Property ValuesVista previa
- Managing Object PropertiesVista previa
- Challenge: Modify and Extend an ObjectVista previa
- Defining Object MethodsVista previa
- Using Properties within MethodsVista previa
- Challenge: Work with Object MethodsVista previa
- Fundamentals of JavaScript Objects Sum-UpVista previa
Dive into advanced techniques for working with JavaScript objects. This section delves into various strategies to efficiently manipulate and interact with objects.
- Iterating Over Object Properties with the for...in LoopVista previa
- Challenge: Explore Object Properties with IterationVista previa
- Using hasOwnProperty() to Check Object PropertiesVista previa
- Challenge: Object Property Iteration with hasOwnProperty()Vista previa
- Cloning and Merging Objects with the Spread OperatorVista previa
- Challenge: Combine Objects with the Spread OperatorVista previa
- Destructuring Objects for Cleaner CodeVista previa
- Challenge: Extract Data with Object DestructuringVista previa
- Advanced Object Manipulation Sum-UpVista previa
Embark on a journey into the JavaScript arrays. This section provides a strong foundation for creating arrays, managing elements, and executing basic array operations.
- Understanding JavaScript ArraysVista previa
- Challenge: Access Array ElementsVista previa
- Modifying Arrays and Accessing ElementsVista previa
- Challenge: Modify Array ElementsVista previa
- Iterating Over Arrays with the for LoopVista previa
- Challenge: Loop Through Arrays with forVista previa
- Using the for...of Loop for Array IterationVista previa
- Challenge: Efficient Array Iteration with for...ofVista previa
- Mastering JavaScript Arrays Sum-UpVista previa
Master the advanced array manipulation skills, covering various techniques and methods for handling arrays effectively in multiple scenarios.
- Transforming Arrays with the map() MethodVista previa
- Challenge: Modify Array Elements Using map()Vista previa
- Filtering Arrays with the filter() MethodVista previa
- Challenge: Select Specific Data Using filter()Vista previa
- Finding Elements in an Array with the find() MethodVista previa
- Challenge: Search for Items Using find()Vista previa
- Sorting Arrays with the sort() MethodVista previa
- Challenge: Sort and Extract Data with sort()Vista previa
- Advanced Array Methods and Transformations Sum-UpVista previa
- Course SummaryVista previa
Module 5 / Introduction to QA Automation Testing
In this section, we will get an introduction to automation testing, both conceptually and practically. The application which we will be working on throughout this course will be briefly explored in order to familiarize ourselves with the work environment, and set the momentum for the rest of the course.
In this section, we will learn what Test Automation Frameworks are, why they are necessary, and how to use them. Most programming languages have Test Automation Frameworks, however, we will be using JavaScript to learn about one of the popular JavaScript Test Automation Framework known as Jest. Most of the concepts explored in this section will be transferable to other programming languages and frameworks.
- Introduction to Test Automation FrameworksVista previa
- Setting Up & Using JestVista previa
- Writing Unit TestsVista previa
- Test Coverage ReportVista previa
- Writing Unit Tests TaskVista previa
- The `describe` BlockVista previa
- Common MatchersVista previa
- Making Test SuitesVista previa
- Pre & Post Test OperationsVista previa
In this section, we will learn how to perform more complicated tests in an automated manner, by automating the browser. This includes, automating user operations like visiting the website, inputting data into the fields and interacting with elements.
- Introduction to SeleniumVista previa
- Selenium - Starting a Browser InstanceVista previa
- Selenium - Page NavigationVista previa
- Selenium - Interacting with Web Elements IVista previa
- Selenium - Interacting with Web Elements IIVista previa
- Writing Integration Tests with Selenium & JestVista previa
- Task - Writing Integration TestsVista previa
In this section, we will briefly explore some intermediate Automation Testing concepts like API testing using Jest and Axios, and setting up a CD/CI pipeline to streamline the whole testing process.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
Lo principal es aprender y no rendirse
El material es bueno, hay mucho que aprender, todo para ser mejor y lo principal es aprender lo que quieres....
Matteo Comune
Gracias a ellos estoy aprendiendo mucho…
Gracias a ellos estoy aprendiendo mucho más rápido porque te ayudan a entender todo desde cero. Es el mejor sitio web que ayuda a las personas sin conocimientos previos de IT...
Yuliana Cadavid
gran curso para principiantes
gran curso para principiantes, ponen a prueba tus conocimientos en cada lección...
Elpunzon
Estoy disfrutando de mi experiencia en Codefinity…
Estoy disfrutando de mi experiencia de aprendizaje de Python en Codefinity. La forma de aprendizaje autoinducido es genial porque puedo adaptarlo a mi horario...
Alexandru Alexandru
Es agradable aprender de codefinity
Es agradable aprender de codefinity. Es fácil y tiene buenos ejemplos de lo que aprendí aquí...
jacob Templet
Easy to follow along with and provides…
Fácil de seguir y proporciona desafío en mi vida cotidiana. El desafío me mantiene con ganas de aprender día tras día...
Elan
Codefinity es una herramienta de aprendizaje integral…
Codefinity es una herramienta de aprendizaje integral que te ayuda a desarrollar tus habilidades como ingeniero de software o científico de datos. Los ejercicios son divertidos y una buena...
Thibault
Primera vez aprendiendo a programar
Primera vez aprendiendo a programar y haciéndolo con éxito con Codefinity - Gracias...
Adrien Morel
Bien diseñado para principiantes totales
Bien diseñado para principiantes totales, el progreso incremental me da confianza....
_Gracy
simplemente está perfectamente bien explicado
¡Simplemente está perfectamente bien explicado! hasta ahora no he experimentado ninguna dificultad porque todo está tan bien organizado...
Ruslan Kravchuk
Lo principal es aprender y no rendirse
El material es bueno, hay mucho que aprender, todo para ser mejor y lo principal es aprender lo que quieres....
Matteo Comune
Gracias a ellos estoy aprendiendo mucho…
Gracias a ellos estoy aprendiendo mucho más rápido porque te ayudan a entender todo desde cero. Es el mejor sitio web que ayuda a las personas sin conocimientos previos de IT...
Yuliana Cadavid
gran curso para principiantes
gran curso para principiantes, ponen a prueba tus conocimientos en cada lección...
Elpunzon
Estoy disfrutando de mi experiencia en Codefinity…
Estoy disfrutando de mi experiencia de aprendizaje de Python en Codefinity. La forma de aprendizaje autoinducido es genial porque puedo adaptarlo a mi horario...
Alexandru Alexandru
Es agradable aprender de codefinity
Es agradable aprender de codefinity. Es fácil y tiene buenos ejemplos de lo que aprendí aquí...
jacob Templet
Easy to follow along with and provides…
Fácil de seguir y proporciona desafío en mi vida cotidiana. El desafío me mantiene con ganas de aprender día tras día...
Elan
Codefinity es una herramienta de aprendizaje integral…
Codefinity es una herramienta de aprendizaje integral que te ayuda a desarrollar tus habilidades como ingeniero de software o científico de datos. Los ejercicios son divertidos y una buena...
Thibault
Primera vez aprendiendo a programar
Primera vez aprendiendo a programar y haciéndolo con éxito con Codefinity - Gracias...
Adrien Morel
Bien diseñado para principiantes totales
Bien diseñado para principiantes totales, el progreso incremental me da confianza....
_Gracy
simplemente está perfectamente bien explicado
¡Simplemente está perfectamente bien explicado! hasta ahora no he experimentado ninguna dificultad porque todo está tan bien organizado...
Data Engineer
Certificado de Finalización
Muestra las habilidades que has adquirido recientemente. Te lo has ganado
Discover more
Learning tracks
Solo para Ultimate
7 Cursos
293 Tareas
Solo para Ultimate
6 Cursos
168 Tareas
Solo para Ultimate
4 Cursos
115 Tareas
Solo para Ultimate
6 Cursos
101 Tareas
Solo para Ultimate
4 Cursos
143 Tareas
Solo para Ultimate
5 Cursos
119 Tareas
Solo para Ultimate
3 Cursos
39 Tareas
Solo para Ultimate
7 Cursos
376 Tareas
Solo para Ultimate
2 Cursos
1 Proyecto
57 Tareas
Solo para Ultimate
7 Cursos
346 Tareas
Solo para Ultimate
6 Cursos
309 Tareas
Solo para Ultimate
5 Cursos
146 Tareas
Solo para Ultimate
5 Cursos
135 Tareas
Solo para Ultimate
3 Cursos
71 Tareas
Solo para Ultimate
6 Cursos
239 Tareas
Solo para Ultimate
4 Cursos
125 Tareas
Solo para Ultimate
3 Cursos
119 Tareas
Solo para Ultimate
3 Cursos
75 Tareas
Learning tracks
pista
Desarrollo Web con C#
Principiante
4.8
(2352)
pista
Python de Cero a Héroe
Principiante
4.7
(8332)
pista
SQL de Cero a Héroe
Principiante
4.7
(2589)
pista
C++ para Principiantes
Principiante
4.5
(482)
pista
Desarrollo de Juegos con Unity
Principiante
4.7
(71)
pista
Conviértete en un Desarrollador de React
Intermedio
4.7
(66)
pista
Fundamentos de Excel
Principiante
4.7
(301)
pista
Esenciales de Java
Principiante
4.7
(194)
pista
Python Más Allá del Intermedio
Principiante
4.6
(66)
pista
Desarrollo Web Full Stack
Principiante
4.7
(850)
pista
Fundamentos del Desarrollo Frontend
Principiante
4.7
(821)
pista
Análisis y Visualización de Datos con Python
Intermedio
4.7
(563)
pista
Fundamentos del Aprendizaje Automático
Intermedio
4.6
(124)
pista
Dominio de C++
Avanzado
4.8
(16)
pista
Java Web
Avanzado
4.7
(1158)
pista
Producción de Video con Adobe
Principiante
5.0
(5)
pista
Herramientas de Diseño UI/UX
Principiante
5.0
(4)
pista
Essential Office Skills
Principiante
4.8
(240)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams