• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

1547 Testing courses in Bristol delivered On Demand

Software Security Testing

By Packt

Learn how to perform security audits, penetration testing, and code auditing for modern software in the web/cloud, mobile, and desktop. This course will help you master industry standards and enable you to carry out professional assessments to secure technologies as well as communicate risks to high-level executives, management, and technical staff.

Software Security Testing
Delivered Online On Demand7 hours 59 minutes
£149.99

Web Services/Rest API Testing with SoapUI and Real-time Projects

By Packt

This course gets you started with the testing of web services and REST APIs using SoapUI features and tools. You will start with the basics and advance towards designing test frameworks for performing manual and automation testing on web services and APIs with the help of real-time projects.

Web Services/Rest API Testing with SoapUI and Real-time Projects
Delivered Online On Demand18 hours 49 minutes
£151.99

Assuring Quality Through Acceptance Testing: On-Demand

By IIL Europe Ltd

Assuring Quality Through Acceptance Testing: On-Demand It is also the business analyst's responsibility to confirm that the resulting solution developed by IT does, in fact, solve the defined problem. This is done first through testing, especially acceptance testing, and then through monitoring of the installed solution in the user community. It is the business analyst's job to define the business problem to be solved by IT. It is also the business analyst's responsibility to confirm that the resulting solution developed by IT does, in fact, solve the defined problem. This is done first through testing, especially acceptance testing, and then through monitoring of the installed solution in the user community. The business analyst is not only concerned with the testing itself, but also with the management and monitoring of the users doing the acceptance testing, and recording, analyzing, and evaluating the results. What you will Learn Upon completion, participants will be able to: Create a set of acceptance test cases Manage and monitor an acceptance test stage where users perform the testing Work with the development team in the systems testing stage Assess the solution once it is in the business environment Foundation Concepts The role of the business analyst An introduction to the BABOK® Guide BA roles and relationships through the project life cycle Introduction to assuring software quality through acceptance testing The Scope of IT Testing Overview of testing stages The testing process Testing documentation Pre-Acceptance Testing The BA's role in testing Early development testing stages (unit and integration) Late development testing stage (system) The Acceptance Test Stage - Part I (Planning, Design, and Development) Overview of user acceptance testing Acceptance test planning Designing user acceptance tests Developing individual user acceptance test cases Building effective user acceptance test scenarios The Acceptance Test Stage - Part II (Execution and Reporting) Operating guidelines Execution Reporting Post-Acceptance Testing Overview Project implementation Project transition (project closure) Production through retirement Testing Commercial Off-the-Shelf (COTS) Software Overview Selecting the software Implementing the software Summary What did we learn and how can we implement this in our work environments?

Assuring Quality Through Acceptance Testing: On-Demand
Delivered Online On Demand12 hours
£850

Automated Software Testing with Python

By Packt

Learn about automated software testing with Python, BDD, Selenium WebDriver, and Postman, focusing on web applications

Automated Software Testing with Python
Delivered Online On Demand12 hours 55 minutes
£89.99

Software Testing

By Compete High

🚀 Unlock the Power of Quality Assurance with Our Software Testing Course! 🚀 Are you ready to take your career in the tech industry to new heights? Dive into the world of software testing and equip yourself with the essential skills needed to ensure top-notch quality in every digital product! Our comprehensive Software Testing course is your gateway to mastering the art of detecting bugs, ensuring functionality, and delivering seamless user experiences.   Why Software Testing Matters? In today's fast-paced digital landscape, flawless software performance is non-negotiable. Every glitch, bug, or malfunction can cost a company its reputation, customers, and revenue. That's where software testing comes into play. By meticulously examining code, analyzing system functionalities, and running rigorous tests, software testers play a crucial role in identifying and rectifying issues before they escalate.   Benefits of Our Software Testing Course Stay Ahead of the Curve: In an industry that's constantly evolving, staying stagnant is not an option. Our course provides you with the latest techniques, tools, and methodologies in software testing, ensuring you're always ahead of the curve. Enhance Product Quality: Become the guardian of quality by learning how to conduct thorough tests that identify even the most elusive bugs. With your expertise, you'll contribute to the creation of robust, reliable software that delights users. Boost Employability: Employers are constantly on the lookout for skilled software testers who can ensure their products meet the highest standards. By completing our course, you'll enhance your employability and open doors to exciting career opportunities. Save Time and Resources: Catching bugs early in the development process saves both time and resources. Our course teaches you how to implement efficient testing strategies, helping companies streamline their workflows and minimize costly rework. Earn Recognition and Respect: As a proficient software tester, you'll earn the respect of your peers and recognition from industry leaders. Your ability to deliver flawless software solutions will position you as a valuable asset in any organization.   Who is This For? Our Software Testing course is perfect for: Aspiring QA Engineers Software Developers looking to expand their skillset IT Professionals interested in quality assurance Students pursuing a career in technology Anyone passionate about ensuring top-notch software quality No matter your background or experience level, if you're eager to dive into the world of software testing, this course is for you!   Career Path Upon completing our Software Testing course, you'll be well-equipped to pursue a variety of exciting career paths, including: Quality Assurance Engineer: As a QA engineer, you'll be responsible for ensuring that software products meet the highest quality standards. You'll design and execute tests, identify defects, and collaborate with developers to resolve issues. Test Automation Engineer: Automation is becoming increasingly essential in software testing. As a test automation engineer, you'll leverage tools and scripts to automate repetitive testing tasks, improving efficiency and accuracy. Software Development Engineer in Test (SDET): SDETs combine development and testing skills to create robust testing frameworks and tools. They play a crucial role in ensuring the reliability and scalability of software systems. Quality Assurance Manager: With experience and expertise, you could advance to a managerial role overseeing QA teams and processes. Quality assurance managers are responsible for setting testing standards, optimizing workflows, and ensuring the overall quality of deliverables.   Don't Miss Out on This Opportunity! Are you ready to embark on an exciting journey into the world of software testing? Enroll in our Software Testing course today and unlock the door to a rewarding career in quality assurance. Join thousands of satisfied students who have transformed their careers with our comprehensive training program. Don't wait - secure your future in tech today!   FAQ (Frequently Asked Questions) - Software Testing Q1: What is software testing, and why is it important? Software testing is the process of evaluating a software application or system to ensure that it meets specified requirements and works as expected. It involves executing a program or system with the intent of finding errors or bugs and verifying that the software meets its quality and performance objectives. Testing is crucial for several reasons: It helps identify and fix defects or bugs early in the development process, reducing the cost of fixing issues later. It ensures that the software meets user requirements and expectations, enhancing user satisfaction. Testing improves the reliability, usability, and performance of software applications, thereby increasing their overall quality. It helps build confidence in the software's correctness and functionality, leading to better adoption and success in the market. Q2: What are the different types of software testing? There are various types of software testing, each serving different purposes and objectives: Unit Testing: Tests individual components or modules to ensure they function correctly in isolation. Integration Testing: Verifies that multiple components work together as expected when integrated. System Testing: Evaluates the entire system's functionality and performance in the context of the intended environment. Acceptance Testing: Validates that the software meets user requirements and is ready for deployment. Regression Testing: Ensures that changes or updates to the software do not adversely affect existing functionality. Performance Testing: Evaluates the software's responsiveness, scalability, and stability under different workload conditions. Security Testing: Identifies vulnerabilities and weaknesses in the software to prevent unauthorized access or data breaches. Q3: When should testing be performed in the software development lifecycle? Testing should be integrated into the software development lifecycle from the early stages and conducted iteratively throughout the process. Ideally, testing starts as soon as individual components or modules are developed and continues through integration, system development, and acceptance testing phases. Iterative testing allows for early detection and resolution of issues, reducing the risk of defects accumulating and impacting the final product. Q4: What are some common challenges in software testing? Incomplete or unclear requirements: Lack of clear specifications can make it challenging to determine what to test. Time and resource constraints: Limited time and resources may restrict the extent of testing that can be performed. Changing requirements: Frequent changes in requirements can lead to scope creep and require retesting. Complexity of software: Testing complex systems with intricate dependencies can be challenging and time-consuming. Test environment setup: Creating and maintaining test environments that mimic production can be complex and costly. Effective communication: Ensuring clear communication among stakeholders, developers, and testers is essential for successful testing. Course Curriculum Module 1 Introduction to Software Engineering Introduction to Software Engineering 00:00 Module 2 Software Design Principles and Testing Software Design Principles and Testing 00:00 Module 3 Software Maintenance and Evolution Software Maintenance and Evolution 00:00 Module 4 Software Project Management Software Project Management 00:00 Module 5 Software Configuration Management Software Configuration Management 00:00 Module 6 Software Project Metrics and Measurement Software Project Metrics and Measurement 00:00

Software Testing
Delivered Online On Demand6 hours
£25

Testing using SOAP UI

4.9(27)

By Apex Learning

Overview This comprehensive course on Testing using SOAP UI will deepen your understanding on this topic. After successful completion of this course you can acquire the required skills in this sector. This Testing using SOAP UI comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. So enrol in this course today to fast track your career ladder. How will I get my certificate? At the end of the course there will be an online written test, which you can take either during or after the course. After successfully completing the test you will be able to order your certificate, these are included in the price. Who is This course for? There is no experience or previous qualifications required for enrolment on this Testing using SOAP UI. It is available to all students, of all academic backgrounds. Requirements Our Testing using SOAP UI is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 2 sections • 9 lectures • 04:07:00 total length •Module 01: Introduction to SOAP UI: 00:15:00 •Module 02: Installation instructions for SOAP UI: 00:22:00 •Module 03: Various Components in SOAP UI: 00:30:00 •Module 04: WSDL Testing in SOAP UI: 00:44:00 •Module 05: Load Testing in SOAP UI: 00:34:00 •Module 06: Security Testing in SOAP UI: 00:34:00 •Module 07: REST Testing in SOAP U: 00:42:00 •Module 08: Functional Testing in SOAP UI: 00:26:00 •Assignment - Testing using SOAP UI: 00:00:00

Testing using SOAP UI
Delivered Online On Demand4 hours 7 minutes
£12

Testing using SOAP UI for Beginners

By Course Cloud

The comprehensive Testing using SOAP UI for Beginners has been designed by industry experts to provide learners with everything they need to enhance their skills and knowledge in their chosen area of study. Enrol on the Testing using SOAP UI for Beginners today, and learn from the very best the industry has to offer! This best selling Testing using SOAP UI for Beginners has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Testing using SOAP UI for Beginners is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Testing using SOAP UI for Beginners is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Testing using SOAP UI for Beginners is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Testing using SOAP UI for Beginners, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Testing using SOAP UI for Beginners will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Testing using SOAP UI for Beginners to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Testing using SOAP UI for Beginners
Delivered Online On Demand
£25

Cypress - Modern Automation Testing from Scratch + Framework

By Packt

This course is perfect for quality assurance professionals who want to step into automation testing with Cypress. You will learn Cypress from scratch and become a specialist in building a solid Cypress automation framework to test any real-world web application.

Cypress - Modern Automation Testing from Scratch + Framework
Delivered Online On Demand17 hours 28 minutes
£82.99

Assuring Quality Through Acceptance Testing - Making Sure that the Business Problem is Solved: On-Demand

By IIL Europe Ltd

Assuring Quality Through Acceptance Testing - Making Sure that the Business Problem is Solved: On-Demand It is the business analyst's job to define the business problem to be solved by IT. It is also the business analyst's responsibility to confirm that the resulting solution developed by IT does, in fact, solve the defined problem. This is done first through testing, especially acceptance testing, and then through monitoring of the installed solution in the user community. The business analyst is not only concerned with the testing itself, but also with the management and monitoring of the users doing the acceptance testing, and recording, analyzing, and evaluating the results. What You Will Learn Upon completion of this course, participants will be able to: Create a set of acceptance test cases Manage and monitor an acceptance test stage where users perform the testing Work with the development team in the systems testing stage Assess the solution once it is in the business environment Foundation Concepts The role of the business analyst An introduction to the BABOK® Guide BA roles and relationships through the project life cycle Introduction to assuring software quality through acceptance testing The Scope of IT Testing Overview of testing stages The testing process Testing documentation Pre-Acceptance Testing The BA's role in testing Early development testing stages (unit and integration) Late development testing stage (system) The Acceptance Test Stage - Part I (Planning, Design, and Development) Overview of user acceptance testing Acceptance test planning Designing user acceptance tests Developing individual user acceptance test cases Building effective user acceptance test scenarios The Acceptance Test Stage - Part II (Execution and Reporting) Operating guidelines Execution Reporting Post-Acceptance Testing Overview Project implementation Project transition (project closure) Production through retirement Testing Commercial Off-the-Shelf (COTS) Software Overview Selecting the software Implementing the software Summary What did we learn and how can we implement this in our work environments?

Assuring Quality Through Acceptance Testing - Making Sure that the Business Problem is Solved: On-Demand
Delivered Online On Demand12 hours
£850

Portable Appliance Testing Program

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 1 to 2 hours Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about early years foundation stage Understand the core competencies and principles of early years foundation stage Explore the various areas of early years foundation stage Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert early years foundation stage teacher Portable Appliance Testing Program Course Master the skills you need to propel your career forward in portable appliance testing. This course will equip you with the essential knowledge and skillset that will make you a confident electrician and take your career to the next level. This comprehensive portable appliance testing course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this portable appliance testing course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective portable appliance testing practice and equip you with the essential skills, confidence and competence to assist you in the portable appliance testing industry. You'll gain a solid understanding of the core competencies required to drive a successful career in portable appliance testing. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for electrician or for people who are aspiring to specialise in portable appliance testing. Enrol in this portable appliance testing course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive portable appliance testing course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this portable appliance testing can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This portable appliance testing course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This portable appliance testing course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This portable appliance testing course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. Course Curriculum Module 1: Understanding Portable Appliance Testing Module 1: Understanding Portable Appliance Testing 00:15:00 Module 2: Key Legislation and Legal Duties Module 2: Key Legislation and Legal Duties 00:18:00 Module 3: Basic Electrical Theory Revision Module 3: Basic Electrical Theory Revision 00:15:00 Module 4: PAT Testing Risk Assessment Module 4: PAT Testing Risk Assessment 00:17:00 Module 5: Mitigating and Controlling Risks Module 5: Mitigating and Controlling Risks 00:33:00 Assessment Mock 1 Assessment Mock 1 - Diploma in Portable Appliance Testing Course 00:10:00 Module 6: Equipment and Appliance Classification Module 6: Equipment and Appliance Classification 00:36:00 Module 7: Effective Maintenance of Portable Equipment Module 7: Effective Maintenance of Portable Equipment 00:30:00 Module 8: Testing Internal Electrical Installation Module 8: Testing Internal Electrical Installation 00:40:00 Module 9: Instruments for Effective Inspection Module 9: Instruments for Effective Inspection 00:20:00 Module 10: Reporting and Record Keeping Module 10: Reporting and Record Keeping 00:15:00 Assessment Mock 2 Assessment Mock 2 - Diploma in Portable Appliance Testing Course 00:10:00 Conclusion - Portable Appliance Testing (PAT) Course Conclusion - Portable Appliance Testing (PAT) Course 00:05:00 Final Assessment Assessment - Diploma in Portable Appliance Testing Course 00:10:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

Portable Appliance Testing Program
Delivered Online On Demand
£19

Educators matching "Testing"

Show all 9
Brigstowe

brigstowe

Bristol

Would you like a better understanding of HIV? Do you work with people who may be living with HIV or who are at risk of contracting HIV? Brigstowe’s HIV Awareness Training empowers professionals with the skills and knowledge they need to work confidently with people living with, affected by or at risk of HIV. Our HIV Awareness Training is open to all professionals; from front-line support staff, managers or HR personnel. We have experience in delivering to a range of professionals including: social workers, medics, Avon & Somerset Police, prison staff, mental health care providers, housing associations and other voluntary organisations. We tailor the training to meet the needs of your organisation or business.  We will usually cover: * HIV prevention and transmission. * Clarify the definitions and differences between HIV & AIDS. * Provide up-to-date information on treatment. * Explore stigma and prejudice. * Explain testing services. * Promote best practice when working with a person living or affected by HIV. * Inform participants of support available. All sessions will include a guest speaker living with HIV who will share their experience in order to help trainees better understand what it is like to live with HIV.  “SUCH CLEAR, CONCISE & INFORMATIVE TRAINING – IT ALLOWED ME TO HAVE A BETTER UNDERSTANDING WORKING WITH CLIENTS.”  “THANK YOU SO MUCH, IT WAS FANTASTIC. I HAVE HAD SUCH GREAT FEEDBACK FROM STAFF AND PRISONERS. SOME SAID IT WAS THE BEST TRAINING SESSIONS THEY HAD RECEIVED AND THAT WAS FROM THE STAFF. PRISONERS ARE RAVING ABOUT IT; IT’S CREATED SUCH A BUZZ AROUND THE PLACE.” For more information on our HIV Awareness Training or to book our training package please get in touch.

Gas Flare Ltd

gas flare ltd

4.7(15)

Bristol

Following new measures issued by the Prime Minister on 10th May 2020. Our office will be open from 8 am to 1 pm from Tuesday 12th May 2020 to Friday 15th May 2020. This will be for any enquiries and to allow us to contact our customers and rearrange courses. From Monday 18th May 2020 Gas Flare Limited will be open normal opening hours and will be running various courses with controlled numbers and in conjunction with the government COVID 19 guidelines https://www.nhs.uk/conditions/coronavirus-covid-19/ We take the present Coronavirus situation very seriously; we have therefore made this decision based on the health and well-being of all our staff and customers. Anyone attending Gas Flare Limited from Monday 18th May 2020 onwards are required to bring appropriate P.P.E to be able to undertake training and/or assessment. We would urge our customers not to attend Gas Flare Limited if they are experiencing COVID 19 symptoms. If you have any outstanding queries or questions, please do not hesitate to contact our office for clarification. Gas Flare Limited training centre, based in Bristol, is an accredited BPEC and Gas Safe registered assessment centre catering for already qualified gas engineers and those looking to gain access to the gas industry. Whatever your needs our team of highly experienced gas trainers and assessors will guide and support you through the entire process. Training and assessment takes place in our well-equipped, purpose built facility which provides a realistic environment with the aim of building confidence and developing the professionalism needed to work safely in the gas industry. We have identified that a trainee’s confidence is very much boosted by a ‘hands on’ approach as opposed to slowly working through units in manuals. Our aim is to promote a relaxed atmosphere and course members will be provided with light refreshments and lunch to support this. Free car parking is available. A local accommodation package at a discounted rate can also be arranged. Located in Bristol, Gas Flare Limited is well situated close to the M32/M4/M5 for easy access from all directions. Gas Flare Limited has a variety of gas training courses ranging from domestic gas, commercial gas, LPG, and combustion performance testing. We also offer oil, essential electrics, unvented hot water, water regulations, legionella and energy efficiency training and assessment courses. Our training courses can cater for all levels of experience, so please contact Malcolm or Jason for more information.

Alternatives in Education

alternatives in education

London

According to Article 12 of the United Nations Convention on the Rights of the Child, children have the right to have a say on all matters which affect them. This includes their education. When children and young people are involved in decisions about their learning, they become active participants in their education and they are more motivated. Alternatives in Education - Parent's Voice Parent Voice When parents are involved in their children’s education, children do better. Research has found that parental engagement is one of the most powerful levers for school improvement. When schools listen to their parents and work with them as genuine partners they achieve the best outcomes for children and young people. Alternatives in Education - Teacher's Voice Teacher Voice Teachers are professionals and yet many feel that they have little say over their work. They are told what to teach and when and how to teach it by a government (in England) which dictates the content of the curriculum and exerts a stranglehold over schools through the testing and accountability framework. When teachers have greater autonomy to respond to the needs of the children and young people they work with, children do better. Alternatives in Education - School Community Voice School Community Voice When school leaders listen to their students, their teachers and their parents they are better able to meet the needs of the communities they exist to serve. When responsibility for the school’s vision, values and direction is shared, schools are strengthened by such collaboration and empowered to be their best.

Bristol Advanced Motorcyclists

bristol advanced motorcyclists

London

We are an independent motorcycle training organisation affiliated to IAM RoadSmart. We are also an active, friendly and welcoming riders’ club. ABOUT BRISTOL ADVANCED MOTORCYCLISTS Official provider of IAM RoadSmart training in Bristol. Although we are affiliated to the IAM RoadSmart organisation, and an official provider of the RoadSmart programme, Bristol Advanced Motorcyclists is a separate organisation, with charitable status. And whilst one of our primary purposes as an organisation is to provide a coordinated training programme to motorcyclists in Bristol and the west country region, the club is also an active social hub for riders. Participation in the club’s activities isn’t mandatory, but it’s a great way to meet other like-minded riders and to continue developing your skills. Once you’ve gained sufficient experience you may even wish to progress to becoming an IAM RoadSmart Observer yourself, and of course we can guide you towards that achievement too. In addition to the monthly Super Sunday events we also arrange group ride-outs, more extended trips both in the UK and Europe, talks and other social activities. See our News & Events page for more details. Bristol blood bikes There is a close association between BAM and Freewheelers, the charitable organisation that operates the Bristol and south west region Emergency Voluntary Service (commonly known as the ‘Blood Bikes’). All of their volunteer riders must be qualified to Advanced standard and many of these have been trained by the BAM group. You can learn more about Freewheelers here: www.freewheelers.org.uk About the IAM The Institute of Advanced Motorists (IAM) is a national charity organisation, established in 1956, dedicated to increasing road safety by improving driving standards. Both the organisation and the training programme is now known as IAM RoadSmart. RoadSmart is a national training programme for drivers and riders aimed at developing their observation and control skills. The RoadSmart training programme is delivered at regional level by volunteer groups, such as Bristol Advanced Motorcyclists (BAM), who are a designated ‘Official Provider’. All Observers are accredited by IAM RoadSmart. When you begin your training you become an Associate member. Full membership of the IAM is awarded upon successfully achieving the Advanced standard. Once this standard is achieved there are no further testing stages (unless you opt to train to be an Observer) and you become a full, lifetime member of the IAM, subject to an annual renewal fee (currently £42 per year).