

Osäker på var
börja?
Track
Certifikat
Become a QA Engineer
4.5+
★★★★★
★★★★★
43 omdömen
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 TagsFörhandsgranska
- Working with HTML AttributesFörhandsgranska
- Understanding Paired and Single Tags in HTMLFörhandsgranska
- Text Markup and Formatting in HTMLFörhandsgranska
- Challenge: Create Your First Web Page ParagraphFörhandsgranska
- Challenge: Build a Personal Introduction Web PageFörhandsgranska
- Challenge: Design a Movie Showcase Web PageFörhandsgranska
- Using Links and Buttons in HTMLFörhandsgranska
- Challenge: Create Links to Popular WebsitesFörhandsgranska
- Validating Your HTML Code for Best PracticesFörhandsgranska
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.
- The Secrets Behind Well-Structured Web PagesFörhandsgranska
- Understanding HTML Document StructureFörhandsgranska
- The Role of the Document HeadFörhandsgranska
- Managing Document Flow and LayoutFörhandsgranska
- Challenge: Structure an HTML Document CorrectlyFörhandsgranska
- Using Developer Tools for HTML Inspection and DebuggingFörhandsgranska
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 HTMLFörhandsgranska
- Challenge: Work with ImagesFörhandsgranska
- Working with Clickable Images, Captions, and OptimizationFörhandsgranska
- Understanding Vector and Raster GraphicsFörhandsgranska
- Embedding Audio and Video for Rich Media ContentFörhandsgranska
- Challenge: Embed Audio and Video in HTMLFörhandsgranska
- Creating and Structuring Tables in HTMLFörhandsgranska
- Challenge: Design a Functional HTML TableFörhandsgranska
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 FormsFörhandsgranska
- Fundamentals of Form Creation in HTMLFörhandsgranska
- Using Labels for Better Form AccessibilityFörhandsgranska
- Enhancing Forms with Input AttributesFörhandsgranska
- Exploring Different Input Types in HTMLFörhandsgranska
- Challenge: Create Form with Inputs and LabelsFörhandsgranska
- Working with the Textarea Element for Multi-line InputFörhandsgranska
- Using the Select Element for Dropdown MenusFörhandsgranska
- Using the Datalist Element for Predefined Input SuggestionsFörhandsgranska
- Grouping Form Elements for Better StructureFörhandsgranska
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 JavaScriptFörhandsgranska
- Challenge: Define the VariableFörhandsgranska
- Using const for ConstantsFörhandsgranska
- Exploring JavaScript Data TypesFörhandsgranska
- Working with null in JavaScriptFörhandsgranska
- Introduction to ArraysFörhandsgranska
- Array Methods and ManipulationFörhandsgranska
- Challenge: Perform Array OperationsFörhandsgranska
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 OperatorsFörhandsgranska
- Mathematical Operations in JavaScriptFörhandsgranska
- Assignment Operators in JavaScriptFörhandsgranska
- Increment and Decrement OperatorsFörhandsgranska
- Challenge: Variable Operations PracticeFörhandsgranska
- Comparison Operators in JavaScriptFörhandsgranska
- Logical Operators ExplainedFörhandsgranska
- Challenge: Compare Variables in JavaScriptFörhandsgranska
- Concatenating Strings in JavaScriptFörhandsgranska
- Challenge: Build Sentences with JavaScriptFörhandsgranska
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 JavaScriptFörhandsgranska
- Using the do while Loop for IterationFörhandsgranska
- Challenge: Print Numbers from 5 to 9Förhandsgranska
- Mastering the for Loop in JavaScriptFörhandsgranska
- Challenge: Console Tigers with LoopsFörhandsgranska
- Breaking Out of Loops with breakFörhandsgranska
- Skipping Iterations with continueFörhandsgranska
- Challenge: Stop and Skip in LoopsFörhandsgranska
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?Förhandsgranska
- Defining Functions in JavaScriptFörhandsgranska
- Challenge: Write a Function – My NameFörhandsgranska
- Using Function Arguments EffectivelyFörhandsgranska
- Returning Values from FunctionsFörhandsgranska
- Challenge: Create a Sum FunctionFörhandsgranska
- Course Summary & Next StepsFörhandsgranska
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 JavaScriptFörhandsgranska
- Creating Objects in JavaScriptFörhandsgranska
- Working with Nested Object PropertiesFörhandsgranska
- Challenge: Create and Structure an ObjectFörhandsgranska
- Accessing Object Properties in JavaScriptFörhandsgranska
- Challenge: Retrieve Object Property ValuesFörhandsgranska
- Managing Object PropertiesFörhandsgranska
- Challenge: Modify and Extend an ObjectFörhandsgranska
- Defining Object MethodsFörhandsgranska
- Using Properties within MethodsFörhandsgranska
- Challenge: Work with Object MethodsFörhandsgranska
- Fundamentals of JavaScript Objects Sum-UpFörhandsgranska
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 LoopFörhandsgranska
- Challenge: Explore Object Properties with IterationFörhandsgranska
- Using hasOwnProperty() to Check Object PropertiesFörhandsgranska
- Challenge: Object Property Iteration with hasOwnProperty()Förhandsgranska
- Cloning and Merging Objects with the Spread OperatorFörhandsgranska
- Challenge: Combine Objects with the Spread OperatorFörhandsgranska
- Destructuring Objects for Cleaner CodeFörhandsgranska
- Challenge: Extract Data with Object DestructuringFörhandsgranska
- Advanced Object Manipulation Sum-UpFörhandsgranska
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 ArraysFörhandsgranska
- Challenge: Access Array ElementsFörhandsgranska
- Modifying Arrays and Accessing ElementsFörhandsgranska
- Challenge: Modify Array ElementsFörhandsgranska
- Iterating Over Arrays with the for LoopFörhandsgranska
- Challenge: Loop Through Arrays with forFörhandsgranska
- Using the for...of Loop for Array IterationFörhandsgranska
- Challenge: Efficient Array Iteration with for...ofFörhandsgranska
- Mastering JavaScript Arrays Sum-UpFörhandsgranska
Master the advanced array manipulation skills, covering various techniques and methods for handling arrays effectively in multiple scenarios.
- Transforming Arrays with the map() MethodFörhandsgranska
- Challenge: Modify Array Elements Using map()Förhandsgranska
- Filtering Arrays with the filter() MethodFörhandsgranska
- Challenge: Select Specific Data Using filter()Förhandsgranska
- Finding Elements in an Array with the find() MethodFörhandsgranska
- Challenge: Search for Items Using find()Förhandsgranska
- Sorting Arrays with the sort() MethodFörhandsgranska
- Challenge: Sort and Extract Data with sort()Förhandsgranska
- Advanced Array Methods and Transformations Sum-UpFörhandsgranska
- Course SummaryFörhandsgranska
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 FrameworksFörhandsgranska
- Setting Up & Using JestFörhandsgranska
- Writing Unit TestsFörhandsgranska
- Test Coverage ReportFörhandsgranska
- Writing Unit Tests TaskFörhandsgranska
- The `describe` BlockFörhandsgranska
- Common MatchersFörhandsgranska
- Making Test SuitesFörhandsgranska
- Pre & Post Test OperationsFörhandsgranska
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 SeleniumFörhandsgranska
- Selenium - Starting a Browser InstanceFörhandsgranska
- Selenium - Page NavigationFörhandsgranska
- Selenium - Interacting with Web Elements IFörhandsgranska
- Selenium - Interacting with Web Elements IIFörhandsgranska
- Writing Integration Tests with Selenium & JestFörhandsgranska
- Task - Writing Integration TestsFörhandsgranska
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
Det viktigaste är att lära sig och inte ge upp
Materialet är bra, det finns mycket att lära, allt för att bli bättre och det viktigaste är att lära sig det man vill....
Matteo Comune
Tack vare dem lär jag mig mycket…
Tack vare dem lär jag mig mycket snabbare eftersom de hjälper dig att förstå allt från grunden. Det är den bästa webbplatsen som hjälper personer utan IT-bakgrund...
Yuliana Cadavid
Utmärkt kurs för nybörjare
Utmärkt kurs för nybörjare, de testar dina kunskaper i varje lektion...
Elpunzon
Jag njuter av min Codefinity-upplevelse…
Jag njuter av min Codefinity-upplevelse med att lära mig Python. Det självstyrda lärsättet är fantastiskt eftersom jag kan anpassa det efter mitt schema...
Alexandru Alexandru
Det är trevligt att lära sig från Codefinity
Det är trevligt att lära sig från Codefinity. Det är enkelt och har bra exempel på vad jag lärt mig här...
jacob Templet
Easy to follow along with and provides…
Lätt att följa med i och ger utmaningar i min vardag. Utmaningen får mig att vilja lära mig dag efter dag...
Elan
Codefinity är ett heltäckande lärverktyg…
Codefinity är ett heltäckande lärverktyg som hjälper dig att utveckla dina färdigheter som mjukvaruingenjör eller datavetare. Övningarna är roliga och ett bra sätt att skärpa dina kunskaper...
Thibault
Första gången jag lär mig att koda
Första gången jag lär mig att koda och lyckas med Codefinity - tack...
Adrien Morel
Väl utformad för totala nybörjare
Väl utformad för totala nybörjare, med stegvis utveckling som får mig att känna mig trygg....
_Gracy
det är helt enkelt perfekt förklarat
det är helt enkelt perfekt förklarat! Hittills har jag inte upplevt några svårigheter eftersom allt är så välorganiserat...
Ruslan Kravchuk
Det viktigaste är att lära sig och inte ge upp
Materialet är bra, det finns mycket att lära, allt för att bli bättre och det viktigaste är att lära sig det man vill....
Matteo Comune
Tack vare dem lär jag mig mycket…
Tack vare dem lär jag mig mycket snabbare eftersom de hjälper dig att förstå allt från grunden. Det är den bästa webbplatsen som hjälper personer utan IT-bakgrund...
Yuliana Cadavid
Utmärkt kurs för nybörjare
Utmärkt kurs för nybörjare, de testar dina kunskaper i varje lektion...
Elpunzon
Jag njuter av min Codefinity-upplevelse…
Jag njuter av min Codefinity-upplevelse med att lära mig Python. Det självstyrda lärsättet är fantastiskt eftersom jag kan anpassa det efter mitt schema...
Alexandru Alexandru
Det är trevligt att lära sig från Codefinity
Det är trevligt att lära sig från Codefinity. Det är enkelt och har bra exempel på vad jag lärt mig här...
jacob Templet
Easy to follow along with and provides…
Lätt att följa med i och ger utmaningar i min vardag. Utmaningen får mig att vilja lära mig dag efter dag...
Elan
Codefinity är ett heltäckande lärverktyg…
Codefinity är ett heltäckande lärverktyg som hjälper dig att utveckla dina färdigheter som mjukvaruingenjör eller datavetare. Övningarna är roliga och ett bra sätt att skärpa dina kunskaper...
Thibault
Första gången jag lär mig att koda
Första gången jag lär mig att koda och lyckas med Codefinity - tack...
Adrien Morel
Väl utformad för totala nybörjare
Väl utformad för totala nybörjare, med stegvis utveckling som får mig att känna mig trygg....
_Gracy
det är helt enkelt perfekt förklarat
det är helt enkelt perfekt förklarat! Hittills har jag inte upplevt några svårigheter eftersom allt är så välorganiserat...
Data Engineer
Certifikat för slutförande
Visa dina nyförvärvade färdigheter. Du har förtjänat det
Discover more
Learning tracks
Endast för Ultimate
1 Kurs
1 Projekt
0 Task
Endast för Ultimate
7 Kurser
345 Uppgifter
Endast för Ultimate
5 Kurser
119 Uppgifter
Endast för Ultimate
5 Kurser
146 Uppgifter
Endast för Ultimate
4 Kurser
115 Uppgifter
Endast för Ultimate
6 Kurser
101 Uppgifter
Endast för Ultimate
6 Kurser
168 Uppgifter
Endast för Ultimate
5 Kurser
135 Uppgifter
Endast för Ultimate
2 Kurser
1 Projekt
57 Uppgifter
Endast för Ultimate
7 Kurser
376 Uppgifter
Endast för Ultimate
4 Kurser
143 Uppgifter
Endast för Ultimate
5 Kurser
180 Uppgifter
Endast för Ultimate
5 Kurser
165 Uppgifter
Endast för Ultimate
6 Kurser
308 Uppgifter
Endast för Ultimate
6 Kurser
252 Uppgifter
Endast för Ultimate
8 Kurser
2 Projekt
176 Uppgifter
Endast för Ultimate
2 Kurser
80 Uppgifter
Endast för Ultimate
7 Kurser
293 Uppgifter
Endast för Ultimate
1 Projekt
0 Task
Endast för Ultimate
2 Kurser
21 Uppgifter
Endast för Ultimate
5 Kurser
111 Uppgifter
Endast för Ultimate
2 Kurser
0 Task
Endast för Ultimate
3 Kurser
39 Uppgifter
Endast för Ultimate
13 Kurser
555 Uppgifter
Endast för Ultimate
13 Kurser
555 Uppgifter
Endast för Ultimate
1 Kurs
0 Task
Endast för Ultimate
0 Task
Endast för Ultimate
5 Kurser
139 Uppgifter
Endast för Ultimate
3 Kurser
71 Uppgifter
Endast för Ultimate
7 Kurser
282 Uppgifter
Endast för Ultimate
4 Kurser
125 Uppgifter
Endast för Ultimate
2 Kurser
33 Uppgifter
Endast för Ultimate
3 Kurser
119 Uppgifter
Endast för Ultimate
1 Kurs
15 Uppgifter
Endast för Ultimate
3 Kurser
75 Uppgifter
Endast för Ultimate
3 Kurser
31 Uppgifter
Endast för Ultimate
2 Kurser
151 Uppgifter
Endast för Ultimate
3 Kurser
56 Uppgifter
Endast för Ultimate
2 Kurser
1 Projekt
38 Uppgifter
Endast för Ultimate
3 Kurser
36 Uppgifter
Endast för Ultimate
2 Kurser
1 Projekt
38 Uppgifter
Endast för Ultimate
5 Kurser
134 Uppgifter
Learning tracks
spår
TEST TRACK 12
Nybörjare
4.0
(7146)
spår
Full Stack Web Development
Nybörjare
4.5
(58)
spår
Become a React Developer
Medelnivå
4.9
(7)
spår
Mastering Data Visualization
Medelnivå
4.6
(7)
spår
SQL from Zero to Hero
Nybörjare
4.7
(93)
spår
С++ Essentials
Nybörjare
4.4
(17)
spår
Python from Zero to Hero
Nybörjare
4.7
(284)
spår
Supervised Machine Learning
Medelnivå
4.9
(7)
spår
Python Beyond Intermediate
Nybörjare
5.0
(1)
spår
Java Essentials
Nybörjare
4.3
(9)
spår
Game Development with Unity
Nybörjare
4.6
(7)
spår
Become a Django Developer
Avancerad
4.4
(27)
spår
Flask for Dummies
Medelnivå
4.5
(31)
spår
Frontend Development Foundations
Nybörjare
4.6
(52)
spår
Web Developer from Zero to Hero
Nybörjare
4.6
(56)
spår
Preparation for Data Science
Medelnivå
4.5
(11)
spår
Deep Learning Odyssey
Avancerad
5.0
(3)
spår
Web Development with C#
Nybörjare
4.8
(98)
spår
TEST E2E TRACK BEGINNER
Nybörjare
spår
Test Track
Begginer
4.7
(3)
spår
Skilled Python BackEnd Developer
Avancerad
4.7
(261)
spår
Test Recalculate
Nybörjare
spår
Excel Essentials
Nybörjare
4.5
(33)
spår
Full-Stack .NET Developer Journey
Medelnivå
4.8
(129)
spår
Full-Stack .NET Developer Journey
Medelnivå
4.8
(129)
spår
Test track with rating
Avancerad
4.0
(4)
spår
TEST TEST TRACK
Nybörjare
spår
Data Analyst Foundation
Nybörjare
4.7
(111)
spår
C++ Mastery
Avancerad
spår
Java Web
Avancerad
4.5
(30)
spår
Video Production with Adobe
Nybörjare
spår
Digital Marketing Essentials
Nybörjare
spår
UI/UX Design Tools
Nybörjare
spår
Test image upload track
Nybörjare
spår
Essential Office Skills
Nybörjare
4.6
(24)
spår
GitHub from Zero to Hero
Nybörjare
spår
No-Code Website Development
Nybörjare
spår
C Programming & Low-Level Development
Nybörjare
spår
testes
Nybörjare
4.7
(3)
spår
Test translation track
Medelnivå
spår
Test CMS Track
Nybörjare
4.7
(3)
spår
Python for Data Analysis
Medelnivå
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