UrbanPro
true

QTP Selenium Professional Role based Training

LIVE

Course offered by Zarantech Software Pvt Ltd

3 reviews
Role-Specific Training – Traditional training focuses on an overall business process, without regard for the individual’s role. By contrast, Zaran Tech’s series of role-based courses delivers in-depth training on a specific role within the business process. Hands-on Mentoring – Our expert trainer’s work side-by-side with each trainee and teach proven discipline and techniques for successful delivery. Mentoring is “hands-on” as part of actual projects to gain real-time experience. Real-time Project Experience – Comprehension of practical skills is both reinforced and demonstrated in our training programs by completing Case studies of actual projects. Certification Exams –Our trainers are all certified and provide expert industry level guidance to certification exams with tips and tricks to guarantee consistency of skills and practices for a successful completion of certification. Ongoing Education – Zaran Tech continues to offer new courses so you can keep up-to-date on latest technologies and best practices. After reviewing your goals, and assessing your current IT skills capability, ZaranTech will tailor an after-the-training program and placement plan that will meet your needs in successful placement. This includes Resume preparation assistance, Mock interviews (technical and project based), Soft Skills and On-the-job support.

Topics Covered

Modules Covered in this Training BASIC Junit 4 Framework / ANT TestNg Framework / ANT Selenium IDE Selenium WebDriver Selenium WebDriver - 2 Selenium WebDriver - 3 Selenium WebDriver - 4 Selenium 2.0 Features - 3 Selenium 2.0 Features – 5 Selenium 2.0 - Exercises ADVANCED Junit and Data Driven Framework Junit and Hybrid (Keyword+Data) Framework TestNg and Data Driven Framework TestNg and Hybrid (Keyword+Data) Framework Attendees also learn: Resume Preparation Guidelines and Tips Mock Interviews and Interview Preparation Tips Topics Covered BASIC Junit 4 Framework / ANT JUNIT - What is it? JUnit 4 configuration in Project/Eclipse. Annotation - JUnit 4. Running Test in Junit Skipping Tests Parameterizing Tests Using Assertions Reporting Errors / ErrorCollector Batch Running - Custom Runners ANT - What is it? Build.xml configuration HTML Report generation using Ant Building a BAT file to run tests using ANT TestNg Framework / ANT TestNg - What is it? Installing TestNg in Eclipse Understanding usage of annotations Running a Test in TestNg Batch Running of tests in TestNg Skipping Tests Parameterizing Tests – DataProvider Assertions/Reporting Errors TestNg Reports Advantages over Junit Using TestNg in Selenium What is Ant Downloading and configuring Ant Build.xml configuration XSLT report generation using TestNg and Ant Building a BAT file to run tests using ANT Selenium IDE Selenium IDE - Installation Recording Script Script - Running, Pausing and debugging Running a script line by line Inserting commands in between script XPATHS and installing firebug to get XPATHS Wait Commands Verification and Assertions Using verify or assertion JavaScript User-extension.js in Selenium IDE Using if statements and loops in IDE. Echo, StoreEval and StoredVars Creating your own user extensions Making a function in user extension to generate random email address. Extracting all values of dropdown. Reading XML from JavaScript using DOM. Building Test Cases – Example Parameterize your IDE test cases with customized use extension and XML. Regular Expressions in Selenium IDE. Handling JavaScript Alerts Capturing screenshots - Selenium IDE Testing Flash applications with IDE - Selenium Flex API. Capturing screenshots from Selenium IDE Selenium WebDriver WebDriver - Why? Downloading WebDriver Jars and configuring in eclipse Architecture of selenium webdriver Drivers for Firefox, IE, chrome, IPhone, Android etc. First Selenium Code Working with Internet Explorer and Chrome Selenium Web Driver and RC Concept of Firefox profile Firefox profile - What is it? Firefox Profile - Why required? Close and Quit -Difference Importing webdriver documentation in eclipse WebDriver Desired Capabilities Class Proxy settings with webdriver/Working with proxy Servers HTMLUnit driver and desired capabilities Selenium WebDriver - 2 Fire path and firebug Add-ons installation in Mozilla Inspecting elements in Mozilla, Chrome and IE HTML language tags and attributes Various locator strategies WebDriver Interface WebElement Interface Identifying WebElements using id, name, class Finding Xpaths to identify Absolute and complete Xpaths Creating customized Xpaths without firebug Css Selectors Generating own Css Selectors Performance of Css Selectors as compared to Xpaths Finding xpaths/css selectors in different browsers - Mozilla, Chrome and IE Objects with same id/xpath/css selector Class attribute - What is it? Handling Dynamic objects/ids on the page Working with different browsers without changing code Selenium Webdriver - 3 Managing Input fields, Buttons and creating custom xpaths Managing/Identifying Links with xpaths/css selectors Extracting More than one object from a page. Extracting all links of a page/Bulk extraction of objects. Extracting Objects from a specific area of a web page. Various strategies to test Links on a page by clicking on them one by one. Finding response Headers/ response code. Finding whether object is present on page or not. Handling drop down list Select Class in Selenium API Managing radio buttons and Checkboxes Hidden components isDisplayed function Taking Screenshots of the web pages How to Google out errors-Self sufficiency Exercises Selenium WebDriver - 4 Implicit and Explicit waits Best Practices Selenium WebDriver - 4 Distributed installations PageLoadTimeout Property WebDriverWait Class WebDriver .Timeout Interface ExpectedCondition interface and ExpectedConditions class WaitUntil Condition Fluent Wait Managing Ajax based components Concepts of Set Interface in Java Window Handles Managing tabbed windows in IE, Chrome and Mozilla Managing popups in IE, Chrome and Mozilla Closing windows Default Popups Testing https websites / Managing certificate errors in https websites in IE, Chrome and Mozilla Selenium 2.0 Features - 3 Extracting Data From WebTable Dynamic WebTable Handling Attaching files with Selenium Changing your Facebook profile picture by attaching new picture Mouse movement with Selenium- Mouse Interface Handling Ajax Autosuggests Handling Google Ajax Autosuggests Handling Frames in Web Page Handling cookies More Examples on Webtables Webtables and css Selectors Building custom functions for Webtables Managing JavaScript alerts Selenium 2.0 Features - 5 Simulating front and back button click on Browser using selenium Assigning Firefox profile parameters Downloading files using selenium Selenium Javadocs Listeners- Using WebDriverEventListener Practical usage of Listeners in Selenium Moving a mouse on a Object and right clicking on it Finding Coordinates of a Web Object Actions class in Webdriver Handling CSS menu with Action class Handling CSS menu with JavaScriptExecutor JavaScriptExecutor example Drag, drop, native events Selenium 2.0 - Exercises ADVANCED Junit and Data Driven Framework Overview of Data driven framework Building the Test Base Class Using Annotations of Junit Reading XPATHS, Configuration from properties file Initialize the Webdriver Building the Test Base Class Implementing WebDriver Implicit Wait Implementing tests and batch running them Repeating a test with different Data Building utility functions Parameterizing tests using XL Files Controlling Execution order from XL Files Assertions and Reporting Errors / ErrorCollector Storing Screenshots of errors Running the framework through ANT Generating the HTML reports Emailing test reports Creating a BAT file for project execution Junit and Hybrid (Keyword+Data) Framework Overview of Hybrid(Keyword+Data Driven) Framework Building XLS File Having Test Cases and Keywords Building XLS File Having Test Data Building Base class Reading XPATHS, Configuration from properties file Implementing ImplicitWait Implementing the keywords using the reflection API Implementing tests Assertions and Reporting Errors Parameterizing tests using DataProvider and XL Files Repeating a test with different Data Running the framework through ANT Generating the reports Emailing test reports Creating a BAT file for project execution TestNg and Data Driven Framework Overview of Data driven framework Building the Test Base Class Using Annotations of TestNg Reading XPATHS, Configuration from properties file Initialize the Webdriver Implementing WebDriver Implicit Wait Implementing tests and batch running them Repeating a test with different Data Implement logging with Log4J API Building utility functions Parameterizing tests using XL Files Controlling Execution order from XL Files Assertions and Reporting Errors Storing Screenshots of errors Running the framework through ANT Generating the XSLT reports Creating a BAT file for project execution Emailing Test Reports TestNg and Hybrid (Keyword+Data) Framework Overview of Hybrid Framework Building XLS File Having Test Cases and Keywords Building XLS File Having Test Data Building Base class Reading XPATHS, Configuration from properties file Implementing WebdriverWait Implementing the keywords using the reflection API Implementing tests Assertions and Reporting Errors Parameterizing tests using DataProvider and XL Files Repeating a test with different Data Running the framework through ANT Generating the reports Emailing test reports Creating a BAT file for project execution

Who should attend

Anybody having knowledge on QA/Manual testing

Pre-requisites

Someone who wants to start his/her career as a QA engineers. Black Box QA Engineers who want to learn QA tools such as QTP and Load Runner. Automation Engineers

What you need to bring

Internet and computer/laptop

Key Takeaways

Understanding of What & Why of Software Testing, Software Quality Assurance & various automated tools. Ability to create manual and automated test cases, test plans and test reports. Ability to learn industry leading tools of HP Quality Center, QTP, Load Runner etc. Hands on experience of overall software testing methodologies and various tools. Get guidance on the testing certifications.

About the Trainer

4.7 Avg Rating

3 Reviews

3 Students

8 Courses

Zarantech Software Pvt Ltd

B.Tech.

12 Years of Experience

More than 17 years of Consulting & Teaching experience in different areas of functional testing starting from inception to delivery of project.
With a strong back ground in training and deep knowledge of the core subject and techniques on getting certification successfully completed ISTQB & CSTE.
Trained corporates in the manual testing and Automation field.
Taught corporates like HUL, Aithent, PSI Data, etc.

Students also enrolled in these courses

LIVE
1 review

Course offered by PRATIVA

37 reviews
LIVE
192 reviews

Course offered by TestingKING

600 reviews
LIVE

Course offered by TestingKING

600 reviews

Tutor has not setup batch timings yet. Book a Demo to talk to the Tutor.

Different batches available for this Course

No Reviews yet! Be the first one to Review

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

tickYou have successfully registered

QTP Selenium Professional Role based Training by Zarantech Software Pvt Ltd

Mr Kaushik picture
LIVE

Class
starts in

01

Days

01

Hour

01

Min

01

Sec

Select One

Register Now

Do you want to Register for this Free class?

Yes, Register No, not right now

Tell us a little more about yourself

QTP Selenium Professional Role based Training by Zarantech Software Pvt Ltd

Mr Kaushik picture
LIVE

Class
starts in

01

Days

01

Hour

01

Min

01

Sec

Please enter Student name

Please enter your email address.

Please enter phone number.

Verify Your Mobile Number

Please verify your Mobile Number to book this free class.

Update

Please enter 10 digit phone number.

Please enter your phone number.

Please Enter a valid Mobile Number

This number is already in use.

Resend

Please enter OTP.

Or, give a missed call and get your number verified

080-66-0844-42

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more