Archive for April, 2011

RubyMine 3.1.1 running in 64bit JVM on Windows 7

Wednesday, April 20th, 2011

In order to run Rubymine under a 64bit jvm one needs to run the IDE from the bat file. In the bat file which is located at C:\Program Files (x86)\JetBrains\RubyMine 3.1.1\bin add this line SET RUBYMINE_JDK=%ProgramFiles%/Java/jdk1.6.0_25 and remove the IF statements ::IF “%RUBYMINE_JDK%” == “” SET RUBYMINE_JDK=%JDK_HOME% ::IF “%RUBYMINE_JDK%” == “” goto error Run the [...]

Share

Ottawa IT Code Camp – Unit Testing with Mocking Framework

Saturday, April 16th, 2011

Thanks to everyone who came to the code camp today, I will get those Typemock license to the 2 winners. Here is the code if anyone is interested https://github.com/taswar/Ottawa-IT-Code-Camp-Unit-Testing-with-Mocking-Framework Here is the presentation. Mocking a Unit Test Story on Prezi

Share

NET 4, VS2010 install fails on XP SP3 machine “Fatal error during installation”

Tuesday, April 12th, 2011

So I had this issue at work had to install on xp machine, dont ask why but just had to Thus I was stuck installing vs2010, I went and downloaded .net 4 standalone And was having the same issues. And went through the logs and found the error message was due a registry key (aren’t [...]

Share

My talk on WatiN , SpecFlow, BDD, Code and additional material

Saturday, April 2nd, 2011

Thanks to everyone who came out for the Ottawa .Net Community talk yesterday, I had a blast. I would like to thank everyone who came out for the talk. Here is my presentation WatiN – Web Application Testing on Prezi You can find the code on github https://github.com/taswar/ODNC-WatiN-And-SpecFlow-Demo-Code Additional Resources Here are some additional information [...]

Share