Re: [Quickfix-developers] NUnits for Quick FIX (Fails)
Brought to you by:
orenmnero
From: Diego F. <die...@gm...> - 2010-10-08 17:23:26
|
NUnit spawns a new AppDomain during the test, that's reason of the crash as QuickFix doesn't work across AppDomains. (Unless it has been fixed in the latest releases.) Diego Frata die...@gm... On Fri, Oct 8, 2010 at 6:36 PM, Kenny Stone <ks...@co...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > QuickFIX has testing tool you can use for this (in 'test' directory). The > tool acts as an initiator or acceptor and asserts message strings are sent > and received as expected. It lives in the 'test' directory. I don't see > why nunit shouldn't work as well, just pointing out there is another > solution. > > -- > Kenny Stone > Connamara Systems, LLC > > > On Fri, Oct 8, 2010 at 10:12 AM, Vishrant <vis...@gm...> wrote: > >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> >> Hello All, >> I have build an Initiator to test my Acceptor. But i want to check the >> correctness of messages for eg. if i send LOGON message then i want to see >> whether the response message is expected message. But i want to this >> automated. So, i tried writing NUnits for the same. But, when i try to test >> using Nunit exe and load my project, the Nunit exe shuts down and closes >> unexpectedly. So, I was wondering whether it is possible to write Nunits for >> FIX if not what is the best possible way to test Request and Response >> messages. >> >> One way i thought was to compare the response and expected message using >> "String Compairson" functions. >> >> If any one of you know about this scenario or have faced the same problem >> please help me. As this would save my time and also i can concentrate on >> this which are workable. >> >> >> -- >> Regards >> Vishrant Shah. >> >> >> ------------------------------------------------------------------------------ >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |