Mô tả

This course is specially designed by keeping manual tester/ freshers in focus, here we give coverage starting from Manual Testing Concepts to Database Testing, API Testing & Selenium WebDriver Basics to Advanced level and also gives detailed outlook of Python Programming.


High Level Agenda of the course:

        - Detail of Manual Testing

        - Bug  Tracking and Task Management using JIRA

        - Database Testing & API Testing

        - Basic to Expert level Python Programming Concepts

        - Test Execution/ Reporting/ Execution Control using readymade Pytest Framework

        - Manual Testing Interview Preparation with programming coverage

        - Detailed Python Programming for each and every concept with programming exercise



End to End Automation Frameworks

       -   Detailed Data Driven Framework using Excel

       -   End to End Implementation of BDD(Behavior Driver Development) framework with Behave


Course is designed in such a way that the user does not required to have any prior understanding of python scripting

Low Level Course Coverage

➖Basic Python Programming (Condition Handling, Looping, String Handling, File Handling, Json Handling)

➖Advance Python Programming (WebScrapping, Working with JSON, Config File Handling,  OOPS Conepts)

➖Step by Step Installation

➖Pycharm Editor & Pytest Framework

➖Record and Play (Selenium IDE)

➖Element locators (Detailed understanding and Practical Approach to write Element Locators)

·➖Webdriver API

➖Data driven Framework

➖BDD framework with Behave with Page Object Model Design Pattern

➖HTML Reporting

➖End to End Frameworks: Data Driven, BDD Framework

➖CI/ CD implementation using GIT and Jenkins Integration

➖Selenium python - Real time project implementation

➖Selenium with python - Complete End to End Code

➖python with selenium : Best Practices

➖python with selenium : Architecture & Framework Design

➖python selenium webdriver  : Realtime Practices


By the End of this Course you will able to understand best automation practice and write all kind of automation testcases using Selenium

This course is very useful for professional who are working in Manual and Automation Testing.


BDD Concepts and Framework Implementation

Behave is one of the most popular BDD Library.

To the testers point of view, we can use this library to implement BDD approach with Selenium, Calabash, Watir etc.

In this course we prepare student for all BDD automation challenges, it gives coverage of almost all basic and advance concepts of Gherkin Scripting

Bạn sẽ học được gì

Basic to Expert level Python Programming for Automation

Automate Realtime Web Application using Selenium and Python

Ready to Develop Data Driven and BDD Framework using Selenium Python

Ready to face experienced level Automation Interview Questions

Able to show experience in Selenium & Python with frameworks

Yêu cầu

  • Basic understanding of Manual Testing Concepts
  • Basic understanding of Automation & Need of Automation Testing

Nội dung khoá học

48 sections

Software Testing Basic Concepts | Must for every Beginner

9 lectures
Explain Software Testing : - Practical Definition
05:08
Role of Software Tester /QA Engineer/ Software Test Engineer
04:06
*** Course Roadmap : Must for Everyone ***
07:03
Difference between Project and Product
03:50
Difference Between Manual Testing and Automation Testing
03:50
Different types of Application (Web Based/ Window Based/ Client Server)
05:11
Difference between Build & Version
03:49
Explain Test Bed or Test Environment ?
03:37
Test Your Knowledge
8 questions

Working with Bugs/Defects/Error | Understand Bug Life Cycle

2 lectures
Introduction to Bug/Defect
08:08
End to End Bug Life Cycle- Different Stages in Bug Life Cycle
14:52

Different Types of Testing

5 lectures
Different types of Testing (Functional and Non Functional)
04:17
Levels of Testing (Unit, Integration, System & UAT)
07:06
Common Testing : Every Tester has to Perform -Functional, GUI, Usability
06:27
Difference between Compatibility Testing & Configuration Testing
04:48
What is Browser Compatibility Testing (Cross Browser Testing)
04:15

Practical Testing Process: When Tester find a Bug and do Bug Reporting

6 lectures
What Tester has to do in case he/she find bug
04:49
Setup JIRA Free account for practice
03:39
Report a new Bug/Defect in JIRA
09:46
Set Priority & Severity of a Bug
06:16
Difference between Retesting & Regression Testing
06:05
Difference between Smoke Testing & Sanity Testing
10:25

Design Test Cases | Effective Test Case writing

14 lectures
Introduction to Test Case
09:59
Common Test Cases Asked | Points to remember while writing test cases
08:44
Standard Test Case Format
05:51
Test Case Column : ID / Test Case Number
02:54
Test Case Column : Description
05:07
Test Case Column : Pre-Conditions
07:29
Test Case Column : Steps
05:39
Test Case Column : Test Data
07:40
Test Case Column : Expected Result
04:52
Test Case Column : Actual Result and Status
04:35
Test Case Column : Comments
02:44
Test Case Column : Priority
05:01
Test Case Column : Type
05:09
Test Case Column : Bug Id
02:18

Test Case Designing Techniques (BVA, ECP, Experienced Based)

3 lectures
Experienced Based Technique (Error Guessing)
04:36
Boundary Value Analysis (BVA)
04:27
Equivalence Class Partitioning (ECP)
03:40

Performance Testing Concepts (Load/ Stress/ Volume Testing)

2 lectures
What is Performance Testing
03:21
Different type of performance testing
07:55

Advance Manual Testing Concepts :- Agile Model

2 lectures
Use Case : Difference between Use case and Test Scenario
04:52
Learn End to End AGILE-Scrum Model
19:54

JIRA : Work with Bug Reporting and Management Tool

15 lectures
JIRA Introduction
04:15
Setup JIRA Trial for Practice
07:12
Report a new defect in JIRA
09:41
Search and Update Defect Information
05:40
Report Defect with Environment Value
05:26
Report defect and link Team members
05:08
Add comments to Defects
04:03
Define Components in Defect
04:08
Report Defect with Label
07:38
Bug Life Cycle - Valid Defect
10:50
Bug Life Cycle - InValid Defect
05:52
Bug Life Cycle - Valid Defect - Rejected by Developer
07:08
Basic Search of JIRA Tickets(Bug or Task) : -Search by ID or Text
04:41
Advance Search Options : Issues and Filters
03:59
Advance Search Options : Use Different fields to search items
04:13

Task Management in JIRA | Create & Assign Task | Task Workflow

6 lectures
What is Task Management
04:21
Create Task in JIRA
11:02
Task Workflow
05:43
Estimation & Actual hours for task
11:04
Create SubTask (Task inside a Task)
07:44
Link Defect with Task
05:23

Learning AWS for Software Testers

7 lectures
Learning Roadmap
04:19
Introduction : Why as Tester we need to learn AWS
12:45
Setup FREE AWS account for Practice
06:10
EC2 Service : Create First Linux Virtual Machine
12:44
EC2 Service : Connect to Linux Virtual Machine
07:41
EC2 Service : Create and Connect with Windows Virtual Machine
10:51
EC2 : Create new Virtual Machine by cloning existing machine
13:20

Learn Database Testing

23 lectures
What is Database Testing ? What all testing activities we will do on Database
09:03
Database Setup Introduction
01:53
Mysql Server Installation on Windows Machine (Database Server Setup)
06:14
MySQL Client Installation : Workbench on Windows Machine (Database Client Setup)
04:51
Setup Sample Tables and Test Data for practice
04:30
Sample Database, Tables with Data
00:02
Select Query Basics : Fetch Data from Table- Select all data or Few columns
06:27
Select data from table : Data filtration using WHERE Clause
11:30
Select Query : Data Filtration : Where Clause with Logical AND and OR
08:33
Select Query : Data Filtration using List and Range (IN and BETWEEN)
12:28
Fetch unique data from column and Table structure
05:47
Display data in Sorting order (Ascending & Descending )
08:25
Select data with Pattern Matching(Like with Wild Card Character) - Part 1
15:44
Select data with Pattern Matching(Like with Wild Card Character) - Part 2
07:21
SQL - SubQuery : Write Query inside a Query
08:35
SQL - Delete data from tables( Delete | Drop | Truncate)
12:59
What is Join | Why and How we write join in SQL queries
02:30
Cross or Cartesian Join : Fetch data by Complete merging of 2 or more tables)
08:03
Inner Join | Equi Join | Simple Join : Fetch data by merging 2 tables(condition)
11:25
Left Join | Left Outer Join :Fetch data by merging 2 tables(condition)+Left data
08:06
Right Join | Right Outer Join: Fetch data by merging 2 table(condition)+Right
06:51
Full Join | Full Outer Join
05:03
Self Join : Join table by Itself
07:36

Unix/Linux for Software Tester

28 lectures
Why as Tester/QA to learn Unix/Linux Commands ? Practical areas to use it as QA
11:59
Use online environment for practice(In case you don't have practice environment)
02:29
Setup Practice Environment on Windows Machine (Suggestive for better practicing)
09:18
Start working with Basic Commands : Current Directory, Clear Terminal & Help
07:39
Working with Directories - Create Directory, Move in & Move out to Directories
14:45
Working with Directories - Create Multiple Directories, Delete Directory
04:43
Different option to create files : Blank File, File with Content, Insert Data
12:15
Listing files and Folders : Hidden Files, List Format and Sorted Order
10:57
All uses of CAT command : Must for Practical Implementation & Interviews
11:24
Check complete file content : CAT Command
06:39
Check file content : Top few lines - Head Command
07:04
Check file content : bottom few lines - Tail Command
03:30
Check file content : with Paging - More Command
05:06
Check file content : with Paging - Less Command
02:25
Check file content : with VIM editor
01:38
Commonly Asked Question : Get few lines from middle of the File
03:59
What is Grep Command | Search data in 1 file by giving Search String
05:57
Search data in more than 1 file : Giving Search String, Practical Implementation
04:03
Search data in all files of current directory : Practical Implementation
03:37
Search data by ignoring case : Must to be use which checking Log files
04:39
Search Data : Display Line number in front of each display line
03:11
Search Data : Display File Name (When we are searching content in multiple file)
03:51
Search Data : With exact word (Not as a Substring of other Words)
04:20
Search Data : By ignoring given text (Reverse of Simple Search)
04:33
Search Data : Display only count of matches
02:48
Search Data : Display surrounding lines by giving Search String
05:08
Search Multiple Content in a Single Command
03:34
Search Multiple data with EGREP command (Advance Search Operation)
03:20

Postman Introduction | Basics of API Testing

21 lectures
Introduction to Postman
03:00
Postman Setup : Step by Step Setup Instructions
02:53
Postman window walkthrough
08:07
Setup Sample API Application for Practice
10:09
Introduction to WebService with Examples
06:16
Some common examples of WebService
05:14
Different type of WebService : Soap and Rest
16:42
Rest API : common Methods - GET, POST, PUT, DELETE
08:44
Pre-requisites before starting API Testing
06:53
Basic GET request : Fetch data from application
08:47
Basic POST request : Insert New data to Application
08:55
Basic PUT request : Update Data of Application
04:59
Basic DELETE request : Delete application Data
03:27
End to End test case with verifications
05:01
Add Verification : Status Code, Body Data & Response time
10:42
Validate Header Content
08:49
What is collections & How to Implement Collection
10:28
Save Request to Collections
10:47
Common operation on Collection
07:21
Collection Documentation
06:09
Run Collection using Collection Runner
06:28

Introduction to Selenium | Basics of Selenium

6 lectures
Course Roadmap of Selenium and Python
05:45
Course Introduction with Structure and Best practices to use while learning
06:58
Selenium Introduction with Advantages, Disadvantages & Components in Selenium
09:14
Selenium IDE setup on Firefox & Chrome for Record & Playback
03:13
What is Selenium IDE ? How to Record & Play script using Selenium IDE
06:53
Download Code & Use it while learning
00:06

Installation Roadmap

7 lectures
Installation Steps : Python, Pycharm, PIP & Library
01:52
Step 1 : Setup Python on Windows Machine and Set Environment Variable
03:47
Step 2 : Setup Pycharm - Editor for Python Programming
03:51
Step 3 : Setup PIP for Library installation : Package Manager for Python
02:52
Step 4 : Install Libraries using PIP (Selenium & Other Libraries)
06:01
Document: Statement to Install packages using PIP
00:04
Solution : Installed Library but not able to use on Pycharm
05:03

Jump into basic PYTHON Programming

10 lectures
Download Code & Use it while learning
00:00
Why as a Tester we need to learn Python? What all places we can use Python
11:09
First Python Code : Create Python File, Comments and Print on Console
13:10
How to take input from user and use it in programming
12:19
Declare and use Variables in programming
07:47
Constants and Type Casting in Python
11:14
Standard datatypes in Python : Number, String, List, Tuple & Dictionary
10:36
Programming Exercise 1: User Input with Concatenation (with solution)
00:16
Programming Exercise 2 : User Input with Type Casting (with solution)
00:21
Document / Notes for Students Reference
01:07

Control Execution using Condition Handling, Practical Examples and Exercise

6 lectures
Download Code & Use it while learning
00:00
Condition Handling using IF - Handle Single(one) Condition
13:09
Condition Handling using If and Else - Handle 2 Conditions
06:33
Condition Handling using If-Elif-Else- Handle Multiple Conditions
08:10
Condition Handling using - Nested Conditions
09:23
Condition Handling with Logical OR and Logical AND
13:37

Do Execution with --Loops -- | For, While, Break and Continue

11 lectures
Introduction of Loops - Why and Where to use Loops
05:09
For Loop with Final Range - Run code until the given condition(value) reach
06:34
For Loop with initial and final range -Run code between given range
08:28
For loop with increment value - Run code with different increment value
03:23
For loop with decrement value - Run code with different decrement value
05:25
For loop with list - Running a loop on the List of values
08:16
While Loop with increments - How to use while loop with increment condition
05:15
While loop with decrement - How to use while loop with decrement condition
03:24
Break Statement - When Loop in-between when a given condition match
05:30
Continue Statement - Skip remaining part of Loop when condition match
03:21
Else Statement - Execute some code once the loop is completed
02:02

How to do String Handling -Must for Interview Preparation & Real Automation Work

6 lectures
What is String, How to Define String - Perform operation like Concat & Repeat
14:53
String : Fetch Substring - By giving Start and End index values
07:39
Common String Functions - Length, Capitalize, Upper and Lower
04:46
Common String Functions -lStrip, rStrip and Strip
05:16
Common String Functions - Replace Data, Find Data and Split Data
10:20
Compare 2 Strings in Python with Practical Examples
06:11

Complex Data Types | Work with List, Tuples and Dictionary

6 lectures
What is List - How to Insert, Fetch, Update and Remove data from List
12:03
Common List function - Concatenate String and Find Length of String
06:36
What is Tuple - Difference between List and Tuple
09:24
Tuple advance operations - Count Values, Display Value and Merge Tuples
03:23
What is Dictionary - How to define and use Dictionary in Python
05:58
Dictionary Methods - Find all Keys & Value
02:44

Functions in Detail | Learn how to write functions with different arguments

5 lectures
What is Function ? Why to write Function & How to create functions
07:02
Basic thumb Rules to create functions with example
03:55
Different types of functions : With Arguments and Without Arguments
05:31
Write Functions with return value | Get output from functions
07:00
Different types of arguments : Required, Keyword and Default
09:41

Class in Python | How to implement Class, Constructors, Class Method and Objects

6 lectures
What is Class, How to Write Class and Members & Access members using Object
05:43
Functions in Class (Class Methods): Access by using Class object
06:09
Code for Reference : Class & Object(Code)
00:07
Constructors : What is Constructor, How to write Constructors
05:07
Constructors practical implementation : Why and Where we use constructors
04:53
Access Class and Members in Different File using Class object
05:41

Modules | What is Module | How to create Modules | Where to use Modules

4 lectures
What is Module | How to write Module and Module Members
05:43
How to Use Modules with Practical Implementation
07:58
Creating Project Structure | Define Folder Structure of Python Projects
06:43
Difference between import and from-import in Python
10:16

File Handling in Python : Read data from TXT, CSV and Other files

4 lectures
Read Data from File(.txt) | Open file in Read, Write or Append mode
05:18
Read character by character and line by line
03:44
Write data to File(.txt) | Overwrite and Append mode
02:35
Common file methods
02:33

Exception Handling in Python | Must for Practical Automation & Interviews

2 lectures
What is Exception and Exception Handling in Python
05:08
Handle Exception using try, exception and finally
05:23

Read data from configuration files | Define and Use config files

2 lectures
Prepare configuration files | Config file structure
04:01
Read data from config file by passing key and fetch value
05:58

Object Oriented Programming (OOPS Concepts and Practical Implementation)

6 lectures
Inheritance : Transfer Property of a class to another class
07:16
Types of Inheritance - Single Inheritance (A-->B)
04:24
Types of Inheritance - Multilevel Inheritance (A-->B-->C)
08:15
Types of Inheritance - Multiple Inheritance (Have multiple parent class)
05:09
Inheritance: Constructor in Parent and Child Class :- Interview Question
04:08
Polymorphism : Data Overriding (Override Parent Class Methods)
11:34

Read & Write Excel Data(Xlsx file) : OpenPyXl package (Advance Library)

4 lectures
Install Module | Move to Sheet Level
07:28
Read one Cell Data
05:57
Read All Rows & Cells Data
07:01
Write Data to Excel
08:30

Learn Element Locators

12 lectures
Section Introduction & Practice Target
01:51
What is Element Locators? Why we use Element Locators
06:11
Understand basics of HTML to Fetch Element Locators
09:24
Locate or Search Element uniquely on the Page using Element-ID
03:39
Locate or Search Element uniquely on the Page using Element-Name
02:44
Locate or Search Element uniquely on Page using Element-Link text(inner text)
02:53
Locate or Search Element uniquely on the Page using Element-Class Name
01:24
Locate Element by CSS - Syntax 1 - using ID & Tag with ID
03:35
Locate Element by CSS - Syntax 2 - using Class Name & Tag with Class Name
02:54
Locate Element by CSS - Syntax 3 - using any attribute & Tag with attribute
02:50
Locate Element by CSS - Syntax 4 - using ID with attribute &Tag with ID & attrib
02:45
Locate Element by CSS - Syntax 5 - using Class & Attribute
02:14

Learn How to use Xpath: Best Practices & Techniques to Write Xpath

11 lectures
Locate Element by Xpath - Syntax 1 : Use Single Attribute
05:08
Locate Element by Xpath - Syntax 2 : Use Multiple Attributes with OR condition
04:52
Locate Element by Xpath - Syntax 3 : Use Multiple Attributes with AND condition
02:19
Locate Element by Xpath - Syntax 4 : Use * on place Attributes
03:00
Locate Element by Xpath - Syntax 5 : Use Innertext of Element
03:03
Locate Element by Xpath - Syntax 6 : Use Partial Innertext of Element
02:48
Locate Element by Xpath - Syntax 7 : Use Partial Attribute of Element
02:20
Locate Element by Xpath - Syntax 8 : Navigate through Parent (Axis)
06:41
Locate Element by Xpath - Syntax 9 : Navigate through Child(Axis)
03:11
Locate Element by Xpath - Syntax 10 : Navigate towards Sibling(Next & Previous)
03:30
Locate Element by Xpath - Syntax 11 : Use Parent, Child & Sibling
04:41

Let's Start Writing Test Case in Selenium WebDriver : Must for Everyone

6 lectures
How to Setup Selenium Library on Python using PIP
02:06
Write First TestCase | Open Browser | Enter URL | Maximize
09:32
Work on TextBox | Enter data into textbox
05:19
Work on Radio Button | Checkbox | Link | Button
08:26
Work on Dropdown or List| Select values from list of Dropdown
08:07
Execute Test Case on Firefox Browser (Cross Browser Testing)
03:37

Keyboard & Mouse Operations : ActionChains Class

2 lectures
Perform Keyboard Operations : Press Single Key, Multiple Keys
10:15
Perform Mouse Operations | Left Click, Right Click, Double Click, Drag and Drop
08:35

Fetch Data at Runtime from Application and Elements

3 lectures
Fetch Page Title | Page URL | Page HTML Source code
05:53
Fetch Element Text(Inner text) & Attribute Value
04:58
Fetch Values from dropdown or list
05:41

PyTest : Unit Testing Framework for Python (Use to Execute Test Cases)

7 lectures
PyTest Introduction | What is Pytest and How to use Pytest
05:09
Write Test Case in Pytest format and Execute using Pytest
06:45
Skip Test Cases | Execute test cases conditionally
11:20
Grouping Test Cases and Execute any specific group
05:06
Fixtures : What is Fixture and How to implement it
08:52
Assertions : Compare Actual Result with Expected Result
03:41
Write End to End Test Case in PyTest format
07:47

Waits in WebDriver (Page Load Timeout, Implicit Wait, Explicit Wait)

3 lectures
Forced Wait & Page Load Timeout
08:31
Implicitly Wait : Wait for Searching of an Element
06:01
Explicit Wait : Wait for condition to be True
09:50

Advance Selenium Concepts (Logs, Snapshot, Multi Window Handling)

6 lectures
Take Screenshot at Runtime - Take and Save screenshot for reference
06:00
Execute JavaScript at Runtime : Handle complex HTML scenario
04:57
MultiWindow Handling - Handle Popups
11:21
MultiWindow Handling - Handle Tabs
06:30
MultiWindow Handling - Handle Frame/ iFrames
07:52
Generate Logs Files
08:50

Formatted Project Structure | Define Folder Hierarchy for Automation Projects

7 lectures
Create Project Structure
05:09
Create Base Files : Save Common data to be used in all testcases
16:00
Create & Read data from Config File (Manage Configuration Data)
19:55
Manage Element Locators in Config File
07:26
Multi Window Handling - Handle Popup & Tab
18:43
Page Object Model (POM)& Its Advantages
04:25
Implement POM in Realtime Automation Project
11:39

******* FRAMEWORK DESIGNING ******* Data Driven Testing Framework

2 lectures
Data Driven Testing with static data
08:44
Data Driven Testing with excel data source
13:11

TDD & BDD Introduction

8 lectures
TDD : Test Driven Development
07:41
TDD Documentation
00:12
BDD : Behavior Driven development
08:26
BDD Documentation
00:00
Difference between TDD and BDD
03:08
Document : Difference between BDD and TDD
00:00
Common Files to be created in BDD
06:28
Documentation : Common Files to be created in BDD
00:12

Kickstart Gherkin Language for Writing Feature File

10 lectures
Define Gherkin & Feature File
08:26
Feature File and Keyword
04:24
Scenario keyword
03:36
Given Step
04:37
When and Then Steps
06:57
Background Step
03:03
Step Argument
02:33
Scenario Outline
10:38
Comments and Doc String
05:03
Tags & Control Execution using Tags
06:51

Start Creating BDD Framework using Selenium Webdriver & Python

6 lectures
Create Project Structure
03:45
Create Feature File
04:22
Step definition file
11:05
Tags & Control Execution using Tags
05:08
Environment File
07:36
Generate Report in BDD framework
04:54

Code Management using GITHUB

9 lectures
Git & GitHub Introduction
08:32
Setup Git and GitHub
05:34
Configure GIT with Username and Email
03:27
Create Local Repository
03:26
Commit Code to Local Repository
06:05
Undo Files from Stage to Untrack
04:28
Check and Discard Changes
02:48
Push Code to Remote Repository
03:48
Clone Repository
03:20

Batch File and Share Code on GitHub

2 lectures
Create Batch File
05:11
Push Code to Remote Repository
05:09

Setup Jenkins on Windows Machine

4 lectures
Step 1 : Setup Java
05:35
Step 2 : Download Jenkins War & Setup Plugins
06:44
Step 3 : Configure Paths on Jenkins
08:52
Step 4 : Setup Allure Reporting Options
08:52

Configure and Execution by Jenkins

6 lectures
Fetch Code from Github
03:11
Setup Environment Variable
03:00
Run batch file to install library
01:35
Execute Test Case using Pytest
03:18
Generate Allure Report - Part 1
08:30
Generate Allure Report - Part 2
06:47

Latest Training videos 2022

29 lectures
Basics of Software Testing - Day1
01:06:58
Basics of Software Testing - Day 2
01:57:04
Basics of Software Testing - Day3
01:58:10
Basics of Software Testing - Day4
01:57:55
Basics of Software Testing - Day5
01:59:17
Basics of Software Testing - Day6
01:56:17
Basics of Software Testing - Day7
02:00:30
Basics of Software Testing - Day8
01:58:42
Basics of Software Testing - Day9
01:54:44
Basics of Software Testing - Day10
01:53:44
Basics of Software Testing - Day11
01:51:17
Basics of Software Testing - Day12
01:56:06
Basics of Software Testing - Day13
01:47:06
Basics of Software Testing - Day14
02:09:19
Basics of Software Testing - Day15
01:54:36
Basics of Software Testing - Day16
01:53:18
Basics of Software Testing - Day17
01:59:21
Basics of Software Testing - Day18
02:01:55
Basics of Software Testing - Day19
01:50:55
Basics of Software Testing - Day20
01:55:14
Basics of Software Testing - Day21
01:59:03
Basics of Software Testing - Day22
01:56:52
Basics of Software Testing - Day23
01:57:25
Basics of Software Testing - Day24
01:55:38
Basics of Software Testing - Day25
02:00:59
Basics of Software Testing - Day26
02:03:42
Basics of Software Testing - Day27
01:40:29
Basics of Software Testing - Day28
01:58:40
Basics of Software Testing - Day29
01:51:39

Legacy/ Outdated Content

5 lectures
Python Video1
01:03:26
Python Video 2
01:46:10
Python Video 3
02:02:09
Python Video 4
02:16:58
Common Examples
07:39

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.