Easy Way to See "Connect As" Tests?

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
Rob Moore
Posts: 40
Joined: Thu May 27, 2004 7:35 am

Easy Way to See "Connect As" Tests?

Post by Rob Moore »

Is there an easy way to find all the tests that are connecting with a different account than the application startup account? I want to find the test(s) that is/are using "Connect As" to connect with a specific account.

Thanks,
Rob
KS-Soft
Posts: 12846
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Export test settings into text file (menu File->Export..) then search for 'password = ' field (without quotes).

Also tests may use Connection Manager settings (if "connect as" option not set).

Regards
Alex
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

Just ran into the same requirement.

It would be nice if it was possible to create a view of all the tests that have the 'Connect as' checkbox set.

Maybe something to consider for the next version? :D
KS-Soft
Posts: 12846
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

We can add variable if you really need such View.

If you just want to change some account for set of tests, you may use HMScript with SetTestParam or ReplaceTestParam command.
E.g.
ReplaceTestParam _AllCPU username oldusername newusername

or use Export/Import fumction.

Regards
Alex
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

KS-Soft wrote:We can add variable if you really need such View.
It wouldn't kill us if we don't have it, but it sure would be nice. :D
KS-Soft
Posts: 12846
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Ok, we added %AccountSet% variable. So you can use Views with expressions like
"%AccountSet%">""
or
"%AccountSet%"=='admin5"

If you are using version 13.50, please send e-mail to support at ks-soft.net, we will provide download link.

Regards
Alex
Kris
Posts: 375
Joined: Wed May 12, 2010 3:22 am

Post by Kris »

Works like a charm. :D

Thanks alot guys :wink:
KS-Soft
Posts: 12846
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You are welcome :)

Regards
Alex
Post Reply