04-27-2012 06:18 AM
Hello,
Is it possible to write a Custom User-Defined Unit Test, using the unit test framework, and also use test vectors to run that test multiple times?
I've found examples of using test vectors and separate examples of using user-defined tests but not both at the same time.
Thanks, Jon.
04-27-2012 07:13 AM
Hi Jon,
Yes. please follow this link.
http://zone.ni.com/devzone/cda/tut/p/id/8421
Hope your issue can be easily solved by properly following this link...goodluck![]()
04-27-2012 08:07 AM
There's a lot of talk in there about the requirements gateway and a little bit about unit tests, but I can't see anything mentioning the above. Have I missed something?
04-29-2012 06:35 AM
Hi danil
The link contains basic informations about Unit Test Framework
04-30-2012 02:41 AM
I'm looking for some explanation/example of how to use Test Vectors and User-Defined Tests in the same test. I understand how to user them separately.
Thanks, Jon.