Compare 2 Strings in Python
Course Content
0 / 107 completedStep 2 Setup Pycharm - Editor fort Python Programming
Step 1 Setup Python on Windows Machine with Environment Variable
Course Architecture Must for Everyone
Step 3 Setup PIP Package Manager for Python
Why as a Tester we need to learn Python
First Python Code Create Python File, Comments & Print on Console
How to Declare and use Variables in Python
Constraints and Type Casting
How to take user input and use it in programming
Standard datatypes in Python Number, String, List, Tuple & Dictionary
Condition Handling using If Handle 2 Conditions
Condition Handling using If Handle Single Condition
Multiple Condition Handling (If - Elif - else) with practice exercise
Nested Condition Handling (Condition inside Condition)
Condition Handling with Logical OR and Logical AND
Introduction of Loops - Why and Where to use Loops
For Loop with Final Range - Run code until the given condition(value) reach
For Loop with initial and final range -Run code between given range
For loop with increment value - Run code with different increment value
For loop with decrement value - Run code with different decrement value
For loop with list - Running a loop on the List of values
While Loop with increments
Continue Statement
Break Statement
While loop with decrements
Else Statement
String Fetch Substring
What is String and basic operations
Common String Functions - Part 2
Common String Functions - Part 1
Common String Functions - Part 4
Common String Functions - Part 3
Compare 2 Strings in Python
List
List function
Tuple
Tuple advance operations
Dictionary basics
Dictionary Methods
Rules to create functions
Functions Basics
Different types of functions
Functions with return value
Different types of arguments
Create first class
Functions in Class
Constructors
Why and Where we use constructors
Create Object in another file
What is Module
How to Use Modules
Creating Project Structure
Difference between import and from-import
Read character by character and line by line
Read Data from File(.txt)
Write data to File(.txt)
Common file methods
Handle Exception using try, exception and finally
What is Exception and Exception Handling
Prepare configuration files
Read data from config file
Inheritance Example- Single Inheritance
Multilevel Inheritance
Inheritance
Multiple Inheritance
Inheritance Constructor in Parent and Child Class
Data Overriding
Why to read data from excel
Read All Rows and Columns
Read data from excel
Write data to Excel File
Install Module Move to Sheet Level
Read one Cell Data
Read All Rows & Cells Data
Write Data to Excel
Pick data & Display on Console
Pick data & save to File
WebScraping Introduction
Fetch data using BeautifulSoup
Write Data to CSV
Compare Data
Read Data from CSV
Nested Dictionary
JSON Basic Understanding
JSON Path Basics
JSON Path Advance
Work with JSON
Fetch & Validate JSON Response
Making a GET request using python
Validate Status Code
Request Package Installation
Fetch Response Header Values
Create New Resource - POST Request - Part1
Create New Resource - POST Request - Part2
Fetch Response Content - using Json Path
Update Resource on Server UPDATE Method
Setup Selenium on Python
Work on TextBox
Write First TestCase Open Browser Enter URL Maximize
Work on Radio Button Checkbox Link Button
Work on Dropdown or List
Note about this task
Python And PyDev setup
Test data generation in python-1
Test data generation in python-4
Test data generation in python-3
Test data generation in python-2