

Weet je niet waar
starten?
Track
Certificaat
Become a QA Engineer
4.5+
★★★★★
★★★★★
43 recensies
Beginner
Kickstart your journey into Quality Assurance with essential skills in manual and automation testing. Learn the fundamentals of QA in web development, master HTML and JavaScript, explore data structures, and get introduced to automation testing to build a strong foundation for a career in 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 / Ultimate HTML
Explore the inner workings of the web. Learn how data travels across networks, discover the role of protocols, and unravel the mysteries of IP addresses and domain names. Gain a high-level understanding of how web browsers and servers communicate to deliver web content.
Discover the power of tags to structure content, from headings and paragraphs to lists and tables. Learn how to enhance the elements with attributes.
- Understanding HTML TagsVoorbeeld
- Working with HTML AttributesVoorbeeld
- Understanding Paired and Single Tags in HTMLVoorbeeld
- Text Markup and Formatting in HTMLVoorbeeld
- Challenge: Create Your First Web Page ParagraphVoorbeeld
- Challenge: Build a Personal Introduction Web PageVoorbeeld
- Challenge: Design a Movie Showcase Web PageVoorbeeld
- Using Links and Buttons in HTMLVoorbeeld
- Challenge: Create Links to Popular WebsitesVoorbeeld
- Validating Your HTML Code for Best PracticesVoorbeeld
The core of HTML document structure. Learn the components of an HTML document, including the doctype declaration, head, and body. Understand the purpose of each element and how they contribute to the overall structure of a webpage.
Make a web page more appealing with the help of media such as images, audio, and video. Work with structured tabular data in the form of tables.
- Adding Images in HTMLVoorbeeld
- Challenge: Work with ImagesVoorbeeld
- Working with Clickable Images, Captions, and OptimizationVoorbeeld
- Understanding Vector and Raster GraphicsVoorbeeld
- Embedding Audio and Video for Rich Media ContentVoorbeeld
- Challenge: Embed Audio and Video in HTMLVoorbeeld
- Creating and Structuring Tables in HTMLVoorbeeld
- Challenge: Design a Functional HTML TableVoorbeeld
Explore the versatility of HTML forms. Learn to design intuitive and user-friendly forms by leveraging key concepts and techniques. Discover how forms enable user interaction and data submission on websites.
- Introduction to HTML FormsVoorbeeld
- Fundamentals of Form Creation in HTMLVoorbeeld
- Using Labels for Better Form AccessibilityVoorbeeld
- Enhancing Forms with Input AttributesVoorbeeld
- Exploring Different Input Types in HTMLVoorbeeld
- Challenge: Create Form with Inputs and LabelsVoorbeeld
- Working with the Textarea Element for Multi-line InputVoorbeeld
- Using the Select Element for Dropdown MenusVoorbeeld
- Using the Datalist Element for Predefined Input SuggestionsVoorbeeld
- Grouping Form Elements for Better StructureVoorbeeld
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 JavaScriptVoorbeeld
- Challenge: Define the VariableVoorbeeld
- Using const for ConstantsVoorbeeld
- Exploring JavaScript Data TypesVoorbeeld
- Working with null in JavaScriptVoorbeeld
- Introduction to ArraysVoorbeeld
- Array Methods and ManipulationVoorbeeld
- Challenge: Perform Array OperationsVoorbeeld
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 OperatorsVoorbeeld
- Mathematical Operations in JavaScriptVoorbeeld
- Assignment Operators in JavaScriptVoorbeeld
- Increment and Decrement OperatorsVoorbeeld
- Challenge: Variable Operations PracticeVoorbeeld
- Comparison Operators in JavaScriptVoorbeeld
- Logical Operators ExplainedVoorbeeld
- Challenge: Compare Variables in JavaScriptVoorbeeld
- Concatenating Strings in JavaScriptVoorbeeld
- Challenge: Build Sentences with JavaScriptVoorbeeld
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 JavaScriptVoorbeeld
- Using the do while Loop for IterationVoorbeeld
- Challenge: Print Numbers from 5 to 9Voorbeeld
- Mastering the for Loop in JavaScriptVoorbeeld
- Challenge: Console Tigers with LoopsVoorbeeld
- Breaking Out of Loops with breakVoorbeeld
- Skipping Iterations with continueVoorbeeld
- Challenge: Stop and Skip in LoopsVoorbeeld
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.
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 JavaScriptVoorbeeld
- Creating Objects in JavaScriptVoorbeeld
- Working with Nested Object PropertiesVoorbeeld
- Challenge: Create and Structure an ObjectVoorbeeld
- Accessing Object Properties in JavaScriptVoorbeeld
- Challenge: Retrieve Object Property ValuesVoorbeeld
- Managing Object PropertiesVoorbeeld
- Challenge: Modify and Extend an ObjectVoorbeeld
- Defining Object MethodsVoorbeeld
- Using Properties within MethodsVoorbeeld
- Challenge: Work with Object MethodsVoorbeeld
- Fundamentals of JavaScript Objects Sum-UpVoorbeeld
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 LoopVoorbeeld
- Challenge: Explore Object Properties with IterationVoorbeeld
- Using hasOwnProperty() to Check Object PropertiesVoorbeeld
- Challenge: Object Property Iteration with hasOwnProperty()Voorbeeld
- Cloning and Merging Objects with the Spread OperatorVoorbeeld
- Challenge: Combine Objects with the Spread OperatorVoorbeeld
- Destructuring Objects for Cleaner CodeVoorbeeld
- Challenge: Extract Data with Object DestructuringVoorbeeld
- Advanced Object Manipulation Sum-UpVoorbeeld
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 ArraysVoorbeeld
- Challenge: Access Array ElementsVoorbeeld
- Modifying Arrays and Accessing ElementsVoorbeeld
- Challenge: Modify Array ElementsVoorbeeld
- Iterating Over Arrays with the for LoopVoorbeeld
- Challenge: Loop Through Arrays with forVoorbeeld
- Using the for...of Loop for Array IterationVoorbeeld
- Challenge: Efficient Array Iteration with for...ofVoorbeeld
- Mastering JavaScript Arrays Sum-UpVoorbeeld
Master the advanced array manipulation skills, covering various techniques and methods for handling arrays effectively in multiple scenarios.
- Transforming Arrays with the map() MethodVoorbeeld
- Challenge: Modify Array Elements Using map()Voorbeeld
- Filtering Arrays with the filter() MethodVoorbeeld
- Challenge: Select Specific Data Using filter()Voorbeeld
- Finding Elements in an Array with the find() MethodVoorbeeld
- Challenge: Search for Items Using find()Voorbeeld
- Sorting Arrays with the sort() MethodVoorbeeld
- Challenge: Sort and Extract Data with sort()Voorbeeld
- Advanced Array Methods and Transformations Sum-UpVoorbeeld
- Course SummaryVoorbeeld
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.
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 SeleniumVoorbeeld
- Selenium - Starting a Browser InstanceVoorbeeld
- Selenium - Page NavigationVoorbeeld
- Selenium - Interacting with Web Elements IVoorbeeld
- Selenium - Interacting with Web Elements IIVoorbeeld
- Writing Integration Tests with Selenium & JestVoorbeeld
- Task - Writing Integration TestsVoorbeeld
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
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Ruslan Kravchuk
Het belangrijkste is om te leren en niet op te geven
Het materiaal is goed, er valt veel te leren, alles om beter te worden en het belangrijkste is te leren wat je wilt....
Matteo Comune
Dankzij hen leer ik veel…
Dankzij hen leer ik veel sneller omdat ze je vanaf nul alles uitleggen. Het is de beste website voor mensen zonder IT-achtergrond...
Yuliana Cadavid
geweldige cursus voor beginners
geweldige cursus voor beginners, ze toetsen je kennis in elke les...
Elpunzon
Ik geniet van mijn Codefinity-ervaring…
Ik geniet van mijn Codefinity-ervaring met Python. De zelfgestuurde leermethode past perfect in mijn schema...
Alexandru Alexandru
Het is prettig om van Codefinity te leren
Het is prettig om van Codefinity te leren. Het is eenvoudig en heeft goede voorbeelden van wat ik hier geleerd heb...
jacob Templet
Easy to follow along with and provides…
Makkelijk te volgen en biedt uitdaging in mijn dagelijks leven. Die uitdaging motiveert me elke dag weer te leren...
Elan
Codefinity is een uitgebreide leeromgeving…
Codefinity is een uitgebreide leeromgeving die je helpt je vaardigheden als software engineer of datawetenschapper te ontwikkelen. De oefeningen zijn leuk en helpen je je skills aan te scherpen...
Thibault
Voor het eerst leren coderen
Voor het eerst leren coderen en dit succesvol doen met Codefinity - bedankt...
Adrien Morel
Goed ontworpen voor totale beginners
Goed ontworpen voor totale beginners, met stapsgewijze vooruitgang die me vertrouwen geeft....
_Gracy
het is simpelweg perfect uitgelegd
het is simpelweg perfect uitgelegd! Tot nu toe heb ik geen problemen ervaren, want alles is zo goed geregeld....
Data Engineer
Certificaat van Voltooiing
Toon je pas verworven vaardigheden. Je hebt het verdiend
Discover more
Learning tracks
Alleen voor Ultimate
1 Cursus
1 Project
0 Task
Alleen voor Ultimate
7 Cursussen
345 Taken
Alleen voor Ultimate
5 Cursussen
119 Taken
Alleen voor Ultimate
5 Cursussen
146 Taken
Alleen voor Ultimate
4 Cursussen
115 Taken
Alleen voor Ultimate
6 Cursussen
101 Taken
Alleen voor Ultimate
6 Cursussen
168 Taken
Alleen voor Ultimate
5 Cursussen
135 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
57 Taken
Alleen voor Ultimate
7 Cursussen
376 Taken
Alleen voor Ultimate
4 Cursussen
143 Taken
Alleen voor Ultimate
5 Cursussen
180 Taken
Alleen voor Ultimate
5 Cursussen
165 Taken
Alleen voor Ultimate
6 Cursussen
308 Taken
Alleen voor Ultimate
6 Cursussen
252 Taken
Alleen voor Ultimate
8 Cursussen
2 Projecten
176 Taken
Alleen voor Ultimate
2 Cursussen
80 Taken
Alleen voor Ultimate
7 Cursussen
293 Taken
Alleen voor Ultimate
1 Project
0 Task
Alleen voor Ultimate
2 Cursussen
21 Taken
Alleen voor Ultimate
5 Cursussen
111 Taken
Alleen voor Ultimate
2 Cursussen
0 Task
Alleen voor Ultimate
3 Cursussen
39 Taken
Alleen voor Ultimate
13 Cursussen
555 Taken
Alleen voor Ultimate
13 Cursussen
555 Taken
Alleen voor Ultimate
1 Cursus
0 Task
Alleen voor Ultimate
0 Task
Alleen voor Ultimate
5 Cursussen
139 Taken
Alleen voor Ultimate
3 Cursussen
71 Taken
Alleen voor Ultimate
7 Cursussen
282 Taken
Alleen voor Ultimate
4 Cursussen
125 Taken
Alleen voor Ultimate
2 Cursussen
33 Taken
Alleen voor Ultimate
3 Cursussen
119 Taken
Alleen voor Ultimate
1 Cursus
15 Taken
Alleen voor Ultimate
3 Cursussen
75 Taken
Alleen voor Ultimate
3 Cursussen
31 Taken
Alleen voor Ultimate
2 Cursussen
151 Taken
Alleen voor Ultimate
3 Cursussen
56 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
38 Taken
Alleen voor Ultimate
3 Cursussen
36 Taken
Alleen voor Ultimate
2 Cursussen
1 Project
38 Taken
Alleen voor Ultimate
5 Cursussen
134 Taken
Learning tracks
traject
TEST TRACK 12
Beginner
4.0
(7146)
traject
Full Stack Web Development
Beginner
4.5
(58)
traject
Become a React Developer
Halfgevorderd
4.9
(7)
traject
Mastering Data Visualization
Halfgevorderd
4.6
(7)
traject
SQL from Zero to Hero
Beginner
4.7
(93)
traject
С++ Essentials
Beginner
4.4
(17)
traject
Python from Zero to Hero
Beginner
4.7
(284)
traject
Supervised Machine Learning
Halfgevorderd
4.9
(7)
traject
Python Beyond Intermediate
Beginner
5.0
(1)
traject
Java Essentials
Beginner
4.3
(9)
traject
Game Development with Unity
Beginner
4.6
(7)
traject
Become a Django Developer
Gevorderd
4.4
(27)
traject
Flask for Dummies
Halfgevorderd
4.5
(31)
traject
Frontend Development Foundations
Beginner
4.6
(52)
traject
Web Developer from Zero to Hero
Beginner
4.6
(56)
traject
Preparation for Data Science
Halfgevorderd
4.5
(11)
traject
Deep Learning Odyssey
Gevorderd
5.0
(3)
traject
Web Development with C#
Beginner
4.8
(98)
traject
TEST E2E TRACK BEGINNER
Beginner
traject
Test Track
Begginer
4.7
(3)
traject
Skilled Python BackEnd Developer
Gevorderd
4.7
(261)
traject
Test Recalculate
Beginner
traject
Excel Essentials
Beginner
4.5
(33)
traject
Full-Stack .NET Developer Journey
Halfgevorderd
4.8
(129)
traject
Full-Stack .NET Developer Journey
Halfgevorderd
4.8
(129)
traject
Test track with rating
Gevorderd
4.0
(4)
traject
TEST TEST TRACK
Beginner
traject
Data Analyst Foundation
Beginner
4.7
(111)
traject
C++ Mastery
Gevorderd
traject
Java Web
Gevorderd
4.5
(30)
traject
Video Production with Adobe
Beginner
traject
Digital Marketing Essentials
Beginner
traject
UI/UX Design Tools
Beginner
traject
Test image upload track
Beginner
traject
Essential Office Skills
Beginner
4.6
(24)
traject
GitHub from Zero to Hero
Beginner
traject
No-Code Website Development
Beginner
traject
C Programming & Low-Level Development
Beginner
traject
testes
Beginner
4.7
(3)
traject
Test translation track
Halfgevorderd
traject
Test CMS Track
Beginner
4.7
(3)
traject
Python for Data Analysis
Halfgevorderd
4.6
(9)
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