Control Indicator vs Control Test

swayam1
Kilo Contributor

Hello Everyone,

I'm looking for answers to few basic questions on Control Testing.

What is the different between Control Indicators and Control Test? For control self assessment are we supposed to make use of Control Test of Control Indicators for making the control compliant or non-compliant?

For example - An organization has a list of common controls and one of them is, "Storing and Transmitting Passwords". From my understanding I would take this approach

1. Will create a Policy Statement for the Common Control "Storing and Transmitting Passwords". As Servicenow treats common controls Policy Statements. Define "Test Template" for the Policy Statement.

2. I will create Profile Types (Oracle Servers, Linux Servers, Windows Servers) and based on profile filter, tag profiles.

3. Will associate the Policy Statement to the Profile Types and the Policy Statement becomes a control for each Profile under those three Profile Types. Along with that, Test Template would get converted into Test Plan for each control associated with a Profile.

My question and confusion

 For testing the control "Storing and Transmitting Passwords" there might 3 to 4 Test Points to be evaluated. Such as

1. Verify the evidence to ensure the passwords are not transmitted in clear text, non-expiring password are encrypted before transmission

2. Review the evidence to ensure the password entry fields are masked

3. Validate the usage of algorithm for hashing passwords prior to storage

and the control is supposed to be compliant only when all the three Test Points are passed. And this control is supposed to be tested for every profile under three profile types(Oracle, Linux, Windows). While the test points are generic, evidence collection for each of the test points would differ for each profile type.

Considering I would want to implement control self assessment on Servicenow, how would I go about it? what should be considered as Indicators and what should be defined as Test Plan?

Thanks and Regards,

Swayam

 

 

2 REPLIES 2

Richard Taylor1
Giga Expert

Hi again Swaya,

If all three of these are important to know metrics for, each one needs to be an indicator. The Test Plan is just an extended set of details for producing the result of this indicator.

it also depends on:

- Splitting up actions from results (using a test plan for example)

- what of these results that what you want to measure and report on.

if you can cope with aggregated result sets (All 3 have to be passed and under one parent result), then use only one indicator.

If you need separate, then , obviously, use 3 separate indicators (which could uses the same test plan).

 

Thanks

R

 

Thanks a lot Rcihard! 🙂