Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

larskaare/pawa-system-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running system tests with active authn/z

Archived

This repos is archived. Patterns could still be relevant. I am quite sure the code does not age well. The code is not for production. Explore with caution ☡

Purpose

Make teams curious on diverting more effort into system testing with authn/z (and other security features) activated.

Context

Experience have shown that we spend most of our test effort on unit testing. Many team reports that a key blocker for spending more time on system testing is the effort required to manage/mock the authentication and authorization parts of the system. In this talk we will briefly explore this problem and present one potential solution that could work for some teams.

The Scenario

The Scenario that we will look at, and automate, is found in the ./scenario directory. It consists of a web application (front-end-for-back-end pattern) talking to two api's as well as Office365.

Slides

Slides are available from the ./slides folder and live from Omnia Radix