At the end of this course, You will get complete knowledge on Python Automation and How to use it in every day life
You will learn how to automat WhatsApp, Facebook, Email, YouTube, Telegram
Complete Understanding on Selenium and webdriver with real time Scenarios on LIVE Websites
You will learn about Pytest Framework Which is a Test Framework for python
You will learn about logging and implement it on test automation framework
You will learn How to create your own test automation framework and use it to improve your social media (Facebook, YouTube, Instagram, TikTok …)
You will learn all about Git and GitHub and getting the skill To Collaborate or work as part of a team
You will learn how to automate social media (Facebook, WhatsApp, Telegram, email, YouTube)
You will learn how to schedule any kind of task that you want to do on internet for every day life
You will be able to implement Python Test Automation Frameworks from Scratch with all latest Technlogies
You Will learn a lot more then you think from this course.
Mastering Python Automation for every day life
- Have a Passion of learning Seleniumbut have no coding knowledge ? I will fulfill your wish with my easy teaching and life time query support through QA
This course involves using software tools to cut down on the time spent on minor social media tasks that can be done without human touch.
Automation also helps businesses to scale their marketing efforts, saving them valuable resources and time. The advantage of using automation tools is that a brand can cultivate a large social media following by posting the most relevant content at appropriate times.
This in-depth course has been designed for beginners interested in learning python and how to automate social media like: Facebook, WhatsApp, email, telegram and YouTube, and to create a test automation framework for life website which is LIKE4LIKE website. By using this framework you can improve all your social media for free, The engaging content in each module covers the most essential theoretical concepts with a practical approach.
in mastering python automation you will start:
. from very beginning of python, I will take through many example and exercises to improve you codding skills.
. then we will cover all and every thing about selenium and WebDriver that you need to create your Test automation framework.
. when you are completely ready for creating test automation framework we start creating the Test Automation Framework
. I will Take you step by step through all aspect of test automation framework any thing that is needed for a test automation framework I will teach you.
. We will cover the Pytest framework which is a framework for python
. you will learn all about logging and how to accommodate it on test automation framework
. we will learn about Git and GitHub and you will get the skill, how to work as a team and collaborate on GitHub to complete your task.
. we will learn about social media automation
Get Instant Notification of New Courses on our
Telegram channel.
· The automation of basic tasks on WhatsApp, you will learn how you can automatically send messages to individuals and into groups using Python.
· Then you will learn how you can send email to anyone using python.
· You’ll then learn how to schedule any task using Python, which will ultimately help you in implementing different projects.
. You’ll also learn how to get any information of your YouTube channel and export it as CSV file for reporting to someone.
· Also, you’ll study and implement how to automate posting different types of content on your Facebook Pages and groups. You’ll also see how to delete posts, comment on a post, and much more.
. You will learn how to use selenium to post something on many Facebook groups.
. Also you will how to create your telegram bot and schedule to send messages to telegram group.
. Finally you will learn how make your telegram bot live (upload it on server).
You’ll learn all the basic and necessary concepts for automating every day task for social media. Moreover, the detailed projects included in this course will deliver a useful learning experience. This course has been specifically designed for beginners who know nothing about python and Automating tasks.
Not just the video lectures you will see the entire coding part done step by step and the lectures are explained in a very detailed and practical approach is taken in every example by the trainer.
We assume that students have no experience in automation or coding and start every topic from scratch and basics.
Examples are taken from REAL TIME HOSTED WEB APPLICATIONS to understand how different components can be automated.
Don’t hesitate any longer – join us now and start having new experiences with The Mastering Python Automation For Every Day Life today!
Introduction to course
Course Introduction
Getting Started With Python Basics
installing python and IDE
introduction to VSC and Jupyter Notebook
Write your first program in python
Variables in python
Naming varaibles
Exercise 1: adding two number
Exercise 1 solution
String in python
Number in python
Exercise 2: find squer root of a number
Exercise 2 solution
Builtins functions in python
Exercise 3: find the area of tringle
Exercise 3 solution
List in python
Exercise 4: swap two number
Exercise 4 solution
Create a login system script
Working with dictionary
if condition in python
Exercise 5: find the largest number among three number
Reading from a file
Writing in a file
Read, write and appends to a file
working with loops
while loop
Exercise 6: go through multiple list with one loop
Improve Your Coding Skills With Python Exercises
Generate random number
Check if a number is odd or even
check if a number is prime
find the prime number within an interval
finding the factorial of number
Create quiz app with python
Create multiplication table for number
Generating fibonacci number
Find the safe-box pin
Solution for finding safe box pin
Create your simple calculator
Make a simple guess number programm
Cracking zip file password
Learn CSS Selector For Test Automation With Selenium
introduction to CSS and css_selector
selecting elements using its ID
sending keys to a input web element using its ID
select elements using classname
combining many element to find a unique element
mixing more attribute to find a unique element
printing a label using mixed attributes
selecting elements that has dynamic suffix,prefix and substring
selecting chiled of a tag
using next sibling to select an option
CSS SELECTOR pseudo-classes
Learn XPATH For Test Automation With Selenium
introduction to xpath
using xpath to write something in a field
type of Xpath
starts with function
contains function for xpath
using text function with xpath
using and & or with xpath
axes method with xpath
descendant and descendant or self
ancestor and ancestor-or-self method in xpath
End to End Practice Projects With Complete Methods in Selenium and Web Driver
introduction to selenuim
selenium documentation
installing webdriver manager and use it with deffirent browser
DOM and web elements
selectorshub and its usage
selecting the elements by its Id
classes and functions
selecting the element using name and xpath
selecting elements using CSS_SELECTOR
selecting the elements using the link
selecting elements using the tagname
selecting elements using the classname
some functions that is nesessary
finding multiple elements in webpage
printing text from web-pages
getting the value from an attribute
check if an element is enabled or disabled
checking the display option
handling the check box
handling radio buttons
hanlding select tag
handling the auto suggestions
handling callender
Taking screenshot
using JavaScript to open a webpage
handling multiple window
working with Iframe
handling javascript alert
Mouse Over
right click and double click
handle drag and drop
handle the slider
implicit wait in selenium
explicit wait in selenium
fluent wait in selenium
remove the deprecate warning
Learn Pytest Framework of Python Getting Ready for Test Automation Framework
1. Wat is PyTest How to Install pytest
How to write the first test in pytest
How to run pytest form Common Line
How to user markers in pytest
fixture in pytest
conftest in pytest
parametrizing the fixture part one
parametrizing the fixture part two
Logging Get Prepared For Test Automation Framework
introduction to logging in python
storing the loggs into a file
formatting the logs
configure the logs
Design and Develop Test Automation Framework
what is test automation framework part one
Describing the sample for test automation framework part two
Automating like4like website to get free credits part three
Create fixture for test automation framework part four
Using explicit wait in test automation framework part five
hit the login button test automation fram work part six
handling login form test automation framework part seven
like4like home page test automation framework part eight
test automation frame work part nine
test automation framework part ten
test automation frame work part eleventh
test automation frame work part twelve
test automation framework part thirteen
test automation framework part fourteen
custom logger for test automation framework
test automation project part logging
test automation framework part seventeen
test automation framework part eighteen
test automation framework part nineteen
test automation framework part twenty
test automation framework part twenty one
test automation framework part twenty two
Learn Git And GitHub and Push Your Framework On GitHub
installing git in local system
How to do first commit in git
push first repository on GitHub
push the like4like test automation framework on GitHub
How to clone GitHub repository and push it back on GitHub
How is git used in development end to end example
Git Branching and merging
Automate your WhatsApp
setting up the invironment
send a text message on whatsapp
closing the whatsapp tab
send an image to whatsapp
send text message to whatsapp group
send an image to whatsapp group
Email automation
creating new password for email automation
sending text email to a person
sending files using email
schedule printing a text
schedule sending email
Automate your YouTube channel
getting api key and channel ID
getting information of the channel
getting some specific information from youtube channel
getting playlist information and videos
getting video information
getting specific information from videos
challenge exporting youtube channel data
solving challenge part one
solving challenge part two
Facebook automation
generating access token
post on facebook page
posting image on facebook page
puting a comment in a post
like and delete a post on facebook page
uploading youtube links on facebook page
Improve Your YouTube view
improve YouTube views by uploading your videos link on facebook groups part one
improve YouTube views by uploading your videos link on Facebook groups part two
Telegram Automation
create your first telegram bot
providing online message for scheduling
send message to a telegram group
schedule sending message to a group
making the telegram bot online for free
runing the telegram bot in a period of time on IBM cloud