|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/selenium-python-beginners-to-advanced/
课程评论:没有评论
课程名称:Selenium Python:从初学者到高级 [实践项目] 课程概述: 本课程详细讲解了Selenium与Python的结合,适合从基础学习起,涵盖学习Selenium所需的所有前置知识。课程内容包括: 1. **软件测试基础**: - 手动测试与自动化测试的定义 - 自动化工具如何进行测试 - Selenium的介绍及其支持的应用类型 - Selenium的官方网站、费用及开源性质 - Selenium支持的不同浏览器和操作系统 - 不同版本的Selenium,以及其未来的发展 2. **Python编程语言**: - Python的安装与配置 - 基础语法、数据类型、控制流、函数等 - 对象导向编程基础 - 文件处理、异常处理、模块与包的使用 - 复杂数据类型、日期时间、正则表达式等 3. **HTML基础知识**: - HTML的基本概念、标签及其结构 - 如何将文本、图像、表格等内容插入到HTML页面中 4. **定位器**: - 不同类型的定位器及其用法(如ID、名称、类名、XPath、CSS选择器等) 5. **Selenium WebDriver**: - Selenium的安装、配置与使用 - 如何在不同浏览器中执行自动化操作 - 元素的查找、点击、输入文本等基本操作 - 浏览器的管理与状态检查 - 处理JavaScript警告、身份验证弹窗等 课程还将深入探讨PyTest、框架、Jenkins、Git、GitHub、BDD Behave和Selenium Grid等高级主题,适合希望深入掌握Selenium与Python自动化测试的学习者。整个课程旨在通过实际项目实践,帮助学员掌握测试自动化的技能。
This is a detailed course on Selenium Python, starting from basics including all the pre-requisites required for learning Selenium. This course starts with the below introduction topics:What is Manual Testing?What is Automation Testing?How can an Automation Tool perform Testing?What is Selenium?Types of Applications that Selenium can Automate?Official Website of SeleniumIs Selenium free or paid?Is Selenium is Open Source?Different Browsers supported by SeleniumDifferent Operating Systems supported by SeleniumDifferent Programming Languages supported by SeleniumDifferent Components in SeleniumDifferent versions of SeleniumFinding out the Future of Selenium using ChatGPT AIPre-requisites required for learning SeleniumSome basic knowledge of Software Testing is required for understanding this course. The below are the different topics on Software Testing that are covered in this course:What is Software Testing?How Testing is performed manually?Why we have to go for automation testing?In this course, we have to learn Python programming language as a pre-requisite for automating in Selenium. The below are the different topics on Python programming language that are covered in this course:Introduction to PythonDownloading, Installing and Configuring PythonDownloading, Installing and Using PyCharm IDEPrinting in Python using Print statementsVariables in PythonData Types in PythonType Casting in PythonOperators in PythonComments in PythonOperator Precedence in PythonDeleting a variable in PythonUsing + for String concatenationStoring Multi-line preformatted String text into a variableStoring a lengthy text into a variableFormatting Print statements in PythonControl Flow Statements in PythonSelection/Decision Control Statements in Python - if, else, elifwhile loop in Pythonfor loop with range() in Pythonbreak and continue statements in Python - Transfer/Jump StatementsFunctions - Getting started Function can be called multiple times Parameterizing functionsDefault Arguments in functionsFunction with multiple parameters Functions can return dataPurpose of functions Multiple functions can be createdCollecting input from User using input() in-built functionmax() and min() in-built functions in pythonLocal and Global Variables in Pythonpass statement in PythonCollections in PythonList - CollectionsTuple - Collections Set - Collections Dictionary - Collections List Versus Tuple Versus Set Versus Dictionary Strings in and not in operatorsFile HandlingGetting started with Object Oriented Programming - Classes and Objectsself in PythonAssigning method parameters to class variables using self keywordInitializing Class Variables using methods in Python__init__ method in PythonStatic Variables, Static Methods, Instance Variables, Instance Methods InheritanceTypes of InheritancePolymorphism - Method Overriding Overloading Methods is not directly supported by Pythonsuper() in PythonPrivate Variable and Private Methods in PythonUsing Getter and Setter Methods with private variables in PythonEncapsulation in PythonAbstraction in Python - Abstract Classes and Abstract MethodsModules in PythonPackages in Python Exception Handling in PythonLambda function in PythonUsing *args in PythonUsing **kwargs in PythonUnpacking Collections or range() into individual variablesComplex Data Type in Pythonrange Data Type in Python Complete List of Data Types in PythonGenerating Random numbers in Python Escape Characters in PythonUsing bool() function in python for evaluating values as True or FalseShort Hand if and if.. else Statements in PythonUser iter() function in Python with List, Tuple, Set and DictionaryDate and Time in PythonRegular Expressions in PythonBasic knowledge of HTML is required for understanding locators which help Selenium in finding web elements on the web page. The below are the different topics on HTML Basics covered in this course:What is HTML?HTML Tags, Attribute Names, Attribute Values, enclosed Text and HTML ElementsStructure of HTMLAdding Title to the HTML Web PageAdding Paragraphs to HTML Web PageAdding Bold, Italic and Underlined text to HTML Web PageAdding different sizes of headingsAdding hyperlinks to the web pageAdding rulers to the web pageAdding images to web pageAdding line breaks to web pageAdding table to web pageLocators is one of the pre-requisite we have to learning for learning Selenium. There are different types of locators which help Selenium in finding the elements on the web page. The below are the different topics on locators which are covered in this course:What are Locators?Different types of LocatorsDemonstrating ID locatorDemonstrating Name LocatorDemonstrating Class Name locatorDemonstrating Link Text locatorDemonstrating CSS Selector locatorDemonstrating XPath locatorDemonstrating DOM locatorPriority of LocatorsXPath Expressions in detailCSS Selecorts in detailSelectorsHubXPath Expressions and CSS Selectors in detailSelenium WebDriver is the main component of Selenium, which needs to be learnt for Selenium Automation. The below are the detailed topics which are covered in this course as part of Selenium WebDriver:Downloading, Installing and Configuring PythonInstalling, Launching and using PyCharm IDEInstalling Selenium for PythonOpening different browsers using Selenium Python on WindowsMaximizing the browser windowOpening the Application URL in BrowserMinimizing the browser windowFinding element using different locatorsClicking on different types of Web ElementsTyping text into Text FieldsStoring the Element to perform multiple operations on same elementClearing the text from Text FieldsRetrieving the text between HTML tagsRetrieving the title of the current web pageRetrieving the URL of the current web pageClosing the current browser windowClosing all the browser windowsRetrieving the value of any HTML elements attributeChecking whether the element is displayed on the pageChecking the display status of hidden elements on the pageChecking whether the element is enabled or disabledChecking the selection status of radio buttons and check box fieldsNavigate forward and backward in BrowserRefreshing the Web PageView the Web Page in Full Screen ModeSet the size of a windowSubmitting the formTaking screen-shot of the web pageRetrieving the HTML tag name of Web Element on PageFinding the size of the web elementFinding the location of the Web ElementFinding both size and location of the Web ElementSetting page load time out for the website to openFinding multiple elements on the web pageFinding element or elements using Tag NameHandling JavaScript AlertsHandling JavaScript Confirmation DialogsHandling JavaScript PromptsHandling Authentication PopupsHandling Application Web Push Notifications (Permission Pop-ups)Handling Bootstrap DropdownHandling JQuery dropdownHandling Radio buttons and checkbox fieldsHandling HyperlinksHandling StaleElementReferenceExceptionAnd many more topicsAlong with the above, several topics like PyTest, Utilities, Frameworks, Jenkins, Git, GitHub, BDD Behave and Selenium Grid are covered in-depth from scratch to the advanced level in this course.