Companies Home Search Profile

End to End Automation using Python | Web Application & API

Focused View

Testing World

11:33:03

99 View
  • 1. Why as a Tester we need to learn Python.mp4
    11:09
  • 2. Course Architecture Must for Everyone .mp4
    03:30
  • 3. Step 1 Setup Python on Windows Machine with Environment Variable.mp4
    03:47
  • 4. Step 2 Setup Pycharm - Editor fort Python Programming.mp4
    03:51
  • 5. Step 3 Setup PIP Package Manager for Python.mp4
    02:52
  • 1. First Python Code Create Python File, Comments And Print on Console.mp4
    13:14
  • 2. How to Declare and use Variables in Python.mp4
    07:47
  • 3. How to take user input and use it in programming.mp4
    12:19
  • 4. Constraints and Type Casting.mp4
    11:12
  • 5. Standard datatypes in Python Number, String, List, Tuple And Dictionary.mp4
    10:36
  • 1. Condition Handling using If Handle Single Condition.mp4
    13:09
  • 2. Condition Handling using If Handle 2 Conditions.mp4
    06:33
  • 3. Multiple Condition Handling (If - Elif - else) with practice exercise.mp4
    08:10
  • 4. Nested Condition Handling (Condition inside Condition).mp4
    09:23
  • 5. Condition Handling with Logical OR and Logical AND.mp4
    13:37
  • 1. Introduction of Loops - Why and Where to use Loops.mp4
    05:07
  • 2. For Loop with Final Range - Run code until the given condition(value) reach.mp4
    06:34
  • 3. For Loop with initial and final range -Run code between given range.mp4
    08:28
  • 4. For loop with increment value - Run code with different increment value.mp4
    03:23
  • 5. For loop with decrement value - Run code with different decrement value.mp4
    05:25
  • 6. For loop with list - Running a loop on the List of values.mp4
    08:16
  • 7. While Loop with increments.mp4
    05:15
  • 8. While loop with decrements.mp4
    03:24
  • 9. Break Statement.mp4
    05:30
  • 10. Continue Statement.mp4
    03:21
  • 11. Else Statement.mp4
    02:02
  • 1. What is String and basic operations.mp4
    10:57
  • 2. String Fetch Substring.mp4
    05:58
  • 3. Common String Functions - Part 1.mp4
    05:10
  • 4. Common String Functions - Part 2.mp4
    02:44
  • 5. Common String Functions - Part 3.mp4
    05:22
  • 6. Common String Functions - Part 4.mp4
    05:13
  • 7. Compare 2 Strings in Python.mp4
    08:11
  • 1. List.mp4
    09:22
  • 2. List function.mp4
    03:31
  • 3. Tuple.mp4
    06:33
  • 4. Tuple advance operations.mp4
    05:54
  • 5. Dictionary basics.mp4
    05:58
  • 6. Dictionary Methods.mp4
    02:44
  • 1. Functions Basics.mp4
    07:02
  • 2. Rules to create functions.mp4
    03:55
  • 3. Different types of functions.mp4
    05:31
  • 4. Functions with return value.mp4
    07:00
  • 5. Different types of arguments.mp4
    09:41
  • 1. Create first class.mp4
    05:43
  • 2. Functions in Class.mp4
    06:09
  • 3. Constructors.mp4
    05:07
  • 4. Why and Where we use constructors.mp4
    04:53
  • 5. Create Object in another file.mp4
    05:41
  • 1. What is Module.mp4
    05:43
  • 2. How to Use Modules.mp4
    07:58
  • 3. Creating Project Structure.mp4
    06:43
  • 4. Difference between import and from-import.mp4
    10:16
  • 1. Read Data from File(.txt).mp4
    05:18
  • 2. Read character by character and line by line.mp4
    03:44
  • 3. Write data to File(.txt).mp4
    02:35
  • 4. Common file methods.mp4
    02:33
  • 1. What is Exception and Exception Handling.mp4
    05:08
  • 2. Handle Exception using try, exception and finally.mp4
    05:23
  • 1. Prepare configuration files.mp4
    04:01
  • 2. Read data from config file.mp4
    05:58
  • 1. Inheritance.mp4
    07:16
  • 2. Inheritance Example- Single Inheritance.mp4
    04:24
  • 3. Multilevel Inheritance.mp4
    08:15
  • 4. Multiple Inheritance.mp4
    05:09
  • 5. Inheritance Constructor in Parent and Child Class.mp4
    04:08
  • 6. Data Overriding.mp4
    11:34
  • 1. Why to read data from excel.mp4
    03:31
  • 2. Read data from excel.mp4
    08:26
  • 3. Read All Rows and Columns.mp4
    04:20
  • 4. Write data to Excel File.mp4
    05:44
  • 1. Install Module Move to Sheet Level.mp4
    07:28
  • 2. Read one Cell Data.mp4
    05:57
  • 3. Read All Rows And Cells Data.mp4
    07:01
  • 4. Write Data to Excel.mp4
    08:30
  • 1. WebScraping Introduction.mp4
    04:50
  • 2. Pick data And Display on Console.mp4
    04:57
  • 3. Pick data And save to File.mp4
    03:00
  • 4. Fetch data using BeautifulSoup.mp4
    08:07
  • 1. Read Data from CSV.mp4
    10:09
  • 2. Write Data to CSV.mp4
    03:26
  • 3. Compare Data.mp4
    04:29
  • 4. Nested Dictionary.mp4
    08:27
  • 1. JSON Basic Understanding.mp4
    09:40
  • 2. JSON Path Basics.mp4
    06:03
  • 3. JSON Path Advance.mp4
    05:44
  • 4. Work with JSON.mp4
    02:26
  • 5. Fetch And Validate JSON Response.mp4
    11:50
  • 1. Request Package Installation.mp4
    08:58
  • 2. Making a GET request using python.mp4
    10:10
  • 3. Validate Status Code.mp4
    02:53
  • 4. Fetch Response Header Values.mp4
    05:42
  • 5. Fetch Response Content - using Json Path.mp4
    07:03
  • 6. Create New Resource - POST Request - Part1.mp4
    08:29
  • 7. Create New Resource - POST Request - Part2.mp4
    05:52
  • 8. Update Resource on Server UPDATE Method.mp4
    06:04
  • 1. Setup Selenium on Python.mp4
    02:06
  • 2. Write First TestCase Open Browser Enter URL Maximize.mp4
    09:32
  • 3. Work on TextBox.mp4
    05:19
  • 4. Work on Radio Button Checkbox Link Button.mp4
    08:26
  • 5. Work on Dropdown or List.mp4
    08:07
  • 1. Note about this task.mp4
    01:33
  • 2. Python And PyDev setup.mp4
    06:50
  • 3. Test data generation in python-1.mp4
    08:49
  • 4. Test data generation in python-2.mp4
    06:09
  • 5. Test data generation in python-3.mp4
    07:29
  • 6. Test data generation in python-4.mp4
    07:08
  • Description


    Automate Manual Stuffs using Python, Web Automation using Selenium Python, API Automation with Request, Realtime Project

    What You'll Learn?


    • Expert level knowledge with practical exposer of Python for Realtime implementation
    • Ready to use python in Daily realtime project activities(Manual / Automation)
    • Detailed understanding of python and its implementation in different automation activities
    • Ready to face Python programming interviews for Automation Testing
    • Ready to Write Selenium Automation Scripts single handedly with best practices

    Who is this for?


  • Manual Testers Looking Opportunity in Python Automation
  • Professionals looking to switch to python scripting language
  • Freshers looking for opportunity in Automation Testing
  • Any professional want to start carrier in python Automation
  • What You Need to Know?


  • Basic understanding of Windows Operating System
  • Good to have understanding of Manual Testing, Processes, Functional & Regression Testing
  • Should be ready to invest at least 30mins a day for practice and concept implementation
  • More details


    Description

    -- Recent Updates --

    Sep 2022 : Updated Python videos with improved Sound Quality

    Dec 2021 :  Added videos for Web Scrapping

    Jun 2021 : Added Videos for API Response Validation


    This is a end to end course to Utilize Python for automating our daily Manual Task and Application

    Coverage:

    • Step by Step Installation of Python and other tools libraries required for this course.

    • Learn Python basics like Condition Handling, Looping, String Handling.

    • Standard Data Types (List, Tuple, Dictionary)

    • How to work on Class and Functions

    • Advance Python Concepts : File Handing, Excel Handling, Exception Handling

    • OOPS Programming : Inheritance, Overriding

    • Working with CSV file, JSON Handling

    • Here we will write code by following all standards and best practices.

    • Different practice exercise and questions to test our learning time to time.

    • Help with Q&A support whenever needed

    • Use many most usable python packages and libraries


    Realtime Project Coverage:

    Project 1: 

       - WebScraping : Navigate to different pages of a website, fetch data and store for further analysis

    Project 2:

       - API Testing : Most important area as REST API Testing is having huge demand, here we will learn how to do API Testing using Python Programming

    Project 3:

       - Web Automation Basics : As we know we can automation web applications, here we will learn, how to automate Web Application using Selenium and Python

    Project 4:

       - Test Data Generation : Its a test data generation utility which we will design for manual testing activities



    Who this course is for:

    • Manual Testers Looking Opportunity in Python Automation
    • Professionals looking to switch to python scripting language
    • Freshers looking for opportunity in Automation Testing
    • Any professional want to start carrier in python Automation

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Testing World
    Testing World
    Instructor's Courses
    Handling Testing World Operations Involve in Testing Course Video update and management Handling online and Face to face classes of Testing World Masters In Computer Science Expertise in manual testing & Automation testing using Selenium, QTP, LoadRunner, Jmeter and Mobile Automation Found of Testing World Trained more than 4000 students online  Actively involved in corporate training
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 107
    • duration 11:33:03
    • English subtitles has
    • Release Date 2023/08/15