Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
Say I have a TestedApp object called MyApp. I can access the path for that through
As for the parameters, that's a little more complex, but it can be handled using the TestedApp.Params object. There's a bit more to it than just setting the parameter.
TestedApps.MyApp returns a TestedApp object. You can read more about the various properties and methods available to the TestedApp object at
http://smartbear.com/support/viewarticle/11382/
An example on using the TestedApp.Params object as well as links to other information can be found at
http://smartbear.com/support/viewarticle/12353/
TestedApps.MyApp.Path = MyNewPathValue
As for the parameters, that's a little more complex, but it can be handled using the TestedApp.Params object. There's a bit more to it than just setting the parameter.
TestedApps.MyApp returns a TestedApp object. You can read more about the various properties and methods available to the TestedApp object at
http://smartbear.com/support/viewarticle/11382/
An example on using the TestedApp.Params object as well as links to other information can be found at
http://smartbear.com/support/viewarticle/12353/