Top Banner
Test Architect Masters Course IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over 32 countries and growing. For job assistance and placement we have direct tie-ups with 80+ MNCs. Key Features of Intellipaat Training: About the Course Our Test Architect Masters Course lets you become Test Architect. You will work on real-world projects in Hadoop testing, Selenium testing, Software/Manual testing, ETL testing, Linux and more. In this program, you will cover 8 courses and 18 industry-based projects. Instructor Led Training 101 Hrs of highly interactive instructor led training Self-Paced Training 185 Hrs of Self-Paced session with Lifetime access Exercise and project work 202 Hrs of real-time projects after every module Lifetime Access Lifetime access and free upgrade to latest version Support Lifetime 24*7 technical support and query resolution Get Certified Get global industry recognized certifications Job Assistance Job assistance through 80+ corporate tie-ups Flexi Scheduling Attend multiple batches for lifetime & stay updated. Instructor Led Duration – 101 Hrs Weekend Batch –3 Hrs/Session Self Paced Duration – 185 Hrs
12

Test Architect Masters Course - Intellipaat

Nov 21, 2021

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

About Intellipaat

Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools

and technologies. We have a learner base of 600,000 in over 32 countries and growing. For job assistance and

placement we have direct tie-ups with 80+ MNCs.

Key Features of Intellipaat Training:

About the Course

Our Test Architect Masters Course lets you become Test Architect. You will work on real-world projects in Hadoop

testing, Selenium testing, Software/Manual testing, ETL testing, Linux and more. In this program, you will cover 8

courses and 18 industry-based projects.

Instructor Led Training

101 Hrs of highly interactive

instructor led training

Self-Paced Training

185 Hrs of Self-Paced session

with Lifetime access

Exercise and project work

202 Hrs of real-time projects

after every module

Lifetime Access

Lifetime access and free

upgrade to latest version

Support

Lifetime 24*7 technical support

and query resolution

Get Certified

Get global industry recognized

certifications

Job Assistance

Job assistance through 80+

corporate tie-ups

Flexi Scheduling

Attend multiple batches for

lifetime & stay updated.

Instructor Led

Duration – 101 Hrs

Weekend Batch –3 Hrs/Session

Self Paced

Duration – 185 Hrs

Page 2: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

Why take this Course?

Intellipaat’s Test Architect Masters Course will provide you with in-depth knowledge of testing program platforms

like Hadoop testing, Selenium, Software/Manual, along with detailed knowledge on ETL testing. This program is

specially designed by Industry experts and you will get 8 courses with 18 industry based project.

Course Curriculum

Selenium Web Driver:

Module /Topic Hands-on exercises

❖ Getting Started with Selenium

❖ Selenium Features

❖ Deep Dive into Selenium IDE

❖ Record a test case, Execute First test case

❖ Selenium Web driver Automation

❖ Install selenium web driver

❖ Fire Path Installation

❖ Set up a Grid

❖ Searching Elements

❖ Deploy searching elements using the link text,

using the name, using XPath, Search elements

using CSS and Web Element Properties

❖ Advance user interactions and cross-

browser testing

❖ Deploy and execute a test case for Chrome,

Deploy and execute a test case for Firefox

❖ Introduction to TestNG Plugin

❖ Install the TestNG plugin in Eclipse, Write a

TestNG script and execute, Generate an HTML

report, Generate an XML report

Page 3: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

❖ TestNG Terminologies

❖ Mark annotation group test results

❖ TestNG Data Providers

❖ Capture screenshot on a failed test case Setup

wait for the timeout to wait for page load

before resuming test execution

❖ Maven Integration

❖ Maven Integration Tool

❖ Use a set operator to combine multiple queries

into a single query Control the order of rows

returned

❖ Web Driver Sample Programs

❖ Use text box, button, checkbox, drop down,

radio buttons, display views, Capture

screenshot, Manage web tables

❖ JUNIT Operations and Test

Framework

❖ Load an excel file, Execute a test case using

Data driven framework, Execute a test case

using the Keyword driven framework

❖ Object Repository

❖ Using OR in scripts, Implement POM

❖ Test Data Management

❖ Load an excel file, Execute a test case using

Data driven framework, Execute a test case

using the Keyword driven framework

❖ Selenium Grid Concept

❖ Set Up a grid

❖ Mobile App Testing using Appium

❖ Write a test case using UI Automator for an

Android app

Page 4: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

Oracle PL/SQL:

Module/Topic Hands-on Exercises

❖ Introduction to Oracle SQL

❖ Install Oracle 12c

❖ Using DDL Statements to Create and

Manage Tables

❖ Using DDL Statements to Create and

Manage Tables

❖ Retrieving Data Using the SQL SELECT

Statement

❖ Use a basic select statement to retrieve all

the records in the Person table

❖ Restricting and Sorting Data

❖ Write a select query to retrieve records

where age is more than 60 yrs., Write a

select query to sort the records by name

❖ Write a select query to sort the records by

age in descending order, Use ampersand

substitution to restrict and sort output at

runtime

❖ General functions

❖ Use the NULL function to deal with null

values in data

❖ Using Single-Row Functions to Customize

Output

❖ Create a table with columns of type char,

number and date, Use character, number,

and date functions in SELECT statements

❖ Large Object Functions

❖ Count records based on a condition, Use

Count(*) to know the count of all records,

Find Max, Min, Sum, Avg

❖ OLAP Functions

❖ Working with OLAP commands – Cube,

Roll Up, etc.

Page 5: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

❖ Using Conversion Functions and

Conditional Expressions

❖ Group data by using the GROUP BY clause,

Include or exclude grouped rows by using

the HAVING clause

❖ Displaying Data from Multiple Tables

❖ Write SELECT statements to access data

from more than one table using equijoins

and non-equijoins, Join a table to itself by

using a self-join

❖ View data that generally does not meet a

join condition by using outer joins,

Generate a Cartesian product of all rows

from two or more tables

❖ Using Subqueries to Solve Queries

❖ Write single-row and multiple-row

subqueries

❖ Using the Set Operators

❖ Use a set operator to combine multiple

queries into a single query Control the

order of rows returned

❖ Manipulating Data using SQL

❖ Insert rows into a table, Update rows in a

table, Delete rows from a table

❖ Database Transactions

❖ Begin a transaction, Execute queries to

update or insert or delete records, If no

error, commit the transaction Else roll

back the transaction and end it

❖ Creating Other Schema Objects

❖ Create simple and complex views, Retrieve

data from views, Create, maintain, and use

sequences, Create and maintain indexes,

Create private and public synonyms

❖ Writing Cursor and Conditional Statement

❖ Use Boolean condition on a select query,

Page 6: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

Use logic table, Create nested loops and

labels

❖ Introduction to Explicit Cursor

❖ Write an explicit cursor, Use cursor

function, Fetch data cursor

❖ Advance concepts of explicit Cursor

❖ Use cursor with subquery, Use Where

Current clause to retrieve data

❖ Exception Handling

❖ Use Predefined exception, Write user-

defined exception, Generate and handle

the exception, Use a function for trapping

an exception

❖ Writing Subprogram, Procedure and

passing parameters

❖ Create a parameterized procedure, Pass

parameters in a procedure call, Access a

public variable from a standalone

procedure

❖ Creating PL/SQL Package

❖ Create a package, Deploy the created

package

❖ Advance Package Concepts and functions

❖ Use supplied package, Use native dynamic

SQL, Use DBMS-SQL package, Use DBMS-

DDL package, Submit a job

❖ Introduction and writing Triggers

❖ Create a DML statement trigger, Use old

and new qualifiers, Manage a trigger using

the alter & drop SQL statement, Test the

created triggers

❖ Compound Triggers

❖ View a trigger’s information, Use a

compound trigger structure for views, Use

a compound trigger to resolve the

Page 7: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

mutating table error, Create triggers on

system events, Use LOGON and LOGOFF

triggers, Call statements in triggers

❖ Working with Dynamic SQL

❖ Use the executive immediate statement,

Use native dynamic SQL to compile PL/SQL

code, Create DBMS-SQL with a DML

statement, Create a DBMS-SQL package

subprograms

❖ Advance level- Scripting

❖ Query direct object dependencies, Display

direct and indirect dependencies, Set the

remote dependencies mode parameter,

Recompile PL/SQL program unit, Edit a

procedure and recompile it

DevOps:

Module/Topic Hands-on Exercises

❖ Infrastructure Setup

❖ All infra setup

❖ DevOps Foundation

❖ Software Version Control System

❖ Create a git project, Checkout a branch,

Create a file and add to git, Edit file,

Commit the code, Set up Jenkins and

integrate with Git

❖ Automating Build and Test

❖ Create a Maven Project, Edit pom.xml file

to install a version of JUnit, Set up build

delivery pipeline, Set up notification alerts

in Jenkins, Configure test plan in Jenkins

Page 8: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

❖ Continuous Integration (CI)

❖ Commit code and check if Jenkins runs the

build scripts and tests the code using

automation script

❖ Continuous Delivery (CD)

❖ Deploying various tools like Puppet, Chef,

Nagios for the reliable delivery of software

on time.

❖ Docker Container Management

❖ Configure a Docker, Create an image in

Docker and run it

❖ Docker Commands and Best Practices

❖ Create a docker file with the commands to

create an image, Create the image

❖ Pupper - Configuration Management Tools

(Infra As Code)

❖ Install Puppet, Configure puppet, Use Knife

commands for various operations

❖ Advanced Puppet

❖ Puppet Modules, classes, template

creation

❖ Chef

❖ Install a chef server, Configure a Vagrant

file and setup directory structure to create

and run a Chef server, Install a chef-

workstation, Create a user account in the

manage.chef.io website, Generate a

knife.rb file from the website to create a

chef server

❖ Ansible

❖ Write Ansible playbook, Assign different

roles in the configuration tool

❖ Nagios - Performance and Automated

❖ Perform Nagios and Netdata monitoring,

Page 9: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

Monitoring Monitor the performance with Grafana,

Setup Syslog and verify the logs are getting

generated, Configure HAProxy server

Self-Paced Courses

Data Warehousing & Erwin

This course is specially designed to gain thorough proficiency in multidimensional modeling, RDBMS tools, SQL parsing,

comparison of data warehouse and database, Cube and Erwin implementation.

Software/Manual Testing

This comprehensive manual software testing training course will take you through the process of software testing

which includes planning, scheduling, test scenarios, error analysis, and so on. It includes various types of testing like

performance testing, regression testing, text execution, preventive measures, generating test reports and test metrics.

ETL Testing

This course follows a step-by-step routine that includes ETL Testing introduction, the difference between OLAP and

OLTP, learning about Data Warehousing concepts, its workflow, RDBMS, the difference between database testing and

data warehouse testing, checking data using SQL and the opportunities in Business Intelligence.

Java

This comprehensive course lets you master Java programming language. We provide the best online training classes to

help you learn OOP concepts, J2EE, core and advanced Java, JDBC, Objects & Classes. You will work on real-world

industry projects.

Linux

This is an in-depth Training Course that gives you all the skills needed for working as a Linux Administrator. You will

learn about the Red Hat System, installation, managing the boot processes, performing various operations,

understanding Linux Kernel, testing and debugging.

Page 10: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

Learning Path

Project Work

Course Industry/Domain Project

Selenium Testing

General JUnit Test Case

Internet Testing webdriver using Selenium Webdriver

General Record and playback tests in the actual environment using Selenium IDE

Internet Selenium Remote Control (RC) testing too

Oracle PL SQL

General Performing DML Operations on database

Banking and Finance Streamlining banking data with PL SQL

Telecommunications Telecom company wants to learn more about customers

Aviation An Airline company wants to optimize routes & seats

DevOps

Finance A web-based questionnaire to assess graduates programming skills

Media A website where the user can upload photographs, which can be printed on different items

Medical A system which can detect harmful drug interactions

Page 11: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

Intellipaat Job Assistance Program

Intellipaat is offering comprehensive job assistance to all the learners who have successfully completed the training. A

learner will be considered to have successfully completed the training if he/she finishes all the exercises, case studies,

projects and gets a minimum of 60% marks in the Intellipaat qualifying exam.

Intellipaat has exclusive tie-ups with over 80 MNCs for placement. All the resumes of eligible candidates will be

forwarded to the Intellipaat job assistance partners. Once there is a relevant opening in any of the companies, you will

get a call directly for the job interview from that particular company.

Frequently Asked Questions:

Q 1. What is the criterion for availing the Intellipaat job assistance program?

Ans. All Intellipaat learners who have successfully completed the training post April 2017 are directly eligible for

the Intellipaat job assistance program.

Q 2. Which are the companies that I can get placed in?

Ans. We have exclusive tie-ups with MNCs like Ericsson, Cisco, Cognizant, Sony, Mu Sigma, Saint-Gobain,

Standard Chartered, TCS, Genpact, Hexaware, and more. So you have the opportunity to get placed in these top

global companies.

Q 3. Does Intellipaat help learners to crack the job interviews?

Ans. Intellipaat has an exclusive section which includes the top interview questions asked in top MNCs for most of

the technologies and tools for which we provide training. Other than that our support and technical team can also

help you in this regard.

Q 4. Do I need to have prior industry experience for getting an interview call?

Ans. There is no need to have any prior industry experience for getting an interview call. In fact, the successful

completion of the Intellipaat certification training is equivalent to six months of industry experience. This is

definitely an added advantage when you are attending an interview.

Page 12: Test Architect Masters Course - Intellipaat

Test Architect Masters Course

IN: +91-7022374614 US: 1-800-216-8930 WWW.Intellipaat.com

Q 5. What is the job location that I will get?

Ans. Intellipaat will try to get you a job in your same location provided such a vacancy exists in that location.

Q 6. Which is the domain that I will get placed in?

Ans. Depending on the Intellipaat certification training you have successfully completed, you will be placed in the

same domain.

Q 7. Is there any fee for the Intellipaat placement assistance?

Ans. Intellipaat does not charge any fees as part of the placement assistance program.

Q 8. If I don’t get a job in the first attempt, can I get another chance?

Ans. Definitely, yes. Your resume will be in our database and we will circulate it to our MNC partners until you get

a job. So there is no upper limit to the number of job interviews you can attend.

Q 9. Does Intellipaat guarantee a job through its job assistance program?

Ans. Intellipaat does not guarantee any job through the job assistance program. However, we will definitely offer

you full assistance by circulating your resume among our affiliate partners.

Q 10. What is the salary that I will be getting once I get the job?

Ans. Your salary will be directly commensurate with your abilities and the prevailing industry standards.

What makes us who we are?

“Really enjoyed this manual software testing training, this course helped me

a lot to gain a better knowledge in particular with joins etc. “

-David Juvan