Quantcast
Viewing all articles
Browse latest Browse all 14708

Logs related to Design Step level change are not getting logged into AUDIT_PROPERTIES table.

Hi All,

 

I have a requirement to report the changes made to the designs steps of a set of test cases in Test Plan. I checked out a test case and made some changes to the design steps of the test case.I need to get the old value, new value , user (who made the change) details and date on which the change happened. To the extent of my knowledge, these details will be available in AUDIT_LOG and AUDIT_PROPERTIES tables.

 

Using the design step ID I am able to get the action Id (AU_ACTION_ID) of the modification done to that desing step from AUDIT_LOG table.

 

With the Action ID, I am trying to get the Old Value, New value etc. from AUDIT_PROPERTIES table with the below query,

 

qcCommand.CommandText="SELECT AP_OLD_VALUE,AP_NEW_VALUE FROM AUDIT_PROPERTIES WHERE AP_ACTION_ID='"&actionID&"'"
Set oRecordSet = qcCommand.Execute

 

In the above query,actionID variable holds the action Id of modification made to my desired design step.

But, the above query is returning '0' records, by which I came to a conclusion that the logs related Design Step level changes are not getting stored in AUDIT_PROPERTIES table.

 

Can, someone please help me out why the design step level changes are not getting logged into AUDIT_PROPERTIES table. If not in AUDIT_PROPERTIES table, where else will I get my desired details of Old Value, New value and user who changed the design step?


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>