Learn Software Testing : Beginner to Expert.
Learn Software Testing : Beginner to Expert., available at $44.99, has an average rating of 4.79, with 127 lectures, 12 quizzes, based on 7 reviews, and has 38 subscribers.
You will learn about Master the fundamentals of software testing, encompassing test planning, meticulous test case design and execution, and proficient defect management. Explore advanced testing domains including test automation, performance testing, and API testing, with a focus on integrating these practices seamlessly Delve into continuous testing, Agile, DevOps practices, and diverse software test lifecycle types, optimizing test management for comprehensive proficiency. Engage in real-world projects, utilize a QA-focused app for career development, and access optional 1:1 consulting sessions for personalized guidance. This course is ideal for individuals who are This course is tailored for freshers and experienced quality assurance professionals, testers, QA leads, QA managers, and SDETs looking to enhance their skills and advance their careers in the field of software testing. It is particularly useful for This course is tailored for freshers and experienced quality assurance professionals, testers, QA leads, QA managers, and SDETs looking to enhance their skills and advance their careers in the field of software testing.
Enroll now: Learn Software Testing : Beginner to Expert.
Summary
Title: Learn Software Testing : Beginner to Expert.
Price: $44.99
Average Rating: 4.79
Number of Lectures: 127
Number of Quizzes: 12
Number of Published Lectures: 127
Number of Published Quizzes: 12
Number of Curriculum Items: 139
Number of Published Curriculum Objects: 139
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Master the fundamentals of software testing, encompassing test planning, meticulous test case design and execution, and proficient defect management.
- Explore advanced testing domains including test automation, performance testing, and API testing, with a focus on integrating these practices seamlessly
- Delve into continuous testing, Agile, DevOps practices, and diverse software test lifecycle types, optimizing test management for comprehensive proficiency.
- Engage in real-world projects, utilize a QA-focused app for career development, and access optional 1:1 consulting sessions for personalized guidance.
Who Should Attend
- This course is tailored for freshers and experienced quality assurance professionals, testers, QA leads, QA managers, and SDETs looking to enhance their skills and advance their careers in the field of software testing.
Target Audiences
- This course is tailored for freshers and experienced quality assurance professionals, testers, QA leads, QA managers, and SDETs looking to enhance their skills and advance their careers in the field of software testing.
Welcome to the “Comprehensive Software Testing Bootcamp: Empowering Testers” ! Whether you’re starting from scratch or aiming to enhance your skills in Quality Assurance (QA), this course is designed to cater to beginners and aspiring professionals . No prior programming background is required; just a few hours of commitment each week will lead you to gain a deep understanding of software testing, transforming you into a matured QA professional by the end of the journey.
What Sets This Course Apart?
Led by an experienced industry practitioner committed to your success, this course offers a unique blend of theory and hands-on practice. I believe in making learning enjoyable and engaging, fostering a supportive community where students can succeed. The course structure ensures a seamless learning experience including practical insights that prepare you for real-world challenges in the software testing landscape.
On finishing each module you can test your knowledge & understanding with a Level Up Quiz.
Upon enrollment, you’ll gain exclusive access to an applicationdesigned for manual testing, test automation, performance testing, and API testing. This personalized platform ensures a seamless learning experience, allowing you to practice and apply your skills in a real-world context.
Course Overview:
-
Introduction
-
What sets this course apart? Why choose me as your instructor? – My commitment to you.
-
Have fun – This course wasn’t created in a Day. – Join the Community – Explanation of the course structure and format
-
-
Overview of Software Testing & the Industry
-
What is Testing & Why is it Important ?
-
Overview of Testing Market & opportunities for us
-
Tester, QA, SDET & Testing vs QA Explained
-
How Software Testing Is aligned in organizations.
-
Module Quiz
-
-
Software Lifecycles & What matters to QA
-
SDLC (Software Development Life Cycle) Explained
-
STLC (Software Testing Life Cycle) Explained
-
Defect Lifecycle Explained
-
Verification, Validation , Assertions Explained
-
Module Quiz
-
-
Types of Software Testing
-
Types of Software Testing Explained
-
Overview of Functional Testing
-
Overview of Non-Functional Testing
-
Module Quiz
-
-
Understanding Functional Testing
-
Integration Testing
-
Smoke & Sanity Testing
-
System Testing
-
Regression Testing
-
User Acceptance Testing
-
Globalization & Localization Testing
-
Module Quiz
-
-
Non-Functional Testing Explained
-
Performance Testing
-
Security Testing
-
Usability Testing
-
Compatibility Testing
-
Module Quiz
-
-
Test Strategy & components of Testing Lifecycle
-
Test Strategy
-
Workshop on Test Strategy
-
Requirements
-
Workshop on Requirements
-
Test Plan
-
Workshop on Test Plan
-
Writing Testcases
-
Workshop on Writing Testcases
-
Priority & Severity of Tests
-
Test Execution – Pre Module
-
Module Quiz
-
-
Test Execution
-
Executing Testcases
-
Workshop on Executing Testcases
-
Sanity & Smoke Tests
-
Test Execution Results & Reporting
-
Re-Testing & Regression Testing
-
Module Quiz
-
-
Bugs & Defects
-
Defect Lifecycle
-
Priority vs Severity of Defects
-
More on Defects
-
Workshop on Defects
-
Module Quiz
-
-
More Testing
-
Test Cycle
-
Unit Testing
-
Module Quiz
-
-
Test Management
-
Test Management Overview
-
TestCases
-
Test Cycles, Phase & Execution
-
Tools & Products
-
-
Testing yours apps : UI
-
Manual Testing
-
Automation Testing Basics
-
More Automation Testing Basics
-
UI testing
-
Automation of UI tests
-
Module Quiz
-
-
Testing your apps : APIs
-
API Refresher
-
BookStore App API – Part 1
-
BookStore App API – Part 2
-
API Testing Basics
-
API Documentation and Specifications
-
API Testing Tools
-
Module Quiz
-
-
Testing your apps : Mobile
-
Mobile Testing
-
Automation of Mobile Testing
-
Module Quiz
-
-
Javascript Basics , Node.js & VSCode
-
why Javascript ?
-
Variables
-
Operators
-
Conditional Statements
-
Loops
-
Functions
-
Arrays
-
Objects
-
Async & Await
-
Understanding the Document Object Model (DOM)
-
Installation – Node.js & NPM
-
Installation – VSCode
-
Module Quiz
-
-
Test Automation with Selenium
-
Overview of Selenium and its use in automated testing
-
Extensions to find Xpath & Identifiers in Selenium
-
Install Firefox, Selenium WebDriver & few baby steps
-
Webpage Interactions
-
TC001
-
Node.js Assertions in Selenium
-
Advanced Assertions – Introduction to Chai
-
Setting things in order – Modularization of the code
-
Data-Driven Test Automation with Selenium WebDriver
-
Working with JavaScript testing framework – Mocha
-
Building Test Run Reports with Mocha
-
Adding Screenshots to our Automation Reports with Mochawesome
-
TC007 – End to End Test
-
Module Quiz
-
-
API Testing & Automation with SoapUI
-
SoapUI Installation & quick overview
-
Getting Started with a Project
-
Getting Started with a Project using swagger definition
-
Creating Tests from Requests
-
More Assertions
-
Exchanging API Response Data & Dynamic Assertions
-
Introducing Groovy Programming in SoapUI
-
Running Tests & Doing more with Groovy
-
API test Automation with Advanced Groovy
-
TestRunner & Reports in SoapUI
-
Module Quiz
-
-
Performance Testing using Jmeter
-
Jmeter Installation
-
Recording a JMeter Test
-
Fixing the Recorded Test
-
Adding Parameterization
-
Running in CLI
-
Module Quiz
-
-
Cross Browser Testing
-
Browser Tests & Cross Browser Testing
-
Overview of BitBar
-
Running Selenium Tests in Bitbar
-
Module Quiz
-
-
Test Management with Zephyr
-
Introduction to gitpod
-
Zephyr Enterprise Logistics & Installation
-
Test Management with Zephyr Enterprise – Part A
-
Test Management with Zephyr Enterprise – Part B
-
Module Quiz
-
Course Curriculum
Chapter 1: Introduction
Lecture 1: What sets this course apart? Why choose me as your instructor?
Lecture 2: Have fun – This course wasn't created in a Day. Join the community.
Chapter 2: Overview of Software Testing & the Industry
Lecture 1: Module Introduction & what to expect
Lecture 2: What is Software Testing & Why is it Important ?
Lecture 3: Overview of Testing Market & opportunities for us.
Lecture 4: Tester, QA, SDET & Testing vs QA Explained.
Lecture 5: How Software Testing Is aligned in organizations.
Chapter 3: Software Lifecycles & What matters to QA
Lecture 1: Module Introduction & what to expect
Lecture 2: SDLC (Software Development Life Cycle) Explained.
Lecture 3: STLC (Software Testing Life Cycle) Explained.
Lecture 4: Defect Lifecycle Explained.
Lecture 5: Verification, Validation , Assertions Explained.
Chapter 4: Types of Software Testing
Lecture 1: Module Introduction & what to expect
Lecture 2: Types of Software Testing Explained.
Lecture 3: Overview of Functional Testing.
Lecture 4: Overview of Non-Functional Testing.
Chapter 5: Understanding Functional Testing
Lecture 1: Module Introduction & what to expect
Lecture 2: Integration Testing
Lecture 3: Smoke & Sanity Testing
Lecture 4: System Testing
Lecture 5: Regression Testing
Lecture 6: User Acceptance Testing
Lecture 7: Globalization & Localization Testing
Chapter 6: Non-Functional Testing Explained
Lecture 1: Module Introduction & what to expect
Lecture 2: Performance Testing
Lecture 3: Security Testing
Lecture 4: Usability Testing
Lecture 5: Compatibility Testing
Chapter 7: Test Strategy & components of Testing Lifecycle
Lecture 1: Module Introduction & what to expect
Lecture 2: Test Strategy
Lecture 3: Workshop on Test Strategy
Lecture 4: Requirements
Lecture 5: Workshop on Requirements
Lecture 6: TestPlan
Lecture 7: Workshop on TestPlan
Lecture 8: Writing Testcases
Lecture 9: Workshop on Writing Testcases
Lecture 10: Priority & Severity of Tests
Lecture 11: Test Execution – Pre Module
Chapter 8: Test Execution
Lecture 1: Module Introduction & what to expect
Lecture 2: Executing Testcases
Lecture 3: Workshop on Executing Testcases
Lecture 4: Sanity & Smoke Tests
Lecture 5: Test Execution Results & Reporting
Lecture 6: Re-Testing & Regression Testing
Chapter 9: Bugs, Defects
Lecture 1: Module Introduction & what to expect
Lecture 2: Defect Lifecycle
Lecture 3: Priority vs Severity of Defects
Lecture 4: More on Defects
Lecture 5: Workshop on Defects
Chapter 10: More Testing
Lecture 1: Module Introduction & what to expect
Lecture 2: Test Cycle
Lecture 3: Unit Testing
Chapter 11: Test Management
Lecture 1: Module Introduction & what to expect
Lecture 2: Test Management Overview
Lecture 3: TestCases
Lecture 4: Test Cycles, Phase & Execution
Lecture 5: Test Management Tools & Products
Chapter 12: Testing yours apps : UI
Lecture 1: Module Introduction & what to expect
Lecture 2: Manual Testing
Lecture 3: Automation Testing Basics
Lecture 4: More Automation Testing Basics
Lecture 5: UI testing
Lecture 6: Automation of UI tests
Chapter 13: Testing your apps : APIs
Lecture 1: Module Introduction & what to expect
Lecture 2: API Refresher
Lecture 3: BookStore App API – Part 1
Lecture 4: BookStore App API – Part 2
Lecture 5: API Testing Basics
Lecture 6: API Documentation and Specifications
Lecture 7: API Testing Tools
Chapter 14: Testing your apps : Mobile
Lecture 1: Module Introduction & what to expect
Lecture 2: Mobile Testing
Lecture 3: Automation of Mobile Testing
Instructors
-
Sanketh Shanbhag
Consultant for Top Multinational Companies
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 2 votes
- 5 stars: 5 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024