In .NET Explorer you are able to create global variables and specify that they should be exported as Project Attributes. These can then be parameterizes in SilkPerformer. The process is as follows:- Create global variables for those input values that should be customizable via attributes from within SilkPerformer Workbench Call the .NET Remoting functions and use the global variables as input values instead of constant values Export to SilkPerformer The values can now be customized via project attributes before you run a try-script or you can set them programmatically in the script. Now, in .Net Explorer Select Objects tab Select Global Test Case Objects Right click Select New Global Variable Define Global Variable Select newly defined Global object in Objects tab, e.g. String Steve1:steve Go to Input Data Properties field Change Use Attribute specifier accordingly. This is false by default. Setting to True enables this to be exported as a SilkPerformer Project Attribute.
↧