11-13-2008 12:59 AM
Hi!
I'm using a custom UI in C# to open a sequence file and do execution. While executing a sequence file, execution is tracing into process model steps. This is only for the first time. For later executions, tracing of process model is not displayed. Could you please help me how to disable tracing into process model sequences & steps. Thanks.
Thanks & Regards
Sgy
Solved! Go to Solution.
11-13-2008 04:16 AM
Hi,
You can do this in the Configure Preferences and switch off the "Allow Tracing into Entry Points" or some such wording.
Regards
Ray Farmer
11-13-2008 04:51 AM
Hi Ray!
Thanks a lot!!
In TestStand -> Configure Station->Options_> Execution, 'Trace into EntryPoints' is disabled. While executing sequence in TestStand, tracing of process model is not displayed. But using custom UI it is shown. Is it because of some mismatch in property settings. Please guide me....Im new to TestStand.
Thanks & Regards
11-14-2008 03:12 AM
Use the User.HasPrivilege method. This method takes as a parameter a lookup string representing the particular privilege you're searching for. For example, you can search for the base name, i.e. "RunSelectedTests" [User.HasPrivilege("RunSelectedTests")] or you can search for the full path, i.e. "Debug.RunSelectedTests." In this manner, you should be able to search for Custom privileges like "Custom.MyPrivilegeName." Note that if you search for only the base name and there are multiple instances of that basename that exist, TestStand will only operate on the first instance that it finds.
Gaurav
11-16-2008 09:17 PM
Hi Gaurav ,
I didnt get what u were trying to say...
Thanks & Regards
Sgy
11-17-2008 02:04 AM
Hi there,
what is the process model you are using?
Also, are you using the UI on the same computer or on a deployment system?
regards
Vaibhav
11-17-2008 05:06 AM
Hi!
Im using default process model of TestStand and using UI in same computer.
Thanks & Regards
Sgy
11-18-2008 04:28 AM
Hi!
It worked. Keep the StepGroupMode of executionview manager with default value.
Regards
Sgy