02-27-2006 11:49 AM
02-28-2006 04:19 PM
Hey Srini,
So in answer to your first question. All the properties and methods associated with a step can be found in the Help file for TestStand. From TestStand go to Help>>TestStand Help... Then in the Index tab type Step. There will be a list of all the properties and methods in there.
You cannot have it automatically point to a database when a user logs in. However, you could possible create a code module that will update the User.ini file using information from a database. You would have to call this before they logged in. So if you were creating your own OI then before it got to the login screen it would call the code that updated the ini file. Or you could have a stand alone executable that could do it for you but they would have to run that executable before they tried to log in.
Hope that helps.