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

38 ISTQB Foundation Level Mobile Application Testing courses

Testing using SOAP UI

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 Demand
£12

Android Studio Development Essentials

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for individuals who want to learn how to program Android applications using the Java Programming Language. Overview Upon successful completion of this course, students will have an understanding of basic application Android development. This course will teach the basics of Android Development using the Java Programming Language and Android Studio. INTRODUCTION AND SETUP * Android Studio Development Essentials Introduction * Setting up an Android Studio Development Environment * Creating an Example Android App in Android Studio * A Tour of the Android Studio User Interface * Creating an Android Virtual Device (AVD) in Android Studio * Using and Configuring the Android Studio AVD Emulator * Testing Android Studio Apps on a Physical Android Device * The Basics of the Android Studio Code Editor ANDROID ARCHITECTURE AND STATE CHANGES * An Overview of the Android Architecture * The Anatomy of an Android Application * Understanding Android Application and Activity Lifecycles * Handling Android Activity State Changes * Android Activity State Changes by Example * Saving and Restoring the State of an Android Activity VIEWS AND LAYOUTS * Understanding Android Views, View Groups and Layouts in Android Studio * A Guide to the Android Studio Layout Editor Tool * A Guide to the Android ConstraintLayout * A Guide to using ConstraintLayout in Android Studio * An Android Studio Layout Editor ConstraintLayout Tutorial * Manual XML Layout Design in Android Studio * Creating an Android User Interface in Java Code EVENT HANDLING * An Overview and Example of Android Event Handling * A Guide to using Instant Run in Android Studio * Android Touch and Multi-touch Event Handling * Detecting Common Gestures using Android Studio and the Gesture Detector Class * Implementing Custom Gesture and Pinch Recognition on Android ADVANCED LAYOUT AND TRANSITIONS * An Introduction Android Fragments * Using Fragments in Android Studio - An Example * Creating and Managing Overflow Menus on Android * Animating User Interfaces with the Android Transitions Framework * An Android Transition Tutorial using beginDelayedTransition * Implementing Android Scene Transitions ? A Tutorial * Working with the Floating Action Button and Snackbar * Creating a Tabbed Interface using the TabLayout Component * Working with the RecyclerView and CardView Widgets * An Android RecyclerView and CardView Tutorial * Working with the AppBar and Collapsing Toolbar Layouts * Implementing an Android Navigation Drawer * An Android Studio Master/Detail Flow Tutorial INTENTS, THREADS, SERVICES, AND NOTIFICATIONS * An Overview of Android Intents * Android Explicit Intents ? A Worked Example * Android Implicit Intents ? A Worked Example * Android Broadcast Intents and Broadcast Receivers * A Basic Overview of Threads and Thread Handlers * An Overview of Android Started and Bound Services * Implementing an Android Started Service - A Worked Example * Android Local Bound Services - A Worked Example * Android Remote Bound Services - A Worked Example * An Android 7 Notifications Tutorial * An Android 7 Direct Reply Notification Tutorial DATA ACCESS AND STORAGE * Integrating Firebase Support into an Android Studio Project * An Android 7 Firebase Remote Notification Tutorial * An Introduction to Android 7 Multi-Window Support * An Android Studio Multi-Window Split-Screen and Freeform Tutorial * An Overview of Android SQLite Databases in Android Studio * An Android TableLayout and TableRow Tutorial * An Android SQLite Database Tutorial * Understanding Android Content Providers * Implementing an Android Studio Content Provider in Android Studio * Accessing Cloud Storage using the Android Storage Access Framework * An Android Storage Access Framework Example MULTIMEDIA, MAPS AND PRINTING * Video Playback on Android VideoView and MediaController Classes * Video Recording and Image Capture using Camera Intents * Making Runtime Permission Requests in Android * Android Audio Recording and Playback using MediaPlayer and MediaRecorder * Working with the Google Maps Android API in Android Studio * Printing with the Android Printing Framework * An Android HTML and Web Content Printing Example * A Guide to Android Custom Document Printing FINAL BUILD * An Android Fingerprint Authentication Tutorial * Handling Different Android Devices and Displays * Signing and Preparing an Android Application for Release * Integrating Google Play In-app Billing into an Android Application * An Overview of Gradle in Android Studio * An Android Studio Gradle Build Variants Example ADDITIONAL COURSE DETAILS: Nexus Humans Android Studio Development Essentials training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Android Studio Development Essentials course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Android Studio Development Essentials
Delivered on-request, onlineDelivered Online
Price on Enquiry

Java Fundamentals for Android Development

By Nexus Human

Duration 1.5 Days 9 CPD hours This course is intended for This course is designed for software developers or anyone interested in building Android applications. Overview Install Android Studio. Writing a Java Program. Run a Java Program. Write a Java Comment. Understand Java Variables and Their Data Types. Acquiring Good Knowledge of Java Control Flow Statements. Understanding The Java Methods and Arrays. Understanding the Object-Oriented Programming (OOP) Concepts and Java Class. Developing applications for Android? systems requires basic knowledge of Java programming language. Introductory course that focuses on the fundamentals of Java programming language, its framework, syntax, and paradigm. FIRST STEP IN JAVA * The History of Java * How Java Programs work? * Install Java JDK and JRE * Why did Google choose Java over other programming languages? * Android OS Structure * Install Android Studio CREATE AND RUN JAVA PROJECTS * Creating an Android Project (Java Project) Using Android Studio * Writing a Java Program * Java Methods * Running a Java Program * Write a Comment * Java Variables and Their Data Type CONTROL FLOW STATEMENTS * Introduction * IF ? Else Statement * If?Else and Else?If... Statement * If Else and Logical Operators * Switch Statement * While Loop * Do-while Loop * For Loop * The Break Statement * The Continue Statement METHODS AND ARRAYS * Introduction * Method Structure * Call Method by Value * Call Method by Reference * Arrays * Enter Data to Java Program * Object-Oriented Programming (OOP) Concepts * Java Class ADDITIONAL COURSE DETAILS: Nexus Humans Java Fundamentals for Android Development training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Java Fundamentals for Android Development course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Java Fundamentals for Android Development
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to Test Automation Essentials (TT3511)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for The content is appropriate for test automation engineering roles, test manager roles, test lead roles, test architect roles, as well as developer roles. This course assumes you have a foundational understanding of testing and the purpose of automation. This course will be beneficial to anyone who is accountable for assessing, planning, designing, and implementing an integrated set of technology (testing infrastructure) that supports development, testing, and deployment. Overview Working in an interactive learning environment, led by our expert facilitator, attendees will learn to: Document the current state of test automation in your organization Define a custom test automation plan and architecture to fit their situation Create an initial implementation plan Identify initial key measures Develop a metrics dashboard for tracking the value of test automation Lay out a future strategy and roadmap to get there Introduction to Test Automation is a one-day, hands-on event designed to provide participants with the skills required to develop a custom test automation plan and architecture for their organization. Throughout the course, students will examine and work through various practical examples, learning how to create an integrated test automation plan and develop a test automation architecture. Participants will also learn about the possible real-world challenges they may face while trying to accomplish their goals, exploring the practical positive aspects of engaging their technical team, along with the possible frustrations of experiencing too much isolation between test automators and test designers. GETTING STARTED * Automation beginnings * Software as a series of imperfect translations THE COMPELLING BUSINESS NEEDS FOR AUTOMATION * Automation the next opportunity * Islands of Automation * Getting products to market more quickly, at the right costs and quality AUTOMATION CHALLENGES AND REQUIREMENTS * Automation Challenges * Test Automation Key Requirements * FOUNDATIONAL MATERIAL FOR YOUR AUTOMATION PLAN * Templates * Questions * Examples * Virtual Consulting included with this course AUTOMATION PLAN VISION AND STRATEGY * Vision, Strategy, Approach Example * Defining your end in mind * Deciding where to start * Engaging Others CONDUCTING A CURRENT STATE TOOLS INVENTORY * Assessing your current state - tools and processes * Tools inventory example and template * Radar Chart as a means of presenting current state information CONSIDER THE BEST AUTOMATION APPROACH * Waterfall vs. agile cycles of work * Aligning tools with your methodologies * Strategies for Automating * The Test Automation Pyramid DEVELOPING YOUR TEST AUTOMATION ARCHITECTURE * Blocks of automation capabilities * Islands of Automation * Integrated Tools Architecture Template * Integrated Tools Architecture Examples TEST AUTOMATION ARCHITECTURE EXAMPLES * Examples of different test automation architectures and frameworks * Selenium * Key Test Automation Architecture Characteristics ACCEPTANCE TEST-DRIVEN AND BEHAVIOR-DRIVEN TESTING OVERVIEW * Test automation approaches * FitNesse * Cucumber * Gherkin script overview * Tool workflow CONSIDERATIONS FOR WHAT TO AUTOMATE AND WHEN * Categories of tests that might be automated * We have many tool choices * Key points in Test Tool Architecture Planning PILOTING AND IMPLEMENTING AUTOMATION * Selecting and evaluating tools and rolling them out * Selling Automation - qualitative questions * Selling Automation - quantitative questions MEASURING AUTOMATION BENEFITS * Measures in technical terms * Measures in business terms * Measures of testing vs. measures of test automation NEXT STEPS * A few keys to success

Introduction to Test Automation Essentials (TT3511)
Delivered on-request, onlineDelivered Online
Price on Enquiry

iPhone Mobile App Development

By Nexus Human

Duration 5 Days 30 CPD hours The iPhone combines technologies of smartphones and personal computing. With a multitouch screen, built-in accelerometer and virtual keyboard, the iPhone also requires the mobile application developer to adopt a vastly different software design philosophy. With over a billion mobile apps sold, iPhone Programming is a critical part of the future of mobile technology. This five day course teaches the attendee all aspects of iOS mobile app development INTRODUCTION AND SETUP * Joining the Apple iOS Developer Program Installing Xcode and the iOS SDK A Guided Tour of Xcode An Introduction to Xcode Playgrounds SWIFT PROGRAMMING LANGUAGE * Swift Data Types, Constants, and Variables Swift Operators and Expressions Swift Flow Control The Swift Switch Statement Overview of Swift Functions The Basics of Object Oriented Programming in Swift Swift Subclassing and Extensions Arrays and Dictionary Collections in Swift Understanding Error Handling in Swift VIEWS, LAYOUTS, AND STORYBOARDS * Creating an Interactive iOS App Auto Layout in iOS Working with iOS Auto Layout Constraints in Interface Builder Implementing iOS Auto Layout Constraints in Code Implementing Cross-Hierarchy Auto Layout Constraints in iOS Understanding the iOS Auto Layout Visual Format Language Using Size Classes to Design Adaptable Universal iOS User Interfaces Using Storyboards in Xcode Organizing Scenes over Multiple Xcode Storyboard Files Using Xcode Storyboards to Create an iOS Tab Bar Application Working with the iOS Stack View Class iOS Stack View Tutorial iOS Split View Master-Detail Example Multitasking in iOS Implementing a Page based iOS Application using UIPageViewController iOS UIPageViewController Application DATA STORAGE WITH FILES, ICLOUD, AND DATABASES * Working with Directories in Swift on iOS Working with Files in Swift on iOS iOS Directory Handling and File I/O in Swift Preparing an iOS App to use iCloud Storage Managing Files using the iOS UIDocument Class Using iCloud Storage in an iOS Application Synchronizing iOS Key-Value Data using iCloud iOS Database Implementation using SQLite SQLite based iOS Application using Swift and FMDB Working with iOS Databases using Core Data iOS Core Data Introduction to CloudKit Data Storage on iOS iOS CloudKit Example iOS CloudKit Subscription Example TOUCH, TAPS, AND GESTURES * An Overview of iOS Multitouch, Taps and Gestures iOS Touch, Multitouch and Tap Application Detecting iOS Touch Screen Gesture Motions Identifying Gestures using iOS Gesture Recognizers iOS Gesture Recognition iOS 3D Touch Force Handling iOS 3D Touch Quick Actions iOS 3D Touch Peek and Pop ADVANCED VIEW OPTIONS * Basic iOS Animation using Core Animation iOS UIKit Dynamics ? An Overview Introduction to iOS Sprite Kit Programming iOS Sprite Kit Level Editor Game iOS Sprite Kit Collision Handling EXTENSIONS * Introduction to Extensions in iOS iOS Today Extension Widget Creating an iOS Photo Editing Extension Creating an iOS Action Extension Receiving Data from an iOS Action Extension MULTIMEDIA, FACEBOOK, AND TWITTER * Accessing the iOS Camera and Photo Library iOS Camera Application iOS Video Playback using AVPlayer and AVPlayerViewController iOS Multitasking Picture in Picture Tutorial Playing Audio on iOS using AVAudioPlayer Recording Audio on iOS with AVAudioRecorder THE APP STORE * Preparing and Submitting an iOS Application to the App Store ADDITIONAL COURSE DETAILS: Nexus Humans iPhone Mobile App Development training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the iPhone Mobile App Development course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

iPhone Mobile App Development
Delivered on-request, onlineDelivered Online
Price on Enquiry

BA29 - User Acceptance Testing for Business Analysts

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is designed for the Business Analyst professional who is involved with testing the functionality of technology projects. Overview Develop an understanding about basic concepts associated with User Acceptance TestingSee how UAT applies to the Software Development Lifecycle (SDLC)Recognize benefits of improved quality of deployed software using User Acceptance TestingIdentify the key roles, activities and deliverables which make up User Acceptance Testing Use a Business Use Case to define scenarios for testingCreate a UAT test plan and write UAT test cases with associated test dataUnderstand the process for testing functional and non-functional requirementsIdentify the challenges of testing vendor-supplied applications This course looks at the issues which drive the need for a UAT process & describes the components of the process. It is designed to help Business Analysts to develop an understanding of their role, the process, and the deliverables associated with UAT. DAY 1 * Software Testing - the Basics * Understanding the Tester?s Terminology * The UAT Planning Process DAY 2 * UAT Test Coverage * Creating & Executing the UAT Test Cases * Verifying the Test Results * Testing Vendor-Supplied Applications ADDITIONAL COURSE DETAILS: Nexus Humans BA29 - User Acceptance Testing for Business Analysts training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the BA29 - User Acceptance Testing for Business Analysts course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

BA29 - User Acceptance Testing for Business Analysts
Delivered on-request, onlineDelivered Online
Price on Enquiry

iOS 8.0 Mobile Application Development Essentials

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Software Engineers Mobile Developers Overview The training is geared to build essential skills to develop professional applications for iOS 8.0 devices. The complete hands-on course will be delivered using Xcode 6. The 2 days of Objective-C and Swift training, at the start of the course is designed to allow developers , with a non-Objective C background, to jumpstart into iOS application development. The training is intended to lay a solid foundation in Apple's new programming language - Swift for development of next-generation iOS applications. The training is intended to lay a solid foundation in Apple's new programming language - Swift for development of next-generation iOS applications.

iOS 8.0 Mobile Application Development Essentials
Delivered on-request, onlineDelivered Online
Price on Enquiry

Continuous Testing Foundation (DevOps Institute)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for The target audience for the DevOps Test Engineering course is anyone involved in defining a DevOps Testing strategy, such as: Delivery Staff DevOps Engineers IT Managers Project Managers Lab Staff Maintenance and Support Staff Quality Assurance Managers Quality Assurance Teams Release Managers Testers Software Engineers Overview The learning objectives for DTE include a practical understanding of: The purpose, benefits, concepts and vocabulary of DevOps testing How DevOps testing differs from other types of testing DevOps testing strategies, test management and results analysis Strategies for selecting test tools and implementing test automation Integration of DevOps testing into Continuous Integration and Continuous Delivery workflows How DevOps testers fit with a DevOps culture, organization and roles This comprehensive course addresses testing in a DevOps environment and covers concepts such as the active use of test automation, testing earlier in the development cycle, and instilling testing skills in developers, quality assurance, security, and operational teams. The course is relevant for every modern IT professional involved in defining or deploying a DevOps testing strategy for their organization, as test engineering is the backbone of DevOps and the primary key for successful DevOps pipeline to support digital transformation. This course prepares you for the Continuous Testing Foundation(CTF) certification. COURSE OBJECTIVES AND MODULES, LOGISTICS WHAT IS DEVOPS TESTING AND ITS BUSINESS BENEFITS? RELATION OF DEVOPS TESTING IN OTHER TEST METHODOLOGIES DEVOPS TESTING BEST PRACTICES * DevOps Testing Terminology * Culture changes * Organization changes * Process and team friction * Motivation strategies * Measuring Success * Continuous Evolution * Troubleshooting WHAT IS THE DEVOPS PIPELINE? * DevOps Testing on the pipeline * Test strategy choices * Pre-Flight strategies * Continuous Integration Testing * System, Delivery and Customer Testing * Test Environments * Lab Management * Topology orchestration TEST AUTOMATION FRAMEWORKS * Test Tools Selection criterion Automated metrics KEY CONCEPTS * Test Case Best Practices & Design Exercise * Test Suite Best Practices & Design Exercise * Principles of DevOps Management * DevOps Test Management Metrics * DevOps Management Tools * DevOps Test Results Analysis * Integrating DevOps Results Analysis * Test Management Exercise * Fictitious Product Test Requirements * Individual Exercise * Class discussion * Exam Preparation

Continuous Testing Foundation (DevOps Institute)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Educators matching "ISTQB Foundation Level Mobile Application Testing"

Show all 9
Course Gate

course gate

5.0(1)

London

Welcome to Course Gate, your gateway to a world of knowledge and opportunity. We are a leading online learning marketplace dedicated to empowering individuals and organisations with the skills they need to succeed in today's dynamic and competitive environment. -------------------------------------------------------------------------------- Our Mission Our mission is to make education accessible and enjoyable for everyone. We want to help you discover your passion, expand your knowledge, and grow your confidence. Whether you want to learn a new language, master software, or develop a hobby, we have the right course for you.  -------------------------------------------------------------------------------- Our Vision  At Course Gate, we envision a future where education knows no boundaries. Our goal is to eliminate the traditional barriers of time, location, and accessibility, empowering learners from diverse backgrounds to unlock their full potential. Through our innovative approach, we aim to revolutionise the learning experience by making top-quality education accessible to everyone, regardless of their location. -------------------------------------------------------------------------------- Why Choose Course Gate? When you opt for Course Gate, you're choosing excellence, convenience, and an unparalleled learning experience. Here's why learners and organisations worldwide trust us: * Unmatched Quality: We meticulously curate our courses, collaborating with industry-leading experts to provide the highest-quality, relevant, and up-to-date content. * Flexible Learning: Our platform enables you to learn at your own pace, fitting into your schedule. Whether you're a full-time professional, a stay-at-home parent, or a busy student. * 24/7 Customer Support: Our dedicated customer support team is available to assist you whenever you need help. * Accreditation & Endorsement: We hold CPD accreditation and QLS endorsement, and we're a registered course provider on the UKRLP in the UK. * Affordability: We believe education should be accessible to all. Course Gate provides competitive pricing and discounts, ensuring that the cost never becomes a barrier to your personal and professional development. So, what are you waiting for? Join the thousands of learners who have already chosen Course Gate as their trusted learning partner and unlock your full potential. --------------------------------------------------------------------------------

Academy for Health and Fitness

academy for health and fitness

4.7(10)

London

Who We Are Academy for Health and Fitness is a growing online course provider where students learn and transform themselves for a better tomorrow. We created our courses with a specific emphasis on three primary categories: fitness, Therapy, and Health. Our organisation provides a wide variety of individually accredited courses and a comprehensive certification programme, through which we give millions of professionals the employable skills they need to succeed in their careers. Moreover, we focus strongly on providing our students with the necessary expertise for the future world. Our Mission As a growing Health and fitness course provider, we deliver our students the best learning environment possible and open up the opportunity for everyone to learn new skills. While granting access to various courses, we strive to uphold our sterling reputation, excellent service, and complete transparency. Our Vision We aim to raise higher learning standards and establish ourselves as the UK's leading course provider. Furthermore, we want to create a safer learning environment with the highest flexibility while maximising each student's potential to enhance their employability, both now and in the future. We Provide * Courses curated by leading industry experts * Fully accredited courses & study materials * Business Team Training * Affordable subscription * Accredited Certification * New courses every month * Flexible learning * 24/7 Support What Made Us Unique We are dedicated to providing the greatest customer service and the most comprehensive selection of courses. With new courses being added constantly, you can rest assured that you will get the best learning experience and an outstanding customer support team to help you become skilled and certified.

Nexus Human

nexus human

London

Nexus Human, established over 20 years ago, stands as a pillar of excellence in the realm of IT and Business Skills Training and education in Ireland and the UK.  For over two decades, Nexus Human has been a steadfast source of reliable and high-quality training solutions, catering to a diverse range of professional and educational needs. With a strong reputation in the Training Industry, Nexus Human has consistently demonstrated its commitment to equipping individuals and organisations with the skills and knowledge required to thrive in today's dynamic world.  Our training programs span a wide spectrum, encompassing IT certifications, business skills, and much more.   What sets Nexus Human apart is our unwavering dedication to staying at the forefront of industry trends and technology advancements.  Our expert instructors, coupled with cutting-edge training resources, ensure that students receive the most up-to-date and relevant knowledge available. The impact of Nexus Human extends far and wide, helping individuals enhance their career prospects and aiding businesses in achieving their goals.  This 20-year journey has solidified our institution's standing as a trusted partner in personal and professional growth, offering reliable, excellent training that continues to shape the future.  Whether you seek to upskill, reskill, or simply stay ahead of the curve, Nexus Human is the place to turn for an educational experience marked by quality, reliability, and innovation.

iStudy UK

istudy uk

We understand more than anyone how important it is for you to get the right qualifications at the right time. We also understand that when you have a lot to do, you might not always have the time free to go to a place of study. That is why we created this site, so you can take all the time you need to learn more about your chosen topics as well as be able to do the whole thing from home. We believe in empowering people by offering them opportunities to expand and extend their knowledge and skill set as well as giving them the support they need to achieve great things. With thousands of courses available and a team who will do just about anything to help you, it is safe to say that you will not find a better course provider on the internet and so we would love to work with you to make sure that you get the best experience and best results out of your education. WHAT WE DO Here at iStudy we provide a range of online training courses for those who want to gain new skills, and qualifications and update their knowledge. iStudy training courses are delivered entirely online through our sophisticated student learning portal. The student learning portal is an online learning management system that allows students to study for their courses online. This innovative technology means there is no need to attend any classes or take time off work to study. Professionally accredited courses All our courses are delivered in partnership with nationally recognised awarding bodies so be assured that what you learn with us matters when it comes to achieving your career goals. Study that suits you You do not have to give up your job or your life to get a new qualification, you can learn anytime, anywhere.

Abbey College Manchester

abbey college manchester

Abbey College Manchester is an independent sixth form college situated on Cheapside in Manchester city centre. Most of our 220 students study A-Levels, GCSEs or one of our International Foundation Programme pathways. We also offer a unique alternative to A-Levels called the Combined Studies Programme which provides an alternative pathway to UK Universities for British Students. Another exciting and popular programme of study is the Academic Studies with Football or Basketball Training, which offers the students the opportunity to combine GCSE, A-Level or the International Foundation Programme study with their passion for sport. We strongly believe that the discipline of sport helps support academic study in the form of the 5 Rs; Routine, Rigour, Responsibility, Resilience and Reflection. We offer a friendly, safe, supportive environment where students can achieve their goals and move on to their chosen university.

Abbey College Manchester is an independent sixth form college situated on Cheapside in Manchester city centre. Most of our 220 students study A-Levels, GCSEs or one of our International Foundation Programme pathways. We also offer a unique alternative to A-Levels called the Combined Studies Programme which provides an alternative pathway to UK Universities for British Students. Another exciting and popular programme of study is the Academic Studies with Football or Basketball Training, which offers the students the opportunity to combine GCSE, A-Level or the International Foundation Programme study with their passion for sport. We strongly believe that the discipline of sport helps support academic study in the form of the 5 Rs; Routine, Rigour, Responsibility, Resilience and Reflection. We offer a friendly, safe, supportive environment where students can achieve their goals and move on to their chosen university.