Coder Baba
الذهاب إلى القناة على Telegram
Everything about programming for beginners. 1 and only official telegram channel of CODERBABA India. Content: .NET Developer, Programming (ASP. NET, VB. NET, C#, SQL Server), & Projects follow me https://linktr.ee/coderbaba *Programming *Coding *Note
إظهار المزيد2 319
المشتركون
-124 ساعات
-167 أيام
-2630 أيام
أرشيف المشاركات
2 319
how to create e-commerce database
👇👇👇
https://youtu.be/WEtdSQ_4_x4?si=u6MX1vY8kltpZW2c
2 319
Feeling Stuck? Your Ultimate Career Transition Guide Awaits!
👇👇👇👇
https://youtu.be/IqQF6DIpTTo
2 319
Selenium Automated Testing 🚀
1. Course Objectives 🎯
2. Demos 🖥
Manual Testing 🛠
Introduction of Manual Testing 📘
Testing Methods/Techniques 🧪
Levels of Testing 🏗
Software Development Life Cycle (SDLC) 📂
What is SDLC? 🔄
Models:
Waterfall Model 💧
Prototype Model 🖼
Evolutionary/Incremental Model ➕
Spiral Model 🌀
V-Model ✅
Agile Methodology 🏃
QA vs QC ⚖️
Difference Between QA and QC 🔍
Roles of QA 👩💻 and QC 👨🔧
Software Testing Life Cycle (STLC) 📑
Test Planning 🗓
Test Development 📝
Test Execution 🏃
Result Analysis 📊
Bug Tracking 🐞
Reporting 📋
Closed Out 🚪
Test Scenarios 📜
Entry and Exit Criteria 🚪
What are Test Scenarios? 🤔
How to Design Test Scenarios 🛠
Guidelines for Writing Test Scenarios ✍️
Test Cases 🗂
Entry and Exit Criteria 🚦
What are Test Cases? ❓
How to Design Test Cases 🖋
Guidelines for Writing Test Cases ✅
Test Execution & Bug Reporting 🛠
Guidelines for Test Execution 🏃♂️
Steps to Execute Test Cases ✅
Bug Life Cycle 🐛➡️🦋
Logging Defects 🖊
Verifying and Closing Defects ✅
Concepts:
Defect, Bug, Error, Failure Differences 🧐
Severity vs Priority 🚨
JIRA 🗃
Installing JIRA 🛠
Creating Sprints 🏃♂️
Releasing Sprints 📦
Logging Defects to Developers 👨💻
Zephyr Scale 📏
Installing Zephyr Scale 🛠
Creating Test Cases 📝
Executing Test Cases ⚙️
Additional Concepts 📚
Entry & Exit Criteria 🚪
Test Plan vs Test Strategy 📋
Test Design Techniques 🛠
Exhaustive Testing 🏋️
Bug Leakage vs Bug Release 🐞
RTM & DTM 🧾
Manual Testing Terminology 📖
Testing Principles 💡
Types of Testing 🧪:
Build Acceptance Testing ✅
Re-Testing 🔁
Regression Testing 🔄
Smoke Testing 💨
Sanity Testing 🧠
Static vs Dynamic Testing 🔍
Compatibility Testing 📱
Usability Testing 👩🏫
Integration Testing 🔗
Alpha Testing 🛠
Beta Testing 🚀
Security Testing 🔒
Installation Testing 💾
Privilege/Firewall Testing 🔥
Port Testing 📡
Monkey Testing 🐒
Gorilla Testing 🦍
Spike Testing 📈
Load Testing ⚖️
Exploratory Testing 🗺
Ad-hoc Testing 🛠
End-to-End Testing 🔁
2 319
Master Javascript :
The JavaScript Tree 👇
|
|── Variables
| ├── var
| ├── let
| └── const
|
|── Data Types
| ├── String
| ├── Number
| ├── Boolean
| ├── Object
| ├── Array
| ├── Null
| └── Undefined
|
|── Operators
| ├── Arithmetic
| ├── Assignment
| ├── Comparison
| ├── Logical
| ├── Unary
| └── Ternary (Conditional)
||── Control Flow
| ├── if statement
| ├── else statement
| ├── else if statement
| ├── switch statement
| ├── for loop
| ├── while loop
| └── do-while loop
|
|── Functions
| ├── Function declaration
| ├── Function expression
| ├── Arrow function
| └── IIFE (Immediately Invoked Function Expression)
|
|── Scope
| ├── Global scope
| ├── Local scope
| ├── Block scope
| └── Lexical scope
||── Arrays
| ├── Array methods
| | ├── push()
| | ├── pop()
| | ├── shift()
| | ├── unshift()
| | ├── splice()
| | ├── slice()
| | └── concat()
| └── Array iteration
| ├── forEach()
| ├── map()
| ├── filter()
| └── reduce()|
|── Objects
| ├── Object properties
| | ├── Dot notation
| | └── Bracket notation
| ├── Object methods
| | ├── Object.keys()
| | ├── Object.values()
| | └── Object.entries()
| └── Object destructuring
||── Promises
| ├── Promise states
| | ├── Pending
| | ├── Fulfilled
| | └── Rejected
| ├── Promise methods
| | ├── then()
| | ├── catch()
| | └── finally()
| └── Promise.all()
|
|── Asynchronous JavaScript
| ├── Callbacks
| ├── Promises
| └── Async/Await
|
|── Error Handling
| ├── try...catch statement
| └── throw statement
|
|── JSON (JavaScript Object Notation)
||── Modules
| ├── import
| └── export
|
|── DOM Manipulation
| ├── Selecting elements
| ├── Modifying elements
| └── Creating elements
|
|── Events
| ├── Event listeners
| ├── Event propagation
| └── Event delegation
|
|── AJAX (Asynchronous JavaScript and XML)
|
|── Fetch API
||── ES6+ Features
| ├── Template literals
| ├── Destructuring assignment
| ├── Spread/rest operator
| ├── Arrow functions
| ├── Classes
| ├── let and const
| ├── Default parameters
| ├── Modules
| └── Promises
|
|── Web APIs
| ├── Local Storage
| ├── Session Storage
| └── Web Storage API
|
|── Libraries and Frameworks
| ├── React
| ├── Angular
| └── Vue.js
||── Debugging
| ├── Console.log()
| ├── Breakpoints
| └── DevTools
|
|── Others
| ├── Closures
| ├── Callbacks
| ├── Prototypes
| ├── this keyword
| ├── Hoisting
| └── Strict mode
|
| END __
follow @coder_baba
Happy Coding
2 319
Fast Food Restaurant Management System Project using C# .NET & SQL Server.
https://youtube.com/shorts/WzQZ5ij-EQo
2 319
Fast Food Restaurant Management System built using C# .NET & SQL Server. windows form application
download project with source code
متاح الآن! بحث تيليغرام 2025 — أهم رؤى العام 
