Systems | Development | Analytics | API | Testing

Authentication and Authorization in Edge Flow Manager

This video covers the security aspects of Edge Flow Manager (EFM). It shows the differences between an admin and a regular user. The important thing to note is that authorization is based on Agent Classes so if a user has no defined policy on a particular Agent Class, then the user won’t see any class / agent / event information that belongs to such a class. For convenience users can be grouped so permissions can be inherited from pre-defined groups.

Avoiding Data Integration

For many years now, vendors and consultants have avoided the practice of data integration. Integrating data is complex. Systems are often undocumented, which makes searching them difficult. Assumptions must be made in order to understand business decisions from long ago. Data integration requires the proverbial four-letter word no one wants to hear: work. But anything worth doing should involve a bit of sweat and tears, right?

Choosing an operating model

One of the major steps in our 8 Step Guide to Modernizing Your Testing Organization is selecting the right operating model for your testing team. Why? Because this is were you determine how your testing organization will actually run. This is where you’ll establish accountability and communication needed to continue testing innovation and maintain best practices.

Defining your test strategy

Accelerating your software delivery cycle is impossible unless you also accelerate and enhance your approach to software testing. In another article we described the eight steps of the journey to transform your organization into a modern testing organization. This article will focus on defining your test strategy. You’ll learn about the importance of adopting agile practices.

Resolving the Boto3 NoCredentialsError in Python

The NoCredentialsError is an error encountered when using the Boto3 library to interface with Amazon Web Services (AWS). Specifically, this error is encountered when your AWS credentials are missing, invalid, or cannot be located by your Python script. These credentials are stored by default at ~/.aws/credentials which contains your access key and secret access key for using AWS services, along with other configuration details such as your region code.