From c583a2e8d0653d5b5e03ff82a7c6d6bf056658d2 Mon Sep 17 00:00:00 2001 From: Jim Kring Date: Thu, 4 Aug 2016 11:25:54 -0500 Subject: [PATCH] Update README.md Fixed a typo in "drop th Define Test VI" >> "drop the Define Test VI" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1501d86..0334fb1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Caraya allows you to turn any VI into a unit test case simply by dropping a Defi The unit test is executed simply by clicking the run arrow of the VI. To define pass and fail criteria, simply drop one or more assertion VIs to your unit test VI and wire your test conditions to these assertion VIs. -For example to define a test case for an addition operation, drop th Define Test VI and the Assert Equal VI to your block diagram. +For example to define a test case for an addition operation, drop the Define Test VI and the Assert Equal VI to your block diagram. Wire your test case condition to the Assert Equal node as shown in the picture below. Now you're complete with your first test case, nothing else is required. Simply click the run button of your VI and the Caraya user interface pops up with the results of your test.