

Epävarma mistä
alkaa?
Track
Todistus
Become a QA Engineer
4.5+
★★★★★
★★★★★
43 arvostelut
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 TagsEsikatselu
- Working with HTML AttributesEsikatselu
- Understanding Paired and Single Tags in HTMLEsikatselu
- Text Markup and Formatting in HTMLEsikatselu
- Challenge: Create Your First Web Page ParagraphEsikatselu
- Challenge: Build a Personal Introduction Web PageEsikatselu
- Challenge: Design a Movie Showcase Web PageEsikatselu
- Using Links and Buttons in HTMLEsikatselu
- Challenge: Create Links to Popular WebsitesEsikatselu
- Validating Your HTML Code for Best PracticesEsikatselu
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 PagesEsikatselu
- Understanding HTML Document StructureEsikatselu
- The Role of the Document HeadEsikatselu
- Managing Document Flow and LayoutEsikatselu
- Challenge: Structure an HTML Document CorrectlyEsikatselu
- Using Developer Tools for HTML Inspection and DebuggingEsikatselu
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 HTMLEsikatselu
- Challenge: Work with ImagesEsikatselu
- Working with Clickable Images, Captions, and OptimizationEsikatselu
- Understanding Vector and Raster GraphicsEsikatselu
- Embedding Audio and Video for Rich Media ContentEsikatselu
- Challenge: Embed Audio and Video in HTMLEsikatselu
- Creating and Structuring Tables in HTMLEsikatselu
- Challenge: Design a Functional HTML TableEsikatselu
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 FormsEsikatselu
- Fundamentals of Form Creation in HTMLEsikatselu
- Using Labels for Better Form AccessibilityEsikatselu
- Enhancing Forms with Input AttributesEsikatselu
- Exploring Different Input Types in HTMLEsikatselu
- Challenge: Create Form with Inputs and LabelsEsikatselu
- Working with the Textarea Element for Multi-line InputEsikatselu
- Using the Select Element for Dropdown MenusEsikatselu
- Using the Datalist Element for Predefined Input SuggestionsEsikatselu
- Grouping Form Elements for Better StructureEsikatselu
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 JavaScriptEsikatselu
- Challenge: Define the VariableEsikatselu
- Using const for ConstantsEsikatselu
- Exploring JavaScript Data TypesEsikatselu
- Working with null in JavaScriptEsikatselu
- Introduction to ArraysEsikatselu
- Array Methods and ManipulationEsikatselu
- Challenge: Perform Array OperationsEsikatselu
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 OperatorsEsikatselu
- Mathematical Operations in JavaScriptEsikatselu
- Assignment Operators in JavaScriptEsikatselu
- Increment and Decrement OperatorsEsikatselu
- Challenge: Variable Operations PracticeEsikatselu
- Comparison Operators in JavaScriptEsikatselu
- Logical Operators ExplainedEsikatselu
- Challenge: Compare Variables in JavaScriptEsikatselu
- Concatenating Strings in JavaScriptEsikatselu
- Challenge: Build Sentences with JavaScriptEsikatselu
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 JavaScriptEsikatselu
- Using the do while Loop for IterationEsikatselu
- Challenge: Print Numbers from 5 to 9Esikatselu
- Mastering the for Loop in JavaScriptEsikatselu
- Challenge: Console Tigers with LoopsEsikatselu
- Breaking Out of Loops with breakEsikatselu
- Skipping Iterations with continueEsikatselu
- Challenge: Stop and Skip in LoopsEsikatselu
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 JavaScriptEsikatselu
- Creating Objects in JavaScriptEsikatselu
- Working with Nested Object PropertiesEsikatselu
- Challenge: Create and Structure an ObjectEsikatselu
- Accessing Object Properties in JavaScriptEsikatselu
- Challenge: Retrieve Object Property ValuesEsikatselu
- Managing Object PropertiesEsikatselu
- Challenge: Modify and Extend an ObjectEsikatselu
- Defining Object MethodsEsikatselu
- Using Properties within MethodsEsikatselu
- Challenge: Work with Object MethodsEsikatselu
- Fundamentals of JavaScript Objects Sum-UpEsikatselu
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 LoopEsikatselu
- Challenge: Explore Object Properties with IterationEsikatselu
- Using hasOwnProperty() to Check Object PropertiesEsikatselu
- Challenge: Object Property Iteration with hasOwnProperty()Esikatselu
- Cloning and Merging Objects with the Spread OperatorEsikatselu
- Challenge: Combine Objects with the Spread OperatorEsikatselu
- Destructuring Objects for Cleaner CodeEsikatselu
- Challenge: Extract Data with Object DestructuringEsikatselu
- Advanced Object Manipulation Sum-UpEsikatselu
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 ArraysEsikatselu
- Challenge: Access Array ElementsEsikatselu
- Modifying Arrays and Accessing ElementsEsikatselu
- Challenge: Modify Array ElementsEsikatselu
- Iterating Over Arrays with the for LoopEsikatselu
- Challenge: Loop Through Arrays with forEsikatselu
- Using the for...of Loop for Array IterationEsikatselu
- Challenge: Efficient Array Iteration with for...ofEsikatselu
- Mastering JavaScript Arrays Sum-UpEsikatselu
Master the advanced array manipulation skills, covering various techniques and methods for handling arrays effectively in multiple scenarios.
- Transforming Arrays with the map() MethodEsikatselu
- Challenge: Modify Array Elements Using map()Esikatselu
- Filtering Arrays with the filter() MethodEsikatselu
- Challenge: Select Specific Data Using filter()Esikatselu
- Finding Elements in an Array with the find() MethodEsikatselu
- Challenge: Search for Items Using find()Esikatselu
- Sorting Arrays with the sort() MethodEsikatselu
- Challenge: Sort and Extract Data with sort()Esikatselu
- Advanced Array Methods and Transformations Sum-UpEsikatselu
- Course SummaryEsikatselu
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 SeleniumEsikatselu
- Selenium - Starting a Browser InstanceEsikatselu
- Selenium - Page NavigationEsikatselu
- Selenium - Interacting with Web Elements IEsikatselu
- Selenium - Interacting with Web Elements IIEsikatselu
- Writing Integration Tests with Selenium & JestEsikatselu
- Task - Writing Integration TestsEsikatselu
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
Tärkeintä on oppia eikä luovuttaa
Materiaali on hyvä, opittavaa riittää – kaikki parantuaksesi ja tärkeintä on oppia sitä, mitä haluat....
Matteo Comune
Kiitos heille opin paljon…
Kiitos heille opin paljon nopeammin, koska he auttavat ymmärtämään kaiken alusta alkaen. Tämä on paras sivusto, joka tukee IT-taustattomia...
Yuliana Cadavid
Loistava kurssi aloittelijoille
Loistava kurssi aloittelijoille, joka testaa tietosi jokaisella oppitunnilla...
Elpunzon
Nautin Codefinity-kokemuksestani…
Nautin Codefinity-kokemuksesta Pythonin oppimiseen. Itseohjautuva oppimismenetelmä on erinomainen, sillä se mahtuu aikatauluuni...
Alexandru Alexandru
On mukava oppia Codefinityltä
On mukava oppia Codefinityltä. Se on helppoa ja tarjoaa hyviä esimerkkejä opitusta...
jacob Templet
Easy to follow along with and provides…
Helppo seurata ja se tuo haastetta arkeeni. Haaste saa minut haluamaan oppia päivä toisensa jälkeen...
Elan
Codefinity on kattava oppimisväline…
Codefinity on kattava oppimisväline, joka auttaa kehittämään taitojasi ohjelmistoinsinöörinä tai datatieteilijänä. Harjoitukset ovat hauskoja ja erinomainen tapa hioa taitojasi...
Thibault
Ensimmäistä kertaa koodaamista opiskellen
Ensimmäistä kertaa koodaamista opiskellen ja onnistuneesti Codefinityn avulla – kiitos...
Adrien Morel
Hyvin suunniteltu täysin aloittelijoille
Hyvin suunniteltu täysin aloittelijoille, sisältää asteittaista edistystä ja saa minut tuntemaan oloni varmaksi....
_Gracy
se on yksinkertaisesti täydellisesti selitetty
se on yksinkertaisesti täydellisesti selitetty! Tähän mennessä en ole kohdannut vaikeuksia, koska kaikki on niin hyvin järjestetty....
Ruslan Kravchuk
Tärkeintä on oppia eikä luovuttaa
Materiaali on hyvä, opittavaa riittää – kaikki parantuaksesi ja tärkeintä on oppia sitä, mitä haluat....
Matteo Comune
Kiitos heille opin paljon…
Kiitos heille opin paljon nopeammin, koska he auttavat ymmärtämään kaiken alusta alkaen. Tämä on paras sivusto, joka tukee IT-taustattomia...
Yuliana Cadavid
Loistava kurssi aloittelijoille
Loistava kurssi aloittelijoille, joka testaa tietosi jokaisella oppitunnilla...
Elpunzon
Nautin Codefinity-kokemuksestani…
Nautin Codefinity-kokemuksesta Pythonin oppimiseen. Itseohjautuva oppimismenetelmä on erinomainen, sillä se mahtuu aikatauluuni...
Alexandru Alexandru
On mukava oppia Codefinityltä
On mukava oppia Codefinityltä. Se on helppoa ja tarjoaa hyviä esimerkkejä opitusta...
jacob Templet
Easy to follow along with and provides…
Helppo seurata ja se tuo haastetta arkeeni. Haaste saa minut haluamaan oppia päivä toisensa jälkeen...
Elan
Codefinity on kattava oppimisväline…
Codefinity on kattava oppimisväline, joka auttaa kehittämään taitojasi ohjelmistoinsinöörinä tai datatieteilijänä. Harjoitukset ovat hauskoja ja erinomainen tapa hioa taitojasi...
Thibault
Ensimmäistä kertaa koodaamista opiskellen
Ensimmäistä kertaa koodaamista opiskellen ja onnistuneesti Codefinityn avulla – kiitos...
Adrien Morel
Hyvin suunniteltu täysin aloittelijoille
Hyvin suunniteltu täysin aloittelijoille, sisältää asteittaista edistystä ja saa minut tuntemaan oloni varmaksi....
_Gracy
se on yksinkertaisesti täydellisesti selitetty
se on yksinkertaisesti täydellisesti selitetty! Tähän mennessä en ole kohdannut vaikeuksia, koska kaikki on niin hyvin järjestetty....
Data Engineer
Suoritustodistus
Näytä äskettäin hankitut taitosi. Olet ansainnut sen
Discover more
Learning tracks
Vain Ultimate
1 Kurssi
1 Projekti
0 Task
Vain Ultimate
7 Kurssit
345 Tehtävät
Vain Ultimate
5 Kurssit
119 Tehtävät
Vain Ultimate
5 Kurssit
146 Tehtävät
Vain Ultimate
4 Kurssit
115 Tehtävät
Vain Ultimate
6 Kurssit
101 Tehtävät
Vain Ultimate
6 Kurssit
168 Tehtävät
Vain Ultimate
5 Kurssit
135 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
57 Tehtävät
Vain Ultimate
7 Kurssit
376 Tehtävät
Vain Ultimate
4 Kurssit
143 Tehtävät
Vain Ultimate
5 Kurssit
180 Tehtävät
Vain Ultimate
5 Kurssit
165 Tehtävät
Vain Ultimate
6 Kurssit
308 Tehtävät
Vain Ultimate
6 Kurssit
252 Tehtävät
Vain Ultimate
8 Kurssit
2 Projektit
176 Tehtävät
Vain Ultimate
2 Kurssit
80 Tehtävät
Vain Ultimate
7 Kurssit
293 Tehtävät
Vain Ultimate
1 Projekti
0 Task
Vain Ultimate
2 Kurssit
21 Tehtävät
Vain Ultimate
5 Kurssit
111 Tehtävät
Vain Ultimate
2 Kurssit
0 Task
Vain Ultimate
3 Kurssit
39 Tehtävät
Vain Ultimate
13 Kurssit
555 Tehtävät
Vain Ultimate
13 Kurssit
555 Tehtävät
Vain Ultimate
1 Kurssi
0 Task
Vain Ultimate
0 Task
Vain Ultimate
5 Kurssit
139 Tehtävät
Vain Ultimate
3 Kurssit
71 Tehtävät
Vain Ultimate
7 Kurssit
282 Tehtävät
Vain Ultimate
4 Kurssit
125 Tehtävät
Vain Ultimate
2 Kurssit
33 Tehtävät
Vain Ultimate
3 Kurssit
119 Tehtävät
Vain Ultimate
1 Kurssi
15 Tehtävät
Vain Ultimate
3 Kurssit
75 Tehtävät
Vain Ultimate
3 Kurssit
31 Tehtävät
Vain Ultimate
2 Kurssit
151 Tehtävät
Vain Ultimate
3 Kurssit
56 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
38 Tehtävät
Vain Ultimate
3 Kurssit
36 Tehtävät
Vain Ultimate
2 Kurssit
1 Projekti
38 Tehtävät
Vain Ultimate
5 Kurssit
134 Tehtävät
Learning tracks
polku
TEST TRACK 12
Aloittelija
4.0
(7146)
polku
Full Stack Web Development
Aloittelija
4.5
(58)
polku
Become a React Developer
Keskitaso
4.9
(7)
polku
Mastering Data Visualization
Keskitaso
4.6
(7)
polku
SQL from Zero to Hero
Aloittelija
4.7
(93)
polku
С++ Essentials
Aloittelija
4.4
(17)
polku
Python from Zero to Hero
Aloittelija
4.7
(284)
polku
Supervised Machine Learning
Keskitaso
4.9
(7)
polku
Python Beyond Intermediate
Aloittelija
5.0
(1)
polku
Java Essentials
Aloittelija
4.3
(9)
polku
Game Development with Unity
Aloittelija
4.6
(7)
polku
Become a Django Developer
Edistynyt
4.4
(27)
polku
Flask for Dummies
Keskitaso
4.5
(31)
polku
Frontend Development Foundations
Aloittelija
4.6
(52)
polku
Web Developer from Zero to Hero
Aloittelija
4.6
(56)
polku
Preparation for Data Science
Keskitaso
4.5
(11)
polku
Deep Learning Odyssey
Edistynyt
5.0
(3)
polku
Web Development with C#
Aloittelija
4.8
(98)
polku
TEST E2E TRACK BEGINNER
Aloittelija
polku
Test Track
Begginer
4.7
(3)
polku
Skilled Python BackEnd Developer
Edistynyt
4.7
(261)
polku
Test Recalculate
Aloittelija
polku
Excel Essentials
Aloittelija
4.5
(33)
polku
Full-Stack .NET Developer Journey
Keskitaso
4.8
(129)
polku
Full-Stack .NET Developer Journey
Keskitaso
4.8
(129)
polku
Test track with rating
Edistynyt
4.0
(4)
polku
TEST TEST TRACK
Aloittelija
polku
Data Analyst Foundation
Aloittelija
4.7
(111)
polku
C++ Mastery
Edistynyt
polku
Java Web
Edistynyt
4.5
(30)
polku
Video Production with Adobe
Aloittelija
polku
Digital Marketing Essentials
Aloittelija
polku
UI/UX Design Tools
Aloittelija
polku
Test image upload track
Aloittelija
polku
Essential Office Skills
Aloittelija
4.6
(24)
polku
GitHub from Zero to Hero
Aloittelija
polku
No-Code Website Development
Aloittelija
polku
C Programming & Low-Level Development
Aloittelija
polku
testes
Aloittelija
4.7
(3)
polku
Test translation track
Keskitaso
polku
Test CMS Track
Aloittelija
4.7
(3)
polku
Python for Data Analysis
Keskitaso
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