1 / 13

Selenium with Java Online Training Course

MSR Trainings offers Selenium with Java online training worldwide, Learn Selenium with Java Training Institute in Hyderabad from the Experts at MSR Trainings. Selenium with Java Course in Australia, UAE, UK, USA, Qatar, Singapore, Malaysia, Canada, France, India, Kuwait.

Download Presentation

Selenium with Java Online Training Course

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SeleniumwithJavaOnlineTrainingCourse • MSR TrainingsoffersSelenium with Javaonline trainingworldwide, LearnSelenium withJavaTrainingInstituteinHyderabad fromtheExpertsatMSR Trainings. • Selenium with Java Course in Australia, UAE, UK,USA, Qatar, Singapore, Malaysia, Canada, France,India,Kuwait. • GettingstartwithAutomation • WhatisAutomationTesting ManualVsAutomation • ToolsforAutomationTesting • SeleniumIntroduction,Advantage,Limitation,etc. Core Java • DataTypesinJava-PrimitiveDataTypeand Non-PrimitiveDataType • Operators-Arithmetic andLogicaloperatorsinJava • Loopingstatement-Forloop,while loop,enhancedforloop

  2. ConditionalStatement- If,Ifelse,Nestedifelse,Switchstatement • Classes, ObjectinJavaandOOPsconcepts • MethodsinJava • Parameterizedandnon-parameterizedmethods • Methodswithandwithoutreturntype • Constructor-Defaultconstructorandparameterizedconstructor • Methodoverloading-CompiletimePolymorphism • Constructoroverloading-CompiletimePolymorphism • PackagesinJava • InheritanceinJava • Differenttypesof inheritances in java • Methodoverridinginjava–run timepolymorphism • AbstractClassandabstractmethods

  3. Interfacesinjava • Arrays • CollectionandCollections- Dynamicdatastructureand importantforthe frameworkandscript development • List-ArrayList andLinkedList • Set-HashSet,LinkedHashSet,TreeSet • Map-HashMap, LinkedHashMap,TreeMap • ExceptionHandling-HandleJavaexception • Debugging inJava-Howtodebug Javaapplication(MustJaveskill) • Packages inJava-How“importstatement”worksinJava SeleniumBasics • Selenium JSONWirelessProtocol-Selenium APItounderstandSelenium functionality

  4. SeleniumArchitecture- Seleniuminternalarchitecture • Settingupstage-Install/ConfigureSeleniuminwindowsandMAC • Workingwithdifferentbrowser-Chrome, IE,Firefox-Challengeswith Eachbrowser andSolution • BrowserNavigationcommands • Locatorsin Selenium (id,name,class,xpathandcss) • Relativeand absolute xpath • Xpathfunctions • TechniquestocreateCSS • WorkingwithInputbox • WorkingwithRadiobuttonand checkbox • Workingwithdropdown • Workingwithfileuploader

  5. Workingwithbuttons • Workingwithlinks • findElementandfindElementsmethodin detail • Findingmultiple elementsandperformingactionsandvalidations • HandlingDynamicWebElementinSelenium • HandleCalendar • HandleWeb tableandretrievedata • DataScrappinginSelenium- ExtractingalldatafromWeb • Dropdown(advancemethods)-getAllOption,getAllSelectedOption. • DifferentkindofWaitsin Selenium • PageLoadTimeOut • ImplicitWait • ExplicitWait

  6. FluentWait • Thread.sleep vs SeleniumWaits • HowtohandleallsyncissuesinSelenium • Switchto commands inSelenium • Handle JavaScriptAlert • HandleCustomAlert • HandleBootstrapAlert • HandleFramesusingid,name,Webelements • Handlenestedframes • Handlemultiple windows/tab • Workingwith MouseHover,Rightclick,Doubleclick,Drag andDrop • PerformKeyboardevents • Robotclassusage

  7. Differencebetween RobotClasswithActionsClass • CapturescreenshotinSelenium • Createmethod/Utilityforscreenshot • AppendtimestampinSelenium • AutoITIntroduction, Installation • HandlefileuploaderusingAutoIT • Handlewindowspopupusing AutoIT • HeadlessBrowser inSelenium • ChromeHeadless,Firefox Headless • HeadlessBrowseradvantageand disadvantage • JavaScriptExecutor inSelenium • ScrollingPage • ScrollingintoView

  8. Performingmanyeventsthrough • HandledisableWeb elements viaJavaScriptExecutor • Handlehidden Web elements viaJavaScriptExecutor • SeleniumExceptions • How to handlereal-timeexceptionsin Selenium and program foreachexception • DesiredCapability inSelenium • CustomizationofBrowsersettingsusingChromeOption,FirefoxOption, IntenetExplorerOption • Maven • WhatisMavenandWhyMaven Required forAutomation • DownloadandInstalling MaveninWindows • Creatingfirstbuild inMaven • DifferentGoalsinMaven

  9. How to parameterized Maven build TestNG-UnitTestFramework • TestNGinDetails • AdvantageofusingTestNG • DownloadandWritethefirsttestscriptinTestiNG • TestNGdocument understanding • Different annotationusage • Howtorunthetestin sequence manner • How toprovidedependencybetween testcases • Howtouseassertvaluesandvalidation • Soft Assert vsHardAssert • Reportsin TestNG • Creating atestsuiteinTestNGtorunmultipletestcases

  10. Passingparametertotestviatestng.xmlfile • Logsin TestNG • Crossbrowser testing inSelenium • Parallelbrowsertesting inSelenium • Readingexternalfiles • Reading excelviaApachePOI • Readingpropertiesfileusingpropertiesclass • DiscussionaboutDesignpattern • DesignPOM–PageObjectModel SeleniumGrid • Introductionto SeleniumGridandUsage • Settingup the hub andnode with differentconfigurations • Runningthetestondifferentsystemsusing Seleniumgrid

  11. Running existing Selenium test with different cloud vendors- Integration with Browser Stack • Execution on testwithdifferentbrowsersanddevicecombination. Framework Definitions • Typeof Automationframework,usage,featuresand mythabout theframework • DataDrivenFrameworkfrom scratch • HybridFramework • CreationofframeworkSkelton • Differentcomponentoftheframework • BrowserFactoryCreation • DataProvider-ConfigandExcel DataProvider-Test Dataandconfigfile • BaseClasscreationandusage • Creationoflibraryandutility

  12. CreatingMultiplepages withsmartlocators • Creatingtestcaseswithmultipleassertions • Integrationwithextentreport. • Executingscriptsfromtestng • ExecutionofscriptsviaMaven build Jenkins-Git-Github • Creatingcomplete CIforAutomatedTest • Introduction about Git,GitHub • Settingup firstGitHub repository • Cloning repository usingSSH andHTTP • Integrateourframework to gitviaEclipse • Pushing and pulling the code via Git Jenkin-Introduction

  13. SettingupJenkins withjava, git,maven • RunningfirstJenkins job • RunningmultipleJenkinsjobvia JenkinsPipeline • Emailing Reportsvia Jenkins • Scheduler in Jenkins https://msrtrainings.in/ • ContactUs:8074089339

More Related