Pabot offers the possibility to read resources from a valueset.dat file. This is great, however it requires that the file exists before the pabot execution.
There are cases in which this parameters are not known in advance but they can be discovered before the execution of an specific test case. Being able to add the parameters at runtime can reduce the need of some users to call external tools to generate the valueset.dat file.
One idea could be to introduce a new method in the pabot library to add new values.
Pabot offers the possibility to read resources from a
valueset.dat
file. This is great, however it requires that the file exists before the pabot execution.There are cases in which this parameters are not known in advance but they can be discovered before the execution of an specific test case. Being able to add the parameters at runtime can reduce the need of some users to call external tools to generate the
valueset.dat
file.One idea could be to introduce a new method in the pabot library to add new values.