JavaScript for Test Automation

Using JavaScript in test automation frameworks.

LetCode Playlist

Kurimurai Playlist

Introduction to JavaScript 🚀

JavaScript is a lightweight, interpreted language used to make web pages interactive. It is widely used for frontend and backend development.


📦 Installation Steps

Installing Node.js

  1. Download Node.js from the official site: Node.js
  2. Install the LTS version for better stability
  3. Verify installation by running:
    node -v   # Check Node.js version
    npm -v    # Check npm version
    

📚 JavaScript Fundamentals

1️⃣ Course Introduction
2️⃣ Setting Up a JavaScript Project
3️⃣ Variables & Data Types
4️⃣ Operators in JavaScript
5️⃣ Functions & Scope
6️⃣ Arrays & Objects
7️⃣ Loops & Conditional Statements
8️⃣ ES6 Features (let, const, arrow functions, etc.)
9️⃣ Event Handling in JavaScript
🔟 Promises & Async/Await
1️⃣1️⃣ DOM Manipulation
1️⃣2️⃣ Fetching Data with APIs
1️⃣3️⃣ Error Handling in JavaScript
1️⃣4️⃣ Introduction to JavaScript Frameworks (Angular)
1️⃣5️⃣ Node.js Basics & Using npm