Testing real users and groups
Friday, February 15th, 2013We all know security is important, so it’s no surprise many middleware products have some sort of hook into a user repository – e.g., LDAP – for user based authentication and authorisation. I’m currently at the critical point for testing this in a new product: that is, moving from function-level testing in an isolated repository (thrown together with maybe 100 fake users) to IBM’s live internal LDAP-based repository “Bluepages”. The advantage of the latter is that it comes prepopulated with hundreds of thousands of users and is excellent proof that our products integrate well with existing infrastructures: ideal for customer demos. I just need to tread carefully, as these are real systems I’m working with… so I will be paying very close attention to the behaviour of my product.
