nbenitus
15 years agoContributor
Parameters in task
Hi everyone,
I am currently doing some distributed testing. I have created several tasks to run tests on remote computers.
After reading through the help file, I saw that tasks needed for distributed testing cannot contain any parameters or variables.
What would be the most efficient workaround to accomplish this?
Currently, my task calls the following function:
public sub Task_Without_Variables
Task_With_Variable(Variable1)
End sub
That is quite ugly. Any ideas?
Thanks in advance.
I am currently doing some distributed testing. I have created several tasks to run tests on remote computers.
After reading through the help file, I saw that tasks needed for distributed testing cannot contain any parameters or variables.
What would be the most efficient workaround to accomplish this?
Currently, my task calls the following function:
public sub Task_Without_Variables
Task_With_Variable(Variable1)
End sub
That is quite ugly. Any ideas?
Thanks in advance.