Hi all
I m new to navision.I m using CTEST testing tool.But to use this tool I have to import ctest fob.It is imported.Then I have to import common data and test case and variants.While importing one of these three I got an error:
XML Parser Setup fails.
error = 80040154. Code meaning = class not registered.
can anybody help in this?
Thanx
0
Comments
RIS Plus, LLC
The idea is that if you have a class, and that class is some component of your bigger architecture, one way to unit test it, is to include a testing driver directly within that class, only for that class.
That's just the basics though... something I used to do in school. The Ctest "framework" is quite a bit more elaborate I think.
There are a couple of dlls on Navision CD, in /Client/System32 there is msxml3.dll and in /Client/System there's msxml4.dll. Registering those two with regsvr32 fixed the above error message for me.