We have several VM's all set up with Ranorex. When there is a new release of Ranorex, we have to install on each of the machines. We could just bundle the latest Ranorex dlls with the test assembly but we also do the test development on the different machines too.
It would be useful if we had something like -
if(Ranorex.UpdateAvailable())
{
Ranorex.Update();
}
We could put this in our set up fixture then Ranorex would automatically update to the latest version before running the tests.
Just an idea
Thanks