You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It would be nice to have an option to add custom test case/suites templates from menu or using VI tester GUI. Right now there is only option to add the ones provided with VI tester.
The text was updated successfully, but these errors were encountered:
This could solve issue #20 .
I guess implementation could be quite simple.
While adding new Test Case, there could be window with:
Test Case Name;
checkbox "Save to Project Folder?" (default: selected). If selected, then test case will be saved to root folder of the project, into the created folder. If not selected, then dialog window will appear to select folder to save test case;
path control "Test Case Template". And then:
If it is empty, then no template is used (but default one).
If it is not empty, then toolkit checks, if class is child of "TestCase.lvclass".
If yes, then it'll be copied and used as template.
If it is not in hierarchy of "TestCase.lvclass", then it will be not used (and promted to user) OR it could be set as child of "TestCase.lvclass".
If it is in hierarchy of "TestCase.lvclass", but not its "direct" child, then possible to use it, but change inheritance to "TestCase.lvclass" OR copy it with all its parents hierarchy. This is something what I'm not sure...
Will it be OK, please @jimkring ? Could it be implemented like that?
Hi,
It would be nice to have an option to add custom test case/suites templates from menu or using VI tester GUI. Right now there is only option to add the ones provided with VI tester.
The text was updated successfully, but these errors were encountered: