is there a way to determine name of user that created, edited, and deleted Test plans in Test plan module?
Question ID: 107081
0
0

is there a way to determine name of user that created, edited, and deleted Test plans and Test steps in Test plan module?

Marked as spam
Posted by (Questions: 204, Answers: 2)
Asked on August 30, 2016 4:37 pm
11 views
Answers (1)
0
Private answer

If you want to view all tests changes, you can do that from Site Administration as follows:
From Site Administration (must have Site Admin permissions) goto Site Projects tab

*Select the project in question and click the + sign to expand the view of the tables

*Run the following query from the Audit_Log table:

Replace the default query SELECT * FROM AUDIT_LOG with

SELECT * FROM AUDIT_LOG where au_entity_type = 'TEST' or au_entity_type = 'DESSTEPS'

The list of items returned will include all tests and test steps with the date, and the user who made the changes.

Hope this helps!

Marked as spam
Posted by (Questions: 1, Answers: 216)
Answered on May 12, 2017 5:27 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top