Is there a way we can rename a test function class to another name without breaking compatibility with existing test plans? E.g. multiple names
Thanks,
Miguel
Is there a way we can rename a test function class to another name without breaking compatibility with existing test plans? E.g. multiple names
Thanks,
Miguel
Hi @Miguel, you can and we actually have some example code demonstrating this.
It does involve writing a plugin for the serializer, but once you have it you can get it to fix multiple breaks.
If you install the SDK package you can find under e.g
"C:\Program Files\Keysight\Test Automation\Packages\SDK\Examples\PluginDevelopment\Advanced Examples\BreakSerializerExample.cs"
You can also find it here: