Skip to main content
00:00/00:00
Lecture 2 of 107

Step 1 Setup Python on Windows Machine with Environment Variable

Download Course (Free)

Course Content

0 / 107 completed
Section 1: Introduction & Environment Setup- Python Pycharm PIP Libraries5 videos

Step 2 Setup Pycharm - Editor fort Python Programming

14m

Step 1 Setup Python on Windows Machine with Environment Variable

11mNow Playing

Course Architecture Must for Everyone

12m

Step 3 Setup PIP Package Manager for Python

8m

Why as a Tester we need to learn Python

35m
Section 2: Getting start with basic PYTHON Programming5 videos

First Python Code Create Python File, Comments & Print on Console

30m

How to Declare and use Variables in Python

17m

Constraints and Type Casting

22m

How to take user input and use it in programming

24m

Standard datatypes in Python Number, String, List, Tuple & Dictionary

29m
Section 3: Control Execution using Condition Handling, Practical Examples and Exercise5 videos

Condition Handling using If Handle 2 Conditions

16m

Condition Handling using If Handle Single Condition

27m

Multiple Condition Handling (If - Elif - else) with practice exercise

20m

Nested Condition Handling (Condition inside Condition)

20m

Condition Handling with Logical OR and Logical AND

30m
Section 4: Do Execution with --Loops -- For, While, Break and Continue11 videos

Introduction of Loops - Why and Where to use Loops

11m

For Loop with Final Range - Run code until the given condition(value) reach

16m

For Loop with initial and final range -Run code between given range

20m

For loop with increment value - Run code with different increment value

9m

For loop with decrement value - Run code with different decrement value

12m

For loop with list - Running a loop on the List of values

19m

While Loop with increments

14m

Continue Statement

9m

Break Statement

17m

While loop with decrements

9m

Else Statement

6m
Section 5: String Handling7 videos

String Fetch Substring

18m

What is String and basic operations

33m

Common String Functions - Part 2

9m

Common String Functions - Part 1

17m

Common String Functions - Part 4

16m

Common String Functions - Part 3

17m

Compare 2 Strings in Python

22m
Section 6: Complex Data Types6 videos

List

30m

List function

11m

Tuple

25m

Tuple advance operations

20m

Dictionary basics

21m

Dictionary Methods

11m
Section 7: Functions in Detail5 videos

Rules to create functions

15m

Functions Basics

22m

Different types of functions

19m

Functions with return value

23m

Different types of arguments

34m
Section 8: Class in Python5 videos

Create first class

20m

Functions in Class

22m

Constructors

22m

Why and Where we use constructors

10m

Create Object in another file

20m
Section 9: Modules4 videos

What is Module

22m

How to Use Modules

30m

Creating Project Structure

18m

Difference between import and from-import

32m
Section 10: File Handling4 videos

Read character by character and line by line

11m

Read Data from File(.txt)

17m

Write data to File(.txt)

8m

Common file methods

8m
Section 11: Exception Handling in Python2 videos

Handle Exception using try, exception and finally

19m

What is Exception and Exception Handling

18m
Section 12: Read data from configuration files2 videos

Prepare configuration files

12m

Read data from config file

20m
Section 13: OOPS programming6 videos

Inheritance Example- Single Inheritance

13m

Multilevel Inheritance

21m

Inheritance

20m

Multiple Inheritance

15m

Inheritance Constructor in Parent and Child Class

12m

Data Overriding

32m
Section 14: Working with Excel Files4 videos

Why to read data from excel

9m

Read All Rows and Columns

14m

Read data from excel

28m

Write data to Excel File

17m
Section 15: Read & Write Excel Data(Xlsx file) OpenPyXl package4 videos

Install Module Move to Sheet Level

17m

Read one Cell Data

15m

Read All Rows & Cells Data

21m

Write Data to Excel

27m
Section 16: Project 1 WebScaping using Python4 videos

Pick data & Display on Console

14m

Pick data & save to File

10m

WebScraping Introduction

17m

Fetch data using BeautifulSoup

31m
Section 17: Work on CSV File4 videos

Write Data to CSV

11m

Compare Data

14m

Read Data from CSV

25m

Nested Dictionary

26m
Section 18: Pre-requisite for Project 2 Get Json understanding5 videos

JSON Basic Understanding

21m

JSON Path Basics

14m

JSON Path Advance

13m

Work with JSON

5m

Fetch & Validate JSON Response

37m
Section 19: Project 2 RESTful API Testing using Python8 videos

Making a GET request using python

29m

Validate Status Code

8m

Request Package Installation

32m

Fetch Response Header Values

21m

Create New Resource - POST Request - Part1

20m

Create New Resource - POST Request - Part2

18m

Fetch Response Content - using Json Path

24m

Update Resource on Server UPDATE Method

20m
Section 20: Project 3 Web Application Automation using Selenium Python5 videos

Setup Selenium on Python

7m

Work on TextBox

21m

Write First TestCase Open Browser Enter URL Maximize

28m

Work on Radio Button Checkbox Link Button

38m

Work on Dropdown or List

34m
Section 21: Project 4 Test Data Generation using Python6 videos

Note about this task

4m

Python And PyDev setup

23m

Test data generation in python-1

39m

Test data generation in python-4

35m

Test data generation in python-3

31m

Test data generation in python-2

28m