وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Mastering Python Automation For Every Day Life

سرفصل های دوره

Python automation - Selenium WebDriver - Git and GitHub - Complete Test Automation Framework - Social Media Automation


1. Introduction to course
  • 1. Course Introduction

  • 2. Getting Started With Python Basics
  • 1. installing python and IDE
  • 2. introduction to VSC and Jupyter Notebook
  • 3. Write your first program in python
  • 4. Variables in python
  • 5. Naming varaibles
  • 6. Exercise 1 adding two number
  • 7. Exercise 1 solution
  • 8. String in python
  • 9. Number in python
  • 10. Exercise 2 find squer root of a number
  • 11. Exercise 2 solution
  • 12. Builtins functions in python
  • 13. Exercise 3 find the area of tringle
  • 14. Exercise 3 solution
  • 15. List in python
  • 16. Exercise 4 swap two number
  • 17. Exercise 4 solution
  • 18. Create a login system script
  • 19. Working with dictionary
  • 20. if condition in python
  • 21. Exercise 5 find the largest number among three number
  • 22. Reading from a file
  • 23. Writing in a file
  • 24. Read, write and appends to a file
  • 25. working with loops
  • 26. while loop
  • 27. Exercise 6 go through multiple list with one loop

  • 3. Improve Your Coding Skills With Python Exercises
  • 1. Generate random number
  • 2. Check if a number is odd or even
  • 3. check if a number is prime
  • 4. find the prime number within an interval
  • 5. finding the factorial of number
  • 6. Create quiz app with python
  • 7. Create multiplication table for number
  • 8. Generating fibonacci number
  • 9. Find the safe-box pin
  • 10. Solution for finding safe box pin
  • 11. Create your simple calculator
  • 12. Make a simple guess number programm
  • 13. Cracking zip file password

  • 4. Learn CSS Selector For Test Automation With Selenium
  • 1. introduction to CSS and css selector
  • 2. selecting elements using its ID
  • 3. sending keys to a input web element using its ID
  • 4. select elements using classname
  • 5. combining many element to find a unique element
  • 6. mixing more attribute to find a unique element
  • 7. printing a label using mixed attributes
  • 8. selecting elements that has dynamic suffix,prefix and substring
  • 9. selecting chiled of a tag
  • 10. using next sibling to select an option
  • 11. CSS SELECTOR pseudo-classes

  • 5. Learn XPATH For Test Automation With Selenium
  • 1. introduction to xpath
  • 2. using xpath to write something in a field
  • 3. type of Xpath
  • 4. starts with function
  • 5. contains function for xpath
  • 6. using text function with xpath
  • 7. using and & or with xpath
  • 8. axes method with xpath
  • 9. descendant and descendant or self
  • 10. ancestor and ancestor-or-self method in xpath

  • 6. End to End Practice Projects With Complete Methods in Selenium and Web Driver
  • 1. introduction to selenuim
  • 2. selenium documentation
  • 3. installing webdriver manager and use it with deffirent browser
  • 4. DOM and web elements
  • 5. selectorshub and its usage
  • 6. selecting the elements by its Id
  • 7. classes and functions
  • 8. selecting the element using name and xpath
  • 9. selecting elements using CSS SELECTOR
  • 10. selecting the elements using the link
  • 11. selecting elements using the tagname
  • 12. selecting elements using the classname
  • 13. some functions that is nesessary
  • 14. finding multiple elements in webpage
  • 15. printing text from web-pages
  • 16. getting the value from an attribute
  • 17. check if an element is enabled or disabled
  • 18. checking the display option
  • 19. handling the check box
  • 20. handling radio buttons
  • 21. hanlding select tag
  • 22. handling the auto suggestions
  • 23. handling callender
  • 24. Taking screenshot
  • 25. using JavaScript to open a webpage
  • 26. handling multiple window
  • 27. working with Iframe
  • 28. handling javascript alert
  • 29. Mouse Over
  • 30. right click and double click
  • 31. handle drag and drop
  • 32. handle the slider
  • 33. implicit wait in selenium
  • 34. explicit wait in selenium
  • 35. fluent wait in selenium
  • 36. remove the deprecate warning

  • 7. Learn Pytest Framework of Python Getting Ready for Test Automation Framework
  • 1. 1. Wat is PyTest How to Install pytest
  • 2. How to write the first test in pytest
  • 3. How to run pytest form Common Line
  • 4. How to user markers in pytest
  • 5. fixture in pytest
  • 6. conftest in pytest
  • 7. parametrizing the fixture part one
  • 8. parametrizing the fixture part two

  • 8. Logging Get Prepared For Test Automation Framework
  • 1. introduction to logging in python
  • 2. storing the loggs into a file
  • 3. formatting the logs
  • 4. configure the logs

  • 9. Design and Develop Test Automation Framework
  • 1. what is test automation framework part one
  • 2. Describing the sample for test automation framework part two
  • 3. Automating like4like website to get free credits part three
  • 4. Create fixture for test automation framework part four
  • 5. Using explicit wait in test automation framework part five
  • 6. hit the login button test automation fram work part six
  • 7. handling login form test automation framework part seven
  • 8. like4like home page test automation framework part eight
  • 9. test automation frame work part nine
  • 10. test automation framework part ten
  • 11. test automation frame work part eleventh
  • 12. test automation frame work part twelve
  • 13. test automation framework part thirteen
  • 14. test automation framework part fourteen
  • 15. custom logger for test automation framework
  • 16. test automation project part logging
  • 17. test automation framework part seventeen
  • 18. test automation framework part eighteen
  • 19. test automation framework part nineteen
  • 20. test automation framework part twenty
  • 21. test automation framework part twenty one
  • 22. test automation framework part twenty two

  • 10. Learn Git And GitHub and Push Your Framework On GitHub
  • 1. installing git in local system
  • 2. How to do first commit in git
  • 3. push first repository on GitHub
  • 4. push the like4like test automation framework on GitHub
  • 5. How to clone GitHub repository and push it back on GitHub
  • 6. How is git used in development end to end example
  • 7. Git Branching and merging

  • 11. Automate your WhatsApp
  • 1. setting up the invironment
  • 2. send a text message on whatsapp
  • 3. closing the whatsapp tab
  • 4. send an image to whatsapp
  • 5. send text message to whatsapp group
  • 6. send an image to whatsapp group

  • 12. Email automation
  • 1. creating new password for email automation
  • 2. sending text email to a person
  • 3. sending files using email
  • 4. schedule printing a text
  • 5. schedule sending email

  • 13. Automate your YouTube channel
  • 1. getting api key and channel ID
  • 2. getting information of the channel
  • 3. getting some specific information from youtube channel
  • 4. getting playlist information and videos
  • 5. getting video information
  • 6. getting specific information from videos
  • 7. challenge exporting youtube channel data
  • 8. solving challenge part one
  • 9. solving challenge part two

  • 14. Facebook automation
  • 1. generating access token
  • 2. post on facebook page
  • 3. posting image on facebook page
  • 4. puting a comment in a post
  • 5. like and delete a post on facebook page
  • 6. uploading youtube links on facebook page

  • 15. Improve Your YouTube view
  • 1. improve YouTube views by uploading your videos link on facebook groups part one
  • 2. improve YouTube views by uploading your videos link on Facebook groups part two

  • 16. Telegram Automation
  • 1. create your first telegram bot
  • 2. providing online message for scheduling
  • 3. send message to a telegram group
  • 4. schedule sending message to a group
  • 5. making the telegram bot online for free
  • 6. runing the telegram bot in a period of time on IBM cloud
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 9619
    حجم: 9865 مگابایت
    مدت زمان: 1284 دقیقه
    تاریخ انتشار: 26 فروردین 1402
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید