BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Bronx Ads - ECPv6.15.16//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Bronx Ads
X-ORIGINAL-URL:https://bronxads.com
X-WR-CALDESC:Events for Bronx Ads
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20190310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20191103T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20200308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20201101T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20210314T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20211107T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20201205T113000
DTEND;TZID=America/New_York:20201205T123000
DTSTAMP:20260430T164411
CREATED:20201120T171231Z
LAST-MODIFIED:20201120T171231Z
UID:1704-1607167800-1607171400@bronxads.com
SUMMARY:4 Weekends Selenium Automation Testing Training Course Bronx
DESCRIPTION:4 Weekends Selenium Automation Testing Training is being delivered from December 5\, 2020 – December 27\, 2020 US Pacific Time\nAbout this Event \nThis event has been UPDATED since it was first published. View the UPDATED & Detailed Selenium Automation Training course for beginners Information here. \n4 Weekends Selenium Automation Testing Training is being delivered from December 5\, 2020 – December 27\, 2020 US Pacific time for 16 Hours over 4 weekends\, 8 sessions\, 2 sessions per weekend\, 2 hours per session. \nThis course is meant for beginners who would like to learn everything about Selenium.\nAll Published Ticket Prices are in US Dollars\nThe course will be taught in English language \n4 Weekends Only Selenium Automation Testing Training Schedule \nDecember 5\, 2020 – December 27\, 2020 US Pacific time\n16 Hours | 2 Hours on Saturdays\, 2 Hours on Sundays every week US Pacific time\n7:30 AM – 9:30 AM US Pacific time each of those days\nPlease click here to add your city name and check your local date and time for the first session to be held on December 5\, 2020 at 7.30 AM US Pacific Time. \nFeatures and Benefits \n16 Hours\, 8 sessions\, 4 weekends of total Instructor-led and guided training\nTraining material\, instructor handouts and access to useful resources on the cloud provided\nPractical Hands-on Lab exercises provided\nActual code and scripts provided\nReal-life Scenarios \nCourse Overview \nSelenium is an open source testing tool. It is used for web browser testing and automates anything available on the web browser.\nSelenium supports all the major’s browser like Chrome\, Mozilla\, IE\, Opera\, Safari\, etc. Also\, it supports multiple programming and scripting languages like Java\, C#\, Python\, Ruby\, JavaScript\, etc.\nIt has become very popular in IT industry. Selenium has 4 different version; Those are Selenium IDE\, Selenium RC\, Selenium Web Driver and Selenium Grid. The most popular is Selenium Web driver.\nThis course will provide the full knowledge of the different framework such as Data-driven\, Hybrid\, Page Object Model\, etc. \nWho can take this course? \nAnyone who is interested in learning Selenium Automation Testing. \nCourse Outline \n1. Introduction to Selenium \nWhat is automation testing?\nWhat is the use of automation testing?\nWhat we need to Automate?\nAutomation execution analysis.\nWhat is Selenium?\nAdvantages of Selenium\nWhat is the difference between Selenium and QTP? \n2. Different types of Selenium tools \nIDE\nSelenium Web Driver/Selenium 2.0\nSelenium-Grid \n3. Selenium IDE \nInstalling Selenium IDE\nSelenium IDE icons\nRecording your first test with Selenium IDE\nIDE Context Menu\nAssert\nVerify\nAdding Selenium IDE comments\nSynchronization commands\nWorking on pages with AJAX\nStoring elements\nCreating test suites\nWhat you cannot record \n4. Locators and Object Identification \nTools to identify elements/objects\nFirebug\nIE Developer tools\nGoogle Chrome Developer tools\nLocating elements by ID\nFinding elements by name\nFinding elements by link text\nFinding elements by XPath\nFinding Elements by using CSS\nSummary\nSome Special IDE commands\nWrite your own Selenium IDE script without record and playback \n5. Java for WebDriver \nIntroducing the JAVA technology\nPackages\nObject Oriented Programming Concepts\nString Processing\nExceptions and Assertions\nI/O Streams\nWrapper Classes\nCollections\nReading data from Property files using java program\nReading and Writing data from/to Excel files using Apache POI API and JXL API \n6. Junit FrameWork \nRunning Java Programs using junit\nWriting Selenium tests from scratch using Junit FrameWork\nJUNIT Annotations\nJUNIT Methods\nFrequently used Selenium commands\nTest Suites using JUNIT\nParameterized test cases using junit framework \n7. Selenium WEB-DRIVER \nWhy WebDriver?\nDownloading web driver Jars configuring in eclipse\nArchitecture of selenium WebDriver\nDrivers for Firefox\, IE\, Chrome\, Iphone\, Android etc\nWhat is the difference between Selenium RC and WD? \n8. Sample programs in WebDriver \nHandel Text box\nHandel HyperLink\nHandel Button and Check box\nHandel Radio Button and DropDown Controls\nSelect value from DropDown\nDisplay all values\nSelect values step by step\nCapture screenshots for failure Testcases\nRe-Running failure Testcases\nSynchronization Commands In Web Driver\nWhy Implicit wait and Implementation of Implicit wait\nWhy Explicit wait and Implementation of Explicit wait\nWeb Driver Fluent wait and Thread Sleep functionality\nFile uploads and File downloads (Handling Window based controls using Robot and Sikuli API)\nHandling alerts box and Verifying the Alert Texts\nHandling confirmation messages\nKeyboard actions\nMouse actions\nHandling Iframes working with Nested Iframes\nHandling multiple tabs\nHandling popups\nPreparing web driver test cases using customized x-path\nIdentifying controls using x-path predefined functions\nWeb Tables\nWeb Driver with TEST NG Frame Work\nBatch Running Test cases using TestNG\nValidations and its usage in Automation test scripts\nCustomized Report Generation\nImplementing Logs using Apache \n9. TestNG FrameWork \nOverview of TestNG\nEnvironment of TestNG\nWriting WebDriver Test Cases using TestNG\nBasic Annotations of TestNG\nExecuting Tests\nExecuting Test Suites\nIgnore Test\nDependency Test\nParameterized Tests\nTestNG XML\nReport Generation \n10. Working with multiple browsers \nExecuting Automation Test Cases in multiple browsers Sequentially\nWorking with Chrome and IE browsers\nWhat is Firefox Profile And Implementation of Firefox Profile\nWhat is WebDriver Desired Capabilities class\nExecuting Automation Test Cases in multiple browsers Parallel \n11. Maven Project Management Tool \nIntroduction about maven\nHigh Level Overview\nAnt vs Maven\nInstallation of Maven\nDemo using Sample Maven Project\nMaven Structure\nMaven Dependencies\nMaven Repositories\nMaven Eclipse Integration \n12. Version controlling tool GITHUB \nDownloading and configuring Github\nDifference between CVC Versus DVC\nBasic Git Commands\nWorking with Repositories\nSetting up Repositories\nLocal and Remote Repositories\nCreate repository and cloning projects\nCommitting and Syncing the code\nReverting and Rolling Back the Code\nBranch and Merging Concepts and Implementation\nStashing Changes\nResolving the Conflicts \n13. Database testing using WebDriver \nInstalling MySQL Database\njava.sql package\nOverview on Connection Interface\, Statement Interface\, Preapared Statement and Resultset Interfaces.\nExample program to Access Database.\nSome examples on SELECT\,UPDTE and DELETE queies\nSome WebDriver examples using Data fetched from Database \n14. Automation Test Frame Work \n1. How to develop Test automation frame work in live environment \nWhat is a frame work\nTypes of frame work\nData driven frame work\nModular driven frame work\nKeyword driven frame work\nUser Defined Keyword driven framework with implementation\nExecute test scripts from the framework \n2. Continuous Integration Testing using Jenkins \nAbout Jenkins\nHistory of Jenkins\nSplitting of Projects\nWhat is Continues Integration\nInstalling Jenkins\nCreating a simple job\nIntegrating Jenkins to the Project \n3. Cucumber BDD Frame work \nIntroduction to Cucumber\nCucumber Installation\nCucumber Basics\nGherkin – Business Driven Development\nFirst Cucumber Selenium Java Script\nFeature File\nJunit Runner Class\nGherkin Keywords\nStep Definition\nPassing Parameters to Step Definition Class\nRunning Cucumber through Maven\nCucumber Options\nFinally Write Test Cases using cucumber\nIntegrating cucumber to Test Automation Frame work \n15. The Fundamentals of RESTFul Services in Java \nWhat is Jersey?\nRESTFul Architecture\nUsing HTTP GET Demo\nTest Created New REST Service USING HTTP GET\nJSON Output for HTTP GET\nUsing HTTP POST Demo\nTest Service USING HTTP POST\nJSON Output for HTTP POST\nUsing HTTP PUT Demo\nTest Service USING HTTP PUT\nPUT vs POST\nJSON Output for HTTP PUT\nUsing HTTP DELETE Demo\nTest Service USING HTTP DELETE\nJSON Output for HTTP DELETE \n16. Interview questions on \nSelenium IDE\nSelenium web driver and Automation Testing\nCore Java\nManual Testing Concepts
URL:https://bronxads.com/calendar/4-weekends-selenium-automation-testing-training-course-bronx/
LOCATION:IT Training Center\, Tech Training Solutions\, Bronx\, NYC\, NY\, 10455\, United States
CATEGORIES:automation_testing,qa_course,selenium_training
ATTACH;FMTTYPE=image/jpeg:https://bronxads.com/wp-content/uploads/2020/11/4-Weekends-Selenium-Automation-Testing-Training-Course-Bronx.jpg
END:VEVENT
END:VCALENDAR