<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NModel Forum Rss Feed</title><link>http://www.codeplex.com/NModel/Thread/List.aspx</link><description>NModel Forum Rss Description</description><item><title>New Post: Help Regarding Modelling the Specifications</title><link>http://nmodel.codeplex.com/discussions/434730</link><description>&lt;div style="line-height: normal;"&gt;Hi All&lt;br /&gt;
&lt;br /&gt;
This is Nagendra. I am new to Model Based Testing. Can anyone help me how to model web applications.&lt;br /&gt;
&lt;br /&gt;
Thanks in Advance&lt;br /&gt;
NagendraV&lt;br /&gt;
&lt;/div&gt;</description><author>NagendraV</author><pubDate>Wed, 27 Feb 2013 18:13:59 GMT</pubDate><guid isPermaLink="false">New Post: Help Regarding Modelling the Specifications 20130227061359P</guid></item><item><title>New Post: After installed GLEE, and run example got FileNotFoundException</title><link>http://nmodel.codeplex.com/discussions/401343</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;You will need to copy the GLEE dll-s to the directory where your model dll-s and mpv.exe are. Then it should be found.&lt;/p&gt;
&lt;p&gt;jpe&lt;/p&gt;&lt;/div&gt;</description><author>jpe</author><pubDate>Wed, 31 Oct 2012 07:28:43 GMT</pubDate><guid isPermaLink="false">New Post: After installed GLEE, and run example got FileNotFoundException 20121031072843A</guid></item><item><title>New Post: After installed GLEE, and run example got FileNotFoundException</title><link>http://nmodel.codeplex.com/discussions/401343</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;after installed GLEE for everyone option,&lt;/p&gt;
&lt;p&gt;and run example NewsReader, mpv @mpv_args.txt got error&lt;/p&gt;
&lt;p&gt;Unexpected error occurred.&lt;/p&gt;
&lt;p&gt;Unhandled exception: System.IO.FileNotFoundException:&amp;nbsp;can not load assembly&amp;nbsp;'Microsoft&lt;br&gt;
.GLEE.Drawing, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8a3d7c21d5fa1306&lt;br&gt;
' or dependency。 system file not found。&lt;br&gt;
file name: 'Microsoft.GLEE.Drawing, Version=1.2.0.0, Culture=neutral, PublicKeyTo&lt;br&gt;
ken=8a3d7c21d5fa1306'&lt;br&gt;
&amp;nbsp;&amp;nbsp; 於 NModel.Visualization.CommandLineViewer.RunWithCommandLineArguments(String[&lt;br&gt;
] args)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;in NModel.Tools.MPV.Main(String[] args)&lt;/p&gt;
&lt;/div&gt;</description><author>vNext2012</author><pubDate>Wed, 31 Oct 2012 05:19:20 GMT</pubDate><guid isPermaLink="false">New Post: After installed GLEE, and run example got FileNotFoundException 20121031051920A</guid></item><item><title>New Post: Can't use ‘out’ parameters in actions.</title><link>http://nmodel.codeplex.com/discussions/43169</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Banil!&lt;/p&gt;
&lt;p&gt;You have to keep in mind that action arguments are generated by the underlying infrastructure in NModel. Your task is to define the domains of the variables and then the system goes and in principle tries all combinations of values to action arguments based on the current state of the model program and the domains of variables.&amp;nbsp; Thus, if you want to influence the value of an action argument, you have to change the state of the program in an action body so that the argument generation (action guard) for the _Finish action would get your desired result in the argument.&lt;/p&gt;
&lt;p&gt;Look at the Bag, ClientServer, Graphics and WebApplication examples for the use of split actions.&lt;/p&gt;
&lt;p&gt;You do touch upon an important issue in your question, though. If your actions are atomic, then indeed you have to have additional states or state variables to enforce the atomicity of a action_Start() action_Finish() pair. But in very many cases, the atomicity assumption does not hold, and other actions can trigger while some action is waiting to finish.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;jpe&lt;/p&gt;&lt;/div&gt;</description><author>jpe</author><pubDate>Tue, 25 Oct 2011 09:59:09 GMT</pubDate><guid isPermaLink="false">New Post: Can't use ‘out’ parameters in actions. 20111025095909A</guid></item><item><title>New Post: offline testing of reactive systems</title><link>http://nmodel.codeplex.com/discussions/276440</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Ali!&lt;/p&gt;
&lt;p&gt;To test a reactive system you have to write a harness (also known as 'adapter') that converts the actions in the model (test sequence) to messages sent to the embedded system and vice versa.&lt;/p&gt;
&lt;p&gt;Look for Stepper.cs files in samples. You will have to write a similar stepper for your embedded system.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;--&lt;/p&gt;
&lt;p&gt;Jpe&lt;/p&gt;&lt;/div&gt;</description><author>jpe</author><pubDate>Tue, 25 Oct 2011 09:33:40 GMT</pubDate><guid isPermaLink="false">New Post: offline testing of reactive systems 20111025093340A</guid></item><item><title>New Post: offline testing of reactive systems</title><link>http://nmodel.codeplex.com/discussions/276440</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would like to use NModel (or a similar tool like Spec Explorer, etc.) to test an embedded reactive system. As the system is embedded, it seems I have to generate the program code to test it (not just the test sequence) and also due to reactive nature of
 the system, the test case is not just a -linear- sequence of actions, but a tree (in which the branches show the non-determinism of observable events). How could be the procedure and how can I write the adapter to generate the adapter to do this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All the best,&lt;/p&gt;
&lt;p&gt;Ali.&lt;/p&gt;
&lt;/div&gt;</description><author>khalili</author><pubDate>Wed, 19 Oct 2011 12:57:42 GMT</pubDate><guid isPermaLink="false">New Post: offline testing of reactive systems 20111019125742P</guid></item><item><title>New Post: Can't use ‘out’ parameters in actions.</title><link>http://nmodel.codeplex.com/discussions/43169</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;jpe,&lt;/p&gt;
&lt;p&gt;Not sure if I follow this clearly.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;"Having out parameters in actions would be in conflict with action guards."&lt;/em&gt;&amp;nbsp; Why..?&lt;/p&gt;
&lt;p&gt;- Guard (enabling condition) would not depend upon value in an out parameter (because existing value of out parameter should be ignored) [Cant make the same statement for byref though]&lt;/p&gt;
&lt;p&gt;- And then, there is perhaps a way to do this also. Page 288 in the book says, &lt;em&gt;"an enabling condition method may have fewer arguments than (but no more than) its associated action method"&lt;/em&gt;. So, one can code enabling condition without an out parameter.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Even if there is a conflict, I completely missed the workaround.&lt;/p&gt;
&lt;p&gt;Are you suggesting:&lt;/p&gt;
&lt;p&gt;a) writing something like [Action(Start="testOut_Start()", Finish="testOut(param)"]. [but then in this case, this is normally done internally by the tool, isn't it?], or&lt;/p&gt;
&lt;p&gt;b) creating 2 separate actions in the model as:&lt;/p&gt;
&lt;p&gt;[Action]&lt;/p&gt;
&lt;p&gt;static void testOut_Start() {...}, and&lt;/p&gt;
&lt;p&gt;[Action]&lt;/p&gt;
&lt;p&gt;static int testOut_Finish() {...}&lt;/p&gt;
&lt;p&gt;In case suggestion is b), then there would be another couple of issues:&lt;/p&gt;
&lt;p&gt;- what if there are more than one out parameters in original problem [static void testOut(out int param1, out int param2)]. Of course, one can create a type deriving from CompoundValue to wrap these up, and have that as a return type. I am not sure how that  would work in the Stepper though.&lt;/p&gt;
&lt;p&gt;- by creating 2 separate actions, there is a possibility that some other actions can get interleaved between Start, and Finish. Preventing this would need an additional state variable to check if Start has been called, and Finish is yet to be called. But  then, every action with 'out' parameters would introduce another such state variables. And every action other than this one would need some adjustment in its enabling condition. Maintaining model with adding these conditions onto existing enabling conditions  would be difficult.&lt;/p&gt;
&lt;p&gt;A concrete sample would be really helpful in understanding the workaround.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</description><author>banil</author><pubDate>Sat, 09 Jul 2011 07:21:38 GMT</pubDate><guid isPermaLink="false">New Post: Can't use ‘out’ parameters in actions. 20110709072138A</guid></item><item><title>New Post: Project still alive?</title><link>http://nmodel.codeplex.com/discussions/255629</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi jpe,&lt;/p&gt;
&lt;p&gt;No worries, I was just curious about the state of the project. Since I'm about to finish undergrad, I'm trying to find some side projects.&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;&lt;/div&gt;</description><author>jarz</author><pubDate>Thu, 05 May 2011 14:20:34 GMT</pubDate><guid isPermaLink="false">New Post: Project still alive? 20110505022034P</guid></item><item><title>New Post: Project still alive?</title><link>http://nmodel.codeplex.com/discussions/255629</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Tim!&lt;/p&gt;
&lt;p&gt;The project is still alive.&amp;nbsp; There&amp;nbsp; is an issue regarding loading models split between several assemblies&amp;nbsp; that needs to be sorted out before the next release. This issue is assigned to me and resolving it has been delayed due to a severe illness of a close family member. Please check back soon as I have started work on resolving the issue.&lt;/p&gt;
&lt;p&gt;jpe&lt;/p&gt;&lt;/div&gt;</description><author>jpe</author><pubDate>Wed, 04 May 2011 11:04:37 GMT</pubDate><guid isPermaLink="false">New Post: Project still alive? 20110504110437A</guid></item><item><title>New Post: Project still alive?</title><link>http://nmodel.codeplex.com/discussions/255629</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I spent time working with Spec Explorer 2010 over the past few months and was glad to see something open-source in the .NET world. Looking at source check-ins it seems like nothing is happening. Is anyone interested in NModel anymore?&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;
&lt;/div&gt;</description><author>jarz</author><pubDate>Thu, 28 Apr 2011 21:26:37 GMT</pubDate><guid isPermaLink="false">New Post: Project still alive? 20110428092637P</guid></item><item><title>New Post: exception occurs when executing mpv </title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=224398</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi jpe,&lt;/p&gt;
&lt;p&gt;Thanks for your effort! Hopefully, the bug will be fixed soon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>minhquang104</author><pubDate>Tue, 24 Aug 2010 13:56:09 GMT</pubDate><guid isPermaLink="false">New Post: exception occurs when executing mpv  20100824015609P</guid></item><item><title>New Post: exception occurs when executing mpv </title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=224398</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I can reproduce the problem now after having installed updates to the Windows 7 x64 I was experimenting in.&lt;/p&gt;
&lt;p&gt;It seems that the modification to the GDI libraries of Windows 7 that cause the problem you describe were introduced with recent windows updates. NModel works fine in vanilla Windows 7 x64 but with updates it fails with the error you describe. It appears to be a problem related to how native Windows GDI APIs are called from the GLEE library. We will try to contact the people behind GLEE to see if they can provide a fix.&lt;/p&gt;
&lt;p&gt;There is now a bug report for this issue. Thanks for reporting it!&lt;/p&gt;
&lt;p&gt;-- jpe&lt;/p&gt;&lt;/div&gt;</description><author>jpe</author><pubDate>Tue, 24 Aug 2010 12:58:49 GMT</pubDate><guid isPermaLink="false">New Post: exception occurs when executing mpv  20100824125849P</guid></item><item><title>New Post: exception occurs when executing mpv </title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=224398</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi jpe,&lt;/p&gt;
&lt;p&gt;Thanks for your reply. My OS is Windows 7 64 bit.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The exception problem also occurs when I launch mpv for the samples. Here are the steps I did:&lt;/p&gt;
&lt;p&gt;- Open C:\Samples\NewsReader\NewsReader.sln with Visual Studio 2008&lt;/p&gt;
&lt;p&gt;- In Visual Studio: build that solution&lt;/p&gt;
&lt;p&gt;- In C:\Samples\NewsReader\bin I can see all these .DLL files&lt;/p&gt;
&lt;p&gt;Microsoft.GLEE.dll&lt;/p&gt;
&lt;p&gt;Microsoft.GLEE.Drawing.dll&lt;/p&gt;
&lt;p&gt;Microsoft.GLEE.GraphViewerGDI.dll&lt;/p&gt;
&lt;p&gt;NewsReaderImpl.dll&lt;/p&gt;
&lt;p&gt;NewsReaderModel.dll&lt;/p&gt;
&lt;p&gt;NModel.dll&lt;/p&gt;
&lt;p&gt;NModel.Visualization.dll&lt;/p&gt;
&lt;p&gt;- In the C:\Samples\NewsReader\bin folder, I execute the console command&lt;/p&gt;
&lt;p&gt;mpv /r:NewsReaderModel.dll NewsReader.Factory.CreateNewsReader&lt;/p&gt;
&lt;p&gt;=&amp;gt; The above mentioned exception occurs&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;</description><author>minhquang104</author><pubDate>Tue, 24 Aug 2010 09:01:16 GMT</pubDate><guid isPermaLink="false">New Post: exception occurs when executing mpv  20100824090116A</guid></item><item><title>New Post: exception occurs when executing mpv </title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=224398</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi jpe,&lt;/p&gt;
&lt;p&gt;Thanks for your reply. My OS is Windows 7 64 bit.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The exception problem also occurs when I launch mpv for the samples. Here are the steps I did:&lt;/p&gt;
&lt;p&gt;- Open C:\Samples\NewsReader\NewsReader.sln with Visual Studio 2008&lt;/p&gt;
&lt;p&gt;- In Visual Studio: build that solution&lt;/p&gt;
&lt;p&gt;- In C:\Samples\NewsReader\bin I can see all these .DLL files&lt;/p&gt;
&lt;p&gt;Microsoft.GLEE.dll&lt;/p&gt;
&lt;p&gt;Microsoft.GLEE.Drawing.dll&lt;/p&gt;
&lt;p&gt;Microsoft.GLEE.GraphViewerGDI.dll&lt;/p&gt;
&lt;p&gt;NewsReaderImpl.dll&lt;/p&gt;
&lt;p&gt;NewsReaderModel.dll&lt;/p&gt;
&lt;p&gt;NModel.dll&lt;/p&gt;
&lt;p&gt;NModel.Visualization.dll&lt;/p&gt;
&lt;p&gt;- In the C:\Samples\NewsReader\bin folder, I execute the console command&lt;/p&gt;
&lt;p&gt;mpv /r:NewsReaderModel.dll NewsReader.Factory.CreateNewsReader&lt;/p&gt;
&lt;p&gt;=&amp;gt; The above mentioned exception occurs&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;</description><author>minhquang104</author><pubDate>Tue, 24 Aug 2010 09:01:16 GMT</pubDate><guid isPermaLink="false">New Post: exception occurs when executing mpv  20100824090116A</guid></item><item><title>New Post: exception occurs when executing mpv </title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=224398</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Dear &lt;a id="ctl00_ctl00_MasterContent_Content_PostRepeater_ctl00_UserNameLink" href="http://www.codeplex.com/site/users/view/minhquang104"&gt;minhquang104&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;What model are you using? The NewsReader sample from Samples.zip does not contain any code for producing NewsReaderUI.dll nor does it use NewsReaderUI namespace. Please post the code that is causing the problems. The default NewsReader sample seems to work fine on 64 bit Windows 7.&lt;/p&gt;&lt;/div&gt;</description><author>jpe</author><pubDate>Mon, 23 Aug 2010 14:32:10 GMT</pubDate><guid isPermaLink="false">New Post: exception occurs when executing mpv  20100823023210P</guid></item><item><title>New Post: exception occurs when executing mpv </title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=224398</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;I have problems with executing mpv&lt;/p&gt;
&lt;p&gt;NModel, GLEE are installed. When I start mpv in the console:&lt;/p&gt;
&lt;p&gt;mpv /r:NewsReaderUI.dll NewsReaderUI.Factory.CreateNewsReader&lt;/p&gt;
&lt;p&gt;mpv starts but then a dialog box pops up with an error message:&lt;/p&gt;
&lt;p&gt;&amp;quot;Unhandled exception has occured in a component in your application.....Parameter is not valid&amp;quot;&lt;/p&gt;
&lt;p&gt;Details:&lt;/p&gt;
&lt;p&gt;See the end of this message for details on invoking &lt;br&gt;just-in-time (JIT) debugging instead of this dialog box.&lt;br&gt;&lt;br&gt;************** Exception Text **************&lt;br&gt;System.ArgumentException: Parameter is not valid.&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Drawing.Graphics.set_Transform(Matrix value)&lt;br&gt;&amp;nbsp;&amp;nbsp; at Microsoft.Glee.GraphViewerGdi.GViewer.DotOnPaint(Graphics g, Boolean forPrinting)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WmPaint(Message&amp;amp; m)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br&gt;&amp;nbsp;&amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt;&lt;br&gt;&lt;br&gt;************** Loaded Assemblies **************&lt;br&gt;mscorlib&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll&lt;br&gt;----------------------------------------&lt;br&gt;mpv&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/NModel/bin/mpv.exe&lt;br&gt;----------------------------------------&lt;br&gt;NModel&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.0.21029.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.21029.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/NModel/bin/NModel.DLL&lt;br&gt;----------------------------------------&lt;br&gt;NModel.Visualization&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.0.21029.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.21029.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/NModel/bin/NModel.Visualization.DLL&lt;br&gt;----------------------------------------&lt;br&gt;System.Windows.Forms&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;br&gt;----------------------------------------&lt;br&gt;System&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Drawing&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;br&gt;----------------------------------------&lt;br&gt;Microsoft.GLEE.Drawing&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.2.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/NModel/bin/Microsoft.GLEE.Drawing.DLL&lt;br&gt;----------------------------------------&lt;br&gt;NewsReaderModel&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 0.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 0.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Users/minhquang104/Desktop/Quang/NModel/Samples/NewsReader/bin/NewsReaderModel.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Configuration&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll&lt;br&gt;----------------------------------------&lt;br&gt;System.Xml&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll&lt;br&gt;----------------------------------------&lt;br&gt;Accessibility&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll&lt;br&gt;----------------------------------------&lt;br&gt;Microsoft.Glee.GraphViewerGDI&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.2.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/NModel/bin/Microsoft.Glee.GraphViewerGDI.DLL&lt;br&gt;----------------------------------------&lt;br&gt;Microsoft.GLEE&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.2.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/NModel/bin/Microsoft.GLEE.DLL&lt;br&gt;----------------------------------------&lt;br&gt;System.Design&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.dll&lt;br&gt;----------------------------------------&lt;br&gt;&lt;br&gt;************** JIT Debugging **************&lt;br&gt;To enable just-in-time (JIT) debugging, the .config file for this&lt;br&gt;application or computer (machine.config) must have the&lt;br&gt;jitDebugging value set in the system.windows.forms section.&lt;br&gt;The application must also be compiled with debugging&lt;br&gt;enabled.&lt;br&gt;&lt;br&gt;For example:&lt;br&gt;&lt;br&gt;&amp;lt;configuration&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.windows.forms jitDebugging=&amp;quot;true&amp;quot; /&amp;gt;&lt;br&gt;&amp;lt;/configuration&amp;gt;&lt;br&gt;&lt;br&gt;When JIT debugging is enabled, any unhandled exception&lt;br&gt;will be sent to the JIT debugger registered on the computer&lt;br&gt;rather than be handled by this dialog box.&lt;br&gt;&lt;br&gt;Has anyone ever encounter this problem?&lt;/p&gt;&lt;/div&gt;</description><author>minhquang104</author><pubDate>Sun, 22 Aug 2010 13:06:53 GMT</pubDate><guid isPermaLink="false">New Post: exception occurs when executing mpv  20100822010653P</guid></item><item><title>New Post: Testing techniques</title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=216005</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello Everyone!&lt;/p&gt;
&lt;p&gt;Can anyone tell me which testing criteria NModel follows to generate test cases, e.g. Boundary Value Analysis, Equivalence Partitioning and so on or which coverage criteria it follows e.g. Statement Coverage, Edge Coverage and so on? Does it depend on the model program which we need to create @ first? Please let me know. I need this information to start working with it.&lt;/p&gt;
&lt;p&gt;Shahnewaz&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>sajolly</author><pubDate>Mon, 14 Jun 2010 20:55:37 GMT</pubDate><guid isPermaLink="false">New Post: Testing techniques 20100614085537P</guid></item><item><title>New Post: Graphical models with NModel</title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=214854</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span&gt;&lt;span style="color:#30332d"&gt;Sujithra&lt;/span&gt;&lt;/span&gt;, GML utility is now in the source code repository. It will be included in NModel's next official release (this summer).&lt;/p&gt;
&lt;p&gt;I believe that developers can download the source code and build it, but as you know, the source code is less stable than an official release.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The graphical models that GML accepts currently are EFSM (Extended Finite State Machine) models.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I pasted the GML utility's README file (that is also in the source code repository) under the wiki's GML document (&lt;span&gt;&lt;span style="font-size:9pt;color:#30332d"&gt;&lt;a href="http://nmodel.codeplex.com/Wiki/Info.aspx?title=Documentation&amp;action=Info"&gt;&lt;span style="color:#3e62a6"&gt;http://nmodel.codeplex.com/Wiki/Info.aspx?title=Documentation&amp;amp;action=Info&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;) where you can get more info for how to use it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Other Model-Based-Testing forums: apart from forums like this one which you can find for other MBT tools as well, there are a few MBT general forums like this Yahoo group: &lt;a href="http://tech.groups.yahoo.com/group/model-based-testing/"&gt;http://tech.groups.yahoo.com/group/model-based-testing/&lt;/a&gt;, and a ModelBasedTesting group in LinkedIn.&lt;/p&gt;
&lt;p&gt;Ofer&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>oriver</author><pubDate>Sun, 06 Jun 2010 07:13:12 GMT</pubDate><guid isPermaLink="false">New Post: Graphical models with NModel 20100606071312A</guid></item><item><title>New Post: Graphical models with NModel</title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=214854</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Are there any other forums like this where discussions about model based testing are going on?If you have an idea or know what are the forums please post the names of those forums or discussion links.Thanks in advance.&lt;/p&gt;&lt;/div&gt;</description><author>Sujithra</author><pubDate>Fri, 04 Jun 2010 03:57:05 GMT</pubDate><guid isPermaLink="false">New Post: Graphical models with NModel 20100604035705A</guid></item><item><title>New Post: Graphical models with NModel</title><link>http://nmodel.codeplex.com/Thread/View.aspx?ThreadId=214854</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;@oriver,&lt;/p&gt;
&lt;p&gt;Thanks sir..So u mean to say using&amp;nbsp;GML.exe, I can visually create the model (as an FSM or so) as u showed in the diagram and it will generate the c# model code and the test cases?&amp;nbsp;It ll be great if u can explain more in detail sir..Also,please can u tel me from where I can download the GML.exe .Kindly help.Thanks in advance.&lt;/p&gt;&lt;/div&gt;</description><author>Sujithra</author><pubDate>Fri, 04 Jun 2010 03:48:21 GMT</pubDate><guid isPermaLink="false">New Post: Graphical models with NModel 20100604034821A</guid></item></channel></rss>