close

close

Thank you for your enquiry!

One of our training experts will be in touch shortly to go over your training requirements.

close

close

Press esc to close

close close

Back to course information

Thank you for your enquiry!

One of our training experts will be in touch shortly to go overy your training requirements.

close close

Thank you for your enquiry!

One of our training experts will be in touch shortly to go over your training requirements.

Framework Training Courses

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Flask Web Development Training with Python​ Course Outline

Introduction to Python

  • Python: A Brief Introduction
  • Application of Python
  • Installation

Basics of Python

  • Variables
  • Data Types
  • Lists
  • Loops
  • Conditional Statements
  • Tuples
  • Object-Oriented Concepts

Flask Framework

  • Introduction to Flask
  • Benefits of Flask
  • Installation of Flask

Basic Application Structure

  • Initialisation
  • Routes and Views Function
  • The Request-Response Cycle
  • Flask Extensions

WebForms

  • Cross-Site Request Forgery (CSRF) Protection
  • Form Classes
  • HTML Rendering of Forms
  • Form Handling in View
  • Redirects and User Sessions

Databases Handling in Flask

  • SQL Database
  • NoSQL Database
  • Python Database Frameworks
  • Flask-SQLAlchemy
  • Model Definition
  • Relationship
  • Database Operations
  • Database in View Function

Email in Flask

  • Email Support with Flask
  • Sending Email from The Python Shell
  • Integrating Emails with Application

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

This course is designed especially for any developer who wants to use the most popular programming language Python as a web development career.

Flask Web Development Training with Python​ Course Overview

Flask is most popular and micro-framework that increase the python web development by storm.

Flask is a beginner-friendly framework that use very little code to do significant operations of a web-application. Flask uses bunch of reuseable code that gives it power to make simple web page in less then 10 line of code. See the example below:
 

From flask import Flask

app_name = Flask(__name__)

@app.route (‘routename/’)

def firstFunction():

               return ‘hello flask!’

if __name__ == ‘__main__’:

               app.run()

 

That’s it! Lets Flask to worry about all another stuff. Our 1-day course will serve delegates with the primary understanding of oldest and core framework of python in web development.  While learning its basics, the delegates will learn how to increase the speed and productivity of their web development.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (2 days)

Classroom (2 days)

Online Self-paced (16 hours)

Magento Training​ Course Outline

Introduction to Magento

  • Introduction to E-commerce
  • Features of Magento
  • Why use Magento?

Basic Configuration

  • System Requirements for Magento
  • Installing Magento
  • Architecture of Magento

Store Setup

  • Store Admin
  • Store Details
  • Storefront Branding
  • Websites, Stores, and Views

Products

  • Creating Products
  • Product Settings
  • Managing Price and Inventory
  • Customisable Products
  • Magento Categories

Content

  • Pages and Blocks
  • Banners and Widgets
  • Page Setup and Page Layout
  • Themes

Customers

  • Customers Menu
  • Customer Accounts
  • Customer Groups and Segments

Order Management

  • Orders
  • Creating and Managing Orders
  • Order Workflow
  • Order Status
  • Invoices and Shipments

Payments

  • Payment Methods
  • Fraud Protection

Shipping

  • Shipping Settings
  • Shipping Methods
  • Shipping Labels

Communication

  • Email
  • Email Reminders

Show moredown

Prerequisites

There are no formal prerequisites for attending this course. However, a basic knowledge of PHP, MySQL, and JavaScript will be beneficial.

Audience

Anyone interested in learning the Magento framework can attend this course. This course is well-suited for developers.

Magento Training​ Course Overview

Magento is an open-source e-commerce framework used for online business. It has an open and flexible architecture and provides enterprise-grade scalability and performance. It also provides a range of exclusive features that enhance marketing and analytical techniques improving administration options that assist the shopping experience of the customer. It is easy to maintain and enhances business agility and productivity.

This 2-day Magento Training course will equip delegates with the skills required for creating an online business platform. Delegates will acquire knowledge on the features of Magento and its architecture. Delegates will learn about the store setup, including store admin, store details, websites, and views.

This Magento Training course delivers a detailed understanding of creating products, product settings, customisable products, and categories. Delegates will also become familiarised with the content including pages, blocks, banners, widgets, page setup and layout, and themes. In addition, this course will cover order management, payment methods, and shipping.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

CakePHP Framework Training​ Course Outline

Introduction to CakePHP

  • CakePHP: Brief Introduction
  • Benefits of CakePHP

Get Started with CakePHP

  • Xamp Server Setup
  • Composer Installation
  • Connecting Database

Controllers in CakePHP

  • What are the Controllers?
  • Request Response Lifecycle
  • Controller Actions
  • Interacting with Views
  • Redirecting to Other Pages

Views and Templates in CakePHP

  • Views in CakePHP
  • View Templates
  • View Elements
  • Using View Block
  • Layouts
  • Event in Views

Components in CakePHP

  • Components: Behind the Idea
  • Creating Components
  • HTML Helper
  • Form and Text Helper

Database Handling with Models

  • Fetching Data from the Database
  • Inserting Data and Adding Validation
  • Updating Data
  • Deleting Data

CakePHP Caching

  • Writing to Cache
  • Reading from Cache
  • Deleting from Cache
  • Clear Cached Data

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

The CakePHP is straightforward to learn, so any developer who wants to learn advanced web development from scratch can join this course undoubtedly.

CakePHP Framework Training​ Course Overview

CakePHP is an open-source PHP framework used to make rapid applications on the Web. CakePHP comes with all built-in tools that help developers to do the common task to build the application from scratch automatically. 

  • The freely available framework allows the developer to make flexible, leading web applications by providing the following features:
  • Open Source Platform
  • Object Relations Mapping (ORM)
  • Easily Extendable
  • Default TestingHigh Security
  • MVC Pattern

PHP Web Development Training with CakePHP supplied by The Knowledge Academy serves the delegates with the core understanding of CakePHP from every corner. After completion of this course, delegates will be able to make high performance, robust, full-featured web applications very quickly and accurately.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Play Framework Training with Scala and Java Course Outline

Basics of Play Framework

  • Introduction to Play!
  • History of Play!
  • Technologies of Play

Starting Up with Play!

  • Downloading Play!
  • The Play Command
  • Compiling Play!
  • Hot Deploy
  • IDE’s in Play!
  • Error Handling

Routing in Play!

  • The Router
  • Router Mechanics
  • Router Rules
  • HTTP Verbs in Platy!

Using Controller in Play!

  • Introduction to Controllers
  • Basic of Caching
  • Using HTTP Digest Authentication
  • Binding Objects
  • Actions
  • Results
  • Session and Flash Scope
  • Request Response Object

Play! Views

  • Views: Behind the Concepts
  • Static View
  • Passing Arguments
  • Conditionals
  • Partial and Layouts
  • The Asset Route

Data Accessing in Play!

  • Agnostic Data Access
  • The Domain Model
  • Evolutions
  • Finder and Listing Contacts
  • The Form Object

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

Play framework training with Java and Scala course provided by The Knowledge Academy is designed especially for those developers who wish to learn development in Play framework from scratch.

Play Framework Training with Scala and Java Course Overview

Play Framework for Java and Scala is used to make full-stack applications. Play ‘s architecture is lightweight, web-friendly and stateless. The base of Play framework is Akka that provides the facility of using fewer resources of CPU, memory threads for highly scalable applications.

Scala-based framework Play! is developer-friendly owns a powerful console and build tools with type safety. Moreover, it has built-in testing tool for accurate deployment of an application. Play framework supports popular IDEs comprising Eclipse, Intellij IDEA.

In this 1-day course, delegates will learn every concept of Play framework from scratch. Delegates will get a basic understanding of how to make secure, high performance, high-speed application very quickly.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Yii Framework Training​ Course Outline

Introduction to Yii

  • What is Yii?
  • Applications of Yii

Getting Started

  • Instaling Yii
  • Running Application
  • Working with Forms
  • Working with Database

Application Structure

  • Overview
  • Entry Script
  • Applications
  • Controllers
  • Models
  • Views
  • Modules
  • Filters
  • Widgets
  • Assets
  • Extensions

Handling Requests

  • Overview
  • Bootstrapping
  • Routing
  • URL Creation
  • Response and Request Cycle
  • Sessions and Cookies

Advance Concepts

  • Components
  • Properties
  • Events Handling
  • Behaviours
  • Aliases
  • Classes Autoloading

Working with Database

  • Database Access Objects
  • Query Builder
  • Active Record
  • Database Migration

Data Management

  • Getting Data from User
  • Displaying Data
  • Security
  • Authentication
  • Authorisation

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

This course is designed for any developer who wants to build advance and robust web application in popular PHP framework named Yii.

Yii Framework Training​ Course Overview

Yii is the most widely used component-based framework as it serves high-performance web applications with more productivity.

Yii is an open-source framework freely available in the market that provides the user with a variety of themes and a web page’s layout for a unique design. The CRUD generator feature makes Yii most convenient PHP framework then all other frameworks available in the market. It uses migrations to create a table and use the Model View Controller (MVC) approach for its directory structure.

The Knowledge Academy’s 1-day course will teach you how to build an extensive application with security and robust approach. Delegates will learn all the basic concepts of Yii and learn how to use Yii features more efficiently for high-performance web applications.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Full-Stack App Development Training with Meteor​ Course Outline

Meteor Overview

  • Introduction to Node.js
  • Hand Shake with Meteor
  • Benefits of Meteor Framework
  • Environment Setup

Meteor Templates

  • Templates: Behind the Concept
  • Simple Templates
  • Block Templates

Meteor Collections

  • What are Collections?
  • Add Data to Collections
  • Find Data in Collections
  • Update Data in Collections
  • Delete Data in Collections

Forms in Meteors

  • Text Input
  • Radio Buttons
  • Checkbox
  • Select Dropdown

Meteor Events

  • Create Events
  • Event Selector

Meteor Sessions and Tracker

Meteor Packages

  • Adding, Removing, and Updating Packages
  • Checking Current Packages
  • Package Maintainance

Check Package in Meteor

  • Check the Package
  • Using Check Package
  • Match Test

Meteor HTTP

  • Installing Package
  • CALL and GET Method
  • POST and PUT Method
  • DEL Method

Meteor Method

  • Using Method
  • Handling Errors

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

This course is designed for full-stack development and covers each part of app development from scratch. So, any developer who wants to build their full-fledged applications is perfect for joining this course.

Full-Stack App Development Training with Meteor​ Course Overview

Meteor is a free and open-source framework of JavaScript use to build real-time and interactive applications for any platform.

Meteor provides more productivity in less line of code. Where another framework takes 1000 line of code to complete a task, Meteor is much capable of doing it within 10 Lines. Apart from these, Meteor is a fully responsive framework as it uses the same code for web, iOS android or desktop. The developers using Metor.js does not have to worry about different languages for the front end, and back end as the only JavaScript is enough for both sides.

This Full-Stack Development Training with Meteor is specially designed to equip delegates with an understanding of how to build prototypes without spending too much time. The participants of this course will get a basic understanding of full-stack development with popular JavaScript framework Meteor and will be able to make their platform-independent app from scratch.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Zend Framework Training Course Outline

Introduction to Zend

  • What is the Framework?
  • What is Zend?

Installing Zend

  • Introduction to Composer
  • Installing Zend Via Projector
  • Understanding the Project Structure

Basics of Zend

  • Web Application Architecture
  • Module Manager
  • Service Manager
  • Event manager
  • Routing
  • View Helpers
  • Controller Plugins

Forms and Validation

  • Adding New Post Form
  • Validate Input Data
  • Binding Form Data

Database Working

  • Creating Database Schema
  • Database Connection
  • Adding a Service Layer
  • Inserting Data
  • Initialiser Implementation
  • Updating Posts
  • Deleting Posts

User and Authentication

  • Creating a User Module
  • Adding and Saving User
  • Logging In
  • Logging Out
  • Storing Data in Session
  • Adding New Layout

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

The developers who want to move towards the advance concepts of PHP from the core are the perfect audience for this course.

Zend Framework Training ​Course Overview

Zend is an open-source framework based on PHP used to make robust web applications quickly. Zend use OOP (Object-oriented programming) approach implemented in Php 5. It uses the Model view controller (MVC) pattern to make the code understandable and straightforward. Zend is a fully customisable framework of PHP and is the most popular framework due to the following reason:

  • Help in the making web apps faster
  • Support multiple databases
  • Flexible caching sub-system
  • Feature of composing emails
  • AJAX supported with JSON
  • Support the use of multi-language
  • Makes code reuseable

The Knowledge Academy’s 1-day course will provide delegates with a precise way to learn and implement the Zend framework in their web developments from scratch. Delegates will be able to make their web application in Zend by learning its all primary concepts.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Codelgniter Framework Web Development Training​ Course Outline

Introduction to Codelgniter

  • What is the Framework?
  • Codelgniter: a Brief Intro
  • Installing

Basics of Codelgniter

  • Exploring File Structure
  • The Configuration File
  • The Welcome Controller
  • Working With Views
  • Syntax Rules
  • Controller
  • View

Database with Codelgniter

  • Configuration Setting
  • Active records
  • Read Queries
  • Display Queries
  • Create, Update, and Delete Query

Front End with Codelgniter

  • Write a View
  • PHP Syntax
  • Nested Views
  • Form Helper by CI
  • Display Model
  • What is the Framework?

Objects with Codelgniter

  • Object-Oriented Programming
  • CI Super Object
  • Problems with Super Project

Working with Libraries

  • Library Classes
  • Creating Classes for Library

Go Advance with Codelgniter

  • Error Handling
  • File Uploading
  • Sending Email
  • Form Validation
  • Cookie Management

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

This course is designed for all developer who wants to learn advanced PHP and want to make their web applications in Codelgniter.

Codelgniter Framework Web Development Training​ Course Overview

Codelgniter is MVC based PHP framework for rapid web development. It includes several convenient libraries to connect to the database and perform various operations on it. 

Codelgniter represents itself as the best framework of PHP because of its following unique features:

  • The entire framework of Codelginiter is total of 2MB. It makes it more understandable and fast.
  • Codelgniter is very fast as it loads average pages in less than 50 milliseconds.
  • This is a very less coupled framework that can work without depending too much on another component.

The Knowledge Academy’s Codelgniter Web Development Training will teach delegates how to use this PHP framework with several features. Delegates who will join this course will be able to make their high-performance web applications quickly.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Cross-Platform Mobile Development Training with Ionic Framework​ Course Outline

Introduction to lonic

  • What is lonic?
  • Features of lonic
  • Advantages and Limitations

Installation of lonic

  • Installing Cordova and lonic
  • Creating Application
  • Tabs App and Blank App
  • Side Menu App
  • Test App in the Browser
  • Directory Structure

Lonic CSS Components: Part 1

  • Colours and Content in lonic
  • Lonic Headers and Footers
  • Lonic Buttons
  • Lonic Lists
  • Lonic Card
  • Lonic Forms

Lonic CSS Components: Part 2

  • Toggle in Lonic
  • Checkboxes
  • Radio Buttons
  • Range in  lonic
  • Select
  • Lonic – Tabs
  • Icons and Padding in Lonic

JavaScript Components in lonic Part 1

  • Action Sheet in JavaScript
  • JavaScript Backdrop
  • Content in JavaScript
  • JavaScript Forms, Events, and Header
  • Footer
  • Keyboard
  • JavaScript LIST
  • JavaScript Model and Popover
  • Pop Up and Scroll Over

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

This course is suitable for any developer who wants to enhance their skills towards cross-platform applications from the starting point in the lonic framework. 

Cross-Platform Mobile Development Training with Ionic Framework​ Course Overview

Ionic is an Open Source framework that helps developers to build progressive web applications with high performance for any platform very quickly.

With the help of HTML, CSS, JavaScript developers can build blocks and UI components to build high-performance mobile applications easily. The Ionic-Framework includes rich front-end library that makes it easy to design a variety of components.

The best thing about Ionic is that it can pair with any JavaScript framework comprising Angular, React, Vue or a simple script tag. It is an excellent idea to attend The Knowledge Academy’s 1-day course Cross-platform mobile development training with Ionic. The course will teach delegates how to make progressive web applications with the Ionic framework by explaining all the primary concepts of the Ionic framework from scratch.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Web Application Testing with PHPUnit Framework​ Course Outline

Introduction to Testing

  • What is Web Testing?
  • The Need for Web Testing
  • TDD (Test Driven Development)
  • BDD (Behaviour Driven Development)

Introduction to PHPUnit

  • What is PHPUnit?
  • PHPUnit Goals
  • Installing PHPUnit

Test Writing in PHPUnit

  • Test Dependencies
  • Data Provider
  • Testing Exceptions
  • Testing PHP Errors

The Command-Line Test Runners

  • Command-Line Options
  • TestDox

Fixtures in PHPUnit

  • More setUp() than tearDown()
  • Variations
  • Share Fixtures
  • Global States

Risky Tests

  • Useless Tests
  • Unintentionally Covered Code
  • Output During Test Execution
  • Test Execution Timeout
  • Global State Manipulation

Advance Concepts

  • Incompleted and Skipped Tests
  • Test Doubles
  • Code Coverage
  • Logging

Show moredown

Prerequisites

There are no prerequisites for attending this course.

Audience

The Knowledge Academy’s Web Application Testing with PHPUnit is suitable for all developers who want to learn web testing from the root.  

Web Application Testing with PHPUnit Framework​ Course Overview

PHPUnit is a testing framework used to test PHP web applications automatically by programmer-oriented approach.

PHPUnit allows developers to write test cases quickly to perform unit testing on extensive scale application. PHPUnit is much flexible that it can be embedded with any PHP framework like Laravel, Symfony, Codelgniter, CakePHP, etc. PHPUnit can also integrate with Selenium web driver that is used for automation testing.

The Knowledge Academy’s 1-day course will teach delegates how to test your massive scale and excellent applications automatically. Delegates will learn about every concept of the PHPUnit framework, which is essential to learn automation web testing from scratch.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor
  • Refreshments

Show moredown

Online Instructor-led (1 days)

Classroom (1 days)

Online Self-paced (8 hours)

Appium Training Course Outline

Basic Concepts of Appium

  • Define Appium
  • Appium Architecture
    • Appium on iOS
    • Appium on Android
  • Selenium JSON Wire Protocol
  • Desired Capabilities
  • Appium Server and its Client Libraries

Getting Started with Appium

  • Appium Benefits and Drawbacks
  • System Requirements for Android/iOS
  • Installing Software
    • Android Appium Installation
    • iOS Appium Installation
    • Appium for Different OSes
  • Creating Emulators and Simulators

Working with Appium GUI

  • Appium GUI for Windows
    • Android Settings
    • General Settings
    • Developer Settings
  • Appium GUI for Mac
    • Android Settings
    • iOS Settings
    • Robot Settings
    • Save/Open Configuration
    • Appium Doctor and Inspector
    • Recording Panel

Finding Elements with Different Locators

  • For Android Web-Based Apps – Using Chrome ADB Plugin
  • For iOS Web-Based Apps – Using Safari’s Develop Options
  • For Native and Hybrid Apps
  • Finding Elements with Appium Inspector

Working with Appium

  • Automating Native Apps
  • Working with Web-Apps
  • Hybrid Apps Automation

Driving Appium on Real Devices

  • Automating Native Apps
  • Working with Web-Apps
  • Automating Hybrid Apps

Advanced User Interactions

  • Long Press
  • Scroll and Swipe
  • Drag and Drop
  • Pinch and Zoom
  • Alerts and Spinners
  • Switch Button
  • Slide SeekBar
  • Capturing Screenshots

Show moredown

Prerequisites

There are no formal prerequisites for attending this course. However, a basic knowledge of programming, mobile application testing, and Selenium WebDriver.

Audience

Anyone interested to enhance their skills in mobile application and web-based automation can attend this course. It is ideal for:

  • Automation Testers and Developers
  • Software Engineer
  • Manual Testers and Non-Programming Aware Testers

Appium Training Course Overview

Appium is an open-source tool to automate native, mobile web, and hybrid applications on iOS mobile, Android mobile, and Windows desktop platforms. Appium offers cross-platform application testing, which means single API works for both iOS and Android platform test scripts.

The Knowledge Academy’s Appium Training course is designed to provide knowledge of Appium server and the client library. This course will explain the system requirements for iOS and Android platforms and why Appium is preferred over other existing tools. Delegates will gain a comprehensive knowledge of how to install and set up software with system variables and create a development environment. Appium GUI is also an essential topic to be covered in this course.

During this training, delegates will learn about all the steps required to find elements to interact with mobile applications. Delegates will get an understanding of how to use different locators and techniques to find elements. Delegates will be acquainted with the knowledge of how to test mobile applications on real devices. After attending this course, delegates will get an understanding of advanced user interactions such as scroll, swipe, and zoom.

Show moredown

  • Delegate pack consisting of course notes and exercises
  • Manual
  • Experienced Instructor

Show moredown

Not sure which course to choose?

Speak to a training expert for advice if you are unsure of what course is right for you. Give us a call on +32 35001305 or Enquire.

Framework Training Courses FAQs

FAQ's

A framework is a language-based tool including several in-built functions and modules to save development time and increase the security of an application.
Frameworks have many types comprising Web Framework, Mobile app framework, Desktop application framework, and so on.
Almost all popular languages have their framework to increase productivity such as Java, Python, Php, C++, C, Ruby on Rails, JavaScript, and so on.
The top 5 PHP frameworks are Laravel, Codelgniter, Symfony, Yii and CakePHP.
The top 5 Python frameworks are Pygame, CherryPy, Tornado, Bottle and Django.
The top 5 Python frameworks are Spring, JavaServer Faces(JSF), Hibernate, Google Web Toolkit and Grails.
The top 5 Python frameworks are Vue.js, Node.js, Angular.js, Node.js and Reack.js.
Our newly design Framework Courses follows a proper hierarchical structure that allows delegates to start from scratch without worrying about any hard requirement or prerequisite.
The Knowledge Academy is the Leading global training provider for Framework Training Courses.
The price for Framework Training Courses certification in Belgium starts from €.

Why we're the go to training provider for you

icon

Best price in the industry

You won't find better value in the marketplace. If you do find a lower price, we will beat it.

icon

Trusted & Approved

We are accredited by PeopleCert on behalf of AXELOS

icon

Many delivery methods

Flexible delivery methods are available depending on your learning style.

icon

High quality resources

Resources are included for a comprehensive learning experience.

barclays Logo
deloitte Logo
Thames Water Logo

"Really good course and well organised. Trainer was great with a sense of humour - his experience allowed a free flowing course, structured to help you gain as much information & relevant experience whilst helping prepare you for the exam"

Joshua Davies, Thames Water

santander logo
bmw Logo
Google Logo

Looking for more information on Framework Training Courses