could we hide/delete/mask some of results(steps) from Test results
I am creating regression test suite for applications daily sanity check at production
Scenario:Suite contains 20 application, which needs same credentials.so I have created user form where the user entering the credentials once, storing them to a variables and passing them to each application. This minimizes the user keying in 20 times.
Issue is: At the end of test run, I am seeing the input values user form (which is user if and password)- becuase of that we are unable to share the test resutls to team memebrs.
Is there a way to mask those values in the resutls/or not capture the resulsts... or
Always welcome other thoughts ond similar experience
Is your variable of type Password?
https://support.smartbear.com/testcomplete/docs/testing-with/variables/data-types/password.html