Setting up QSPEC

Hi,
I am new to q/KDB. I want to setup QSPEC in my system. I have already created an environment variable $QPATH “C:/qpath”. Added the QPATH script in my q.q. I have also loaded the packages by
q) .utl.load “qutil”

q) .utl.load “qspec”

But now I am stuck. I want to run my test files. I tried the below command as per the testRunner tutorial on GIT but I am not getting the output.

q)q C:/qpath/qspec/app/spec.q -q – desc test/test_assertions.q

Please guide me asap. Thanks for your help.

The last line, the “q …” command is supposed to be run from command prompt directly, not within q.

When I am trying to load my test data from fixtures I am getting the below error :

'2017.04.24T10:57:04.638 Error while loading. Please see .utl.LOADERROR: from

  [2]  C:\qpath\qspec\app\spec.q:59: (.tst.loadTests hsym `$) each .tst.app.args

;

                                                              ^

Please suggest.

Regards

Srishti