Page 1 of 1

Can eValid's "Manager" convert my tests

PostPosted: Tue Feb 11, 2014 10:11 am
by ArleneA
Hiya:

How do I convert my collection of tests into a test suite that eValid's "Manager" component can use?

Thanks

Re: Can eValid's "Manager" convert my tests

PostPosted: Wed Feb 12, 2014 9:59 am
by eValid
ArleneA wrote:Hiya:

How do I convert my collection of tests into a test suite that eValid's "Manager" component can use?

Thanks


Hello AleneA:

Thanks for posting.

This is easy.

First, make sure your tests are organized as a project in one folder, and then put each test of a similar nature in a sub-folder.

When you're done with creating individual tests you have a structure like this: Project >> Group >> Test

There's a simple utility, "eVmakeats," that gathers up all of thisdata and generates the Automated Test Script (*.ats file) that is the input in to eV.Manager.

After that process runs you should be all set to go.

--eValid Support