Basics of Design Testing (openSAP)

Offered by SAP,
Basics of Design Testing (openSAP)

This free online course focuses on design testing, also known as user testing, usability testing, user acceptance testing, validation, among other terms. You’ll learn about the importance of testing your software designs with real users and implementing their feedback early in the design phase.

Learn how to test your designs and design ideas with feedback from potential users. This course, taught by design research experts from SAP, introduces all the steps, from planning a test through moderating it, with a special focus on asking good questions and taking proper notes. You will also learn how to analyze the notes you collected to iterate your designs.

In This Course You Will:

  • Understand when to test your design to get the most impact
  • Discover more about the logistics of planning and running a test
  • Learn how to select the right people to give feedback
  • Learn how to design good questions and elicit useful feedback
  • Understand how to include team members as note-takers and observers
  • Learn how to analyze your notes and pick the top issues to fix in your designs

Course Structure:
Each class is designed to support your learning

  • Video Lectures – Design practitioners present topics with real-world examples
  • Check Points – Short assignments help you assess your understanding of the lectures
  • Hands-On Exercises – Small, manageable exercises related to and extending the class topics, to be completed individually or in collaboration with your fellow participants.
  • Peer Assessment – This course contains a design testing challenge in which you’ll submit your work and evaluate your peers. For this task, you can earn points towards a record of achievement as well.
  • Further Reading and Resources – Links to additional materials as well as domain experts.

Throughout the course, you’ll receive points for weekly challenges. When you’ve completed the course, you’ll receive a document confirming that you took part in it.

Course Content

Week 1 – Introduction to the Course
Meet the teaching team; get an overview of design testing, key terms, and roles.
Week 2 – Preparing a Test
Get ready for a test session; plan logistics, design good test tasks, recruit test participants.
Week 3 – Moderating a Test
Run a test session; learn how to put test participants at ease and elicit useful feedback from them.
Week 4 – Taking Notes
Prepare to take notes, take notes during a test session.
Week 5 – Analyzing Notes
Summarize your notes, find the top issues, learn how to iterate to fix the issues.

Go to Class
MOOC List is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Related Courses

Creative Programming for Digital Media & Mobile Apps (Coursera) Coursera
University of London,Goldsmiths, University of London

Creative Programming for Digital Media & Mobile Apps (Coursera)

This course is for anyone who would like to apply their technical skills to creative work ranging from video games to art installations to interactive music, and also for artists who would like to use programming in their artistic practice. This course will teach you how to develop and apply programming skills to creative work. This is an important skill within the development of creative mobile applications, digital music and video games. It will teach the technical skills needed to write software that make use of images, audio and graphics, and will concentrate on the application of these skills to creative projects. Additional resources will be provided for students with no programming background.

Jun 22nd 2026
5-12 Weeks
Build a Modern Computer from First Principles: Nand to Tetris Part II (project-centered course) (Coursera) Coursera
Hebrew University of Jerusalem

Build a Modern Computer from First Principles: Nand to Tetris Part II (project-centered course) (Coursera)

In this project-centered course you will build a modern software hierarchy, designed to enable the translation and execution of object-based, high-level languages on a bare-bone computer hardware platform. In particular, you will implement a virtual machine and a compiler for a simple, Java-like programming language, and you will develop a basic operating system that closes gaps between the high-level language and the underlying hardware platform.

Jun 22nd 2026
5-12 Weeks
CMS in “Spartacus” (openSAP) OpenSAP
SAP

CMS in “Spartacus” (openSAP)

Join this free online course to learn about project “Spartacus” and how it leverages the SAP Commerce Cloud content management system (CMS). Project “Spartacus” is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud. It allows you to hit the ground running by providing a framework to build single-page application (SPA) and progressive web app (PWA) storefronts. As well as being an SPA and PWA, Spartacus is highly configurable and extensible, which allows it to be used for a wide range of projects. A large part of this extensibility comes from Spartacus using the SAP Commerce Cloud content management system (CMS).

Self Paced
Self-Paced
Developing Java-Based Apps on SAP HANA Cloud Platform (openSAP) OpenSAP
SAP

Developing Java-Based Apps on SAP HANA Cloud Platform (openSAP)

In this advanced course, you’ll learn how to develop Java-based apps on SAP HANA Cloud Platform using the newly updated Enterprise Sales & Procurement Model (ESPM) application. With the ESPM app, we’ll demonstrate the end-to-end process for developers to leverage the capabilities of SAP HANA Cloud Platform for Java-based apps.

Self Paced
Self-Paced
Mastering the Software Engineering Interview (Coursera) Coursera
University of California, San Diego

Mastering the Software Engineering Interview (Coursera)

You’ve hit a major milestone as a computer scientist and are becoming a capable programmer. You now know how to solve problems, write algorithms, and analyze solutions; and you have a wealth of tools (like data structures) at your disposal. You may now be ready for an internship or (possibly) an entry-level software engineering job. But can you land the internship/job? It depends in part on how well you can solve new technical problems and communicate during interviews. How can you get better at this? Practice!

Jun 22nd 2026
4 Weeks
Engineering Maintainable Android Apps (Coursera) Coursera
Vanderbilt University

Engineering Maintainable Android Apps (Coursera)

Engineering Maintainable Android Apps, which is a 4 week MOOC that shows by example various methods for engineering maintainable Android apps, including test-driven development methods and how to develop/run unit tests using JUnit and Robotium (or equivalent automated testing frameworks for Android), as well as how to successfully apply common Java/Android software patterns to improve the extensibility and clarity of Android apps.

Jun 22nd 2026
4 Weeks
Building Scalable Java Microservices with Spring Boot and Spring Cloud (Coursera) Coursera
Google Cloud

Building Scalable Java Microservices with Spring Boot and Spring Cloud (Coursera)

"Microservices" describes a software design pattern in which an application is a collection of loosely coupled services. These services are fine-grained, and can be individually maintained and scaled. The microservices architecture is ideal for the public cloud, with its focus on elastic scaling with on-demand resources. In this course, you will learn how to build Java applications using Spring Boot and Spring Cloud on Google Cloud Platform.

Jun 23rd 2026
2 Weeks
SAP Cloud Platform Essentials (openSAP) OpenSAP
SAP

SAP Cloud Platform Essentials (openSAP)

Join this free online course to learn about SAP Cloud Platform in its most up-to-date state, including the Cloud Foundry-based environment and the new SAP Cloud Application Programming Model. You’ll learn how to build an app and push it to Cloud Foundry, build a UI5 app, build an app with SAP Cloud Application Programming Model, build extensions with SAP Cloud Platform, and much more.

Self Paced
Self-Paced
The Arduino Platform and C Programming (Coursera) Coursera
University of California, Irvine

The Arduino Platform and C Programming (Coursera)

The Arduino is an open-source computer hardware/software platform for building digital devices and interactive objects that can sense and control the physical world around them. In this class you will learn how the Arduino platform works in terms of the physical board and libraries and the IDE (integrated development environment). You will also learn about shields, which are smaller boards that plug into the main Arduino board to perform other functions such as sensing light, heat, GPS tracking, or providing a user interface display. The course will also cover programming the Arduino using C code and accessing the pins on the board via the software to control external devices.

Jun 22nd 2026
4 Weeks
Object-Oriented Programming in Java (openSAP) OpenSAP
SAP

Object-Oriented Programming in Java (openSAP)

In this free online course, you’ll learn the key concepts of object-oriented programming (OOP) as well as fundamental programming techniques. You’ll apply your newly acquired knowledge by implementing hands-on programming exercises in the Java programming language. The course will be completed by an exercise to model a small, object-oriented, real-world scenario. After completing this course, you’ll be able to model and implement small programs in Java and apply OOP best practices.

Self Paced
Self-Paced
Object Oriented Programming in Java (Coursera) Coursera
University of California, San Diego

Object Oriented Programming in Java (Coursera)

Welcome to our course on Object Oriented Programming in Java using data visualization. People come to this course with many different goals -- and we are really excited to work with all of you! Some of you want to be professional software developers, others want to improve your programming skills to implement that cool personal project that you’ve been thinking about, while others of you might not yet know why you’re here and are trying to figure out what this course is all about.

Jun 22nd 2026
5-12 Weeks