Wednesday, May 11, 2011

CFQUERYPARAM: LIST and SEPARATOR attributes

Adobe online document only listed these two attributes without much explanation. I found the following link with very thorough explanation of the effects and usage of these two attributes:
http://www.pukkared.com/2011/01/using-cfqueryparam-list-attribute-when-using-in-operator/

Tuesday, May 03, 2011

NUnit Integration With Visual Studio 2010

I just discovered the perfect tool for NUnit integration: Visual Nunit 2010

Here are the pros:
  • Open source, Apache License
  • GUI: I personally like it better than the official Nunit GUI
  • Visual Studio Integration: of course, this is the #1 reason I try it out, and I'm completely satisfied
  • Load config file without problem (Nunit project does not load config files correctly)
  • Debug: attach to Nunit or Nunit-agent is no longer needed, simply set breakpoints and click the red  arrow to start debug session
  • Easy drilldown of test cases
  • One click to execute any individual test cases
Cons? None so far.