|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/selenium-webdriver-using-java-for-beginners-in-telugu/
课程评论:没有评论
Coursera 上的 Selenium Webdriver 自动化测试入门课程(Java 语言,泰卢固语授课) 本课程专为 Selenium 和 Java 的初学者设计。课程将从 Java 基础知识开始,涵盖变量、数据类型、运算符、控制流语句(if-else, switch-case, for, while, do-while)、OOPS(String、访问修饰符、Static、Main 方法、构造函数、继承、方法重载/重写、多态性、抽象类与接口的差异、Super、This、Final、Finally、Finalize、封装、垃圾回收)、异常处理机制、Casting、Date 类以及 Java 8 的新特性(FI、Lambda 表达式、集合 API、同步、包装类、输入/输出文件)。此外,还将讲解预定义 Java 包、将代码打包成 JAR 以及数组。 在 Webdriver 部分,课程将深入介绍如何在 Selenium 4.x 版本中启动浏览器、配置环境、处理 40 多个独特场景、截屏、使用 JavaScript 进行页面滚动、使用 HTML Unit Driver、处理多窗口、隐式等待与显式等待、处理 Ajax 自动建议、处理 Web 表格、自动化表格数据、使用 JXL/POI 文件处理 Excel 测试数据、从文本文件、XML 文件、CSV 文件获取数据、生成测试结果和详细总结报告、处理警告信息(包括意外警告)、浏览器窗口、应用程序窗口和弹出窗口、处理多个 Frame、录制视频、读取图像和 PDF 文件内容、使用 isSelected() 和 isDisplayed() 方法。 除了核心的 Selenium Webdriver 知识,课程还将涵盖测试框架和工具,包括 JUnit、TestNG、Maven、Jenkins、GIT、Cucumber BDD、Page Object Model (POM) 框架以及 Page Factory。课程将详细讲解定位器(Locators),包括如何识别网页元素、使用 Firebug, IE Developer tools, Google Chrome Developer tools 等工具识别元素、通过 ID、name、link text、XPath、CSS 选择器定位元素,以及使用 Apache POI 进行数据驱动测试。TestNG 教程将提供实际示例。课程还包括实战项目、Selenium 4.x Page Factory TestNG 框架(共 10 部分)。 最后,课程将从面试的角度讨论 Selenium 概念,并提供一系列 Java 编程练习,包括字符串回文检查、打印字符串的所有子字符串、打印所有回文子字符串、魔术数检查、字符串反转、单词反转、数组升序排列、首字母大写、单词计数、空格计数、Main 方法重载、不使用循环打印 1 到 10 的数字以及移除数组中的重复值。
This course is designed for complete beginners.Get started with Selenium using Java.If you are a complete beginner on Selenium or Java, this course is perfect for you.At the end of the training you will be in a position to handle any interviews on automation testing and easily crack interviews and handle any project on automation. Please find below list of topics that we are going to cover as part of this training program: JAVA: Intro to JAVA:JDK, JVM, JREVariable, Data typesPackagesOperatorsIf-ElseSwitch-caseFor,while,do whilecontinue, break OOPS: StringAccess ModifiersStaticMain MethodConstructorInheritanceMethod overloading, overriddingPolymorphism, types of:Static & dynamic binding notDiff b/w abstract class n interfaceConcerte classAbstract ClassAbstractionInterfaceSuper/ ThisFinal, Finally, finalizeEncapsulationGarbage CollectionException Handling Mechanism: Ctype castingDate class: in java 8Java 8 concepts: FI, Lambda expression,Collection APIsynchorizarionwrapper classesInput/Output filesStatic & dynamic bindingPredefined packages in javacovert code into jarArrayPlease find below detailed concepts which we are covering in WebDriver: How to launch browser in Selenium 4.x VersionsConfiguration40 plus unique scenariosCapture screenshot(positive)Page scroll down using Java scriptHTML Unit DriverHandling Multiple WindowsImplicit wait & Explicit waitHandling Ajax Auto suggestsHandling web tablesHandling the automation of table dataHandling Test data in Excel sheet usinf JXL, POI filesHandling data from text file , XML file , CSV fileGenerating test results and detailed Summary ReportHandling Alerts, unexpected Alerts, Browser windows, Application windows & pop-upsHandling of multiple framesRecording a videoReading content on Image & PDF filesIsSelected Method.Is displayed MethodJunit, Testng, Maven, Jenkins. GITFramework creationCucumber BDDPage Object Model frameworkLocatorsHow to identify elements in webpage using SeleniumTools to identify elements/objectsFirebugIE Developer toolsGoogle Chrome Developer toolsLocating elements by IDFinding elements by nameFinding elements by link textFinding elements by XPathFinding Elements by using CSSApache POI Data Driven TestingTestng tutorial with examplesRealtime project & FrameworkSelenium 4.X Page Factory Testng Framework Part 1Selenium 4.X Page Factory Testng Framework Part 2Selenium 4.X Page Factory Testng Framework Part 3Selenium 4.X Page Factory Testng Framework Part 4Selenium 4.X Page Factory Testng Framework Part 5Selenium 4.X Page Factory Testng Framework Part 6Selenium 4.X Page Factory Testng Framework Part 7Selenium 4.X Page Factory Testng Framework Part 8Selenium 4.X Page Factory Testng Framework Part 9Selenium 4.X Page Factory Testng Framework Part 10Final Touch: Interview Point of View Discussion on Selenium concepts. JAVA Programming below series of videos updated to this courseHow to Check Given String is Palindrome or Not JAVA Program to Check String is Palindrome or notPrint All Substrings of a given String Java Program to print all substrings for a StringPrint all Palindromic Substrings Find All Palindromic Substrings In a StringJava Program Magic Number Check whether given number is Magic Number or notProgram to Reverse A String in Java Reverse A String Reverse Words in a String in JavaJava program to arrange array elements in ascending orderCapitalize each word in the given stringCount Number of Words in Given StringCount number of spaces in the given StringMain Method Overloading with examplesPrint Numbers from 1 to 10 without using loopsRemove Duplicate Values in an Array