Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How to test Module?How to test Module?
Previous
 
Next
New Post
4/27/2008 1:03 AM
 

Hi,

After jumping throughout forums and Googling, finally I am getting closer to my first module in DNN.

The biggest question I have is how do I test my module (Like testing/debugging .aspx page in Web site project while developing) without having to deploy to DNN ?

How does everyone go about their Unit testing? Any strategies?

 
New Post
4/27/2008 4:50 AM
 

pullp

I do unit testing via Visual Studio Testing. I use code generators to generate the base classes for my modules, and the code generators output unit tests for the code as well.  I use a database-driven test to check all the database input/output code.  This helps to make sure any changes to the save/get code don't break existing code.  I've written about this process in a 'code project' article before - it's pretty easy to find.

For a UI testing setup, I tend to load up my module in a solution by itself - with the main module (including .ascx and .ascx.cs files), the data provider the only projects in the solution.  I write a short .cmd file which copies the relevant files (.dll, .css,  .jpg, .ascx, .js etc) across to the correct location in the local dnn install.   So then, you build your solution in vs, run the .cmd file (if you get excited you can make the .cmd file run as part of the build), and then attach the debugger to asp.net.

This setup saves having to load the entire solution into vs and speeds up compile time considerably.  You just set your breakpoints and the code should hit and break them.

Note this all applies to a PA style module development, which, IMO, is more difficult but infinitely worth it in terms of version control and deployment.  Putting code into app_code directories is easy to develop but much hard to control as a deployment. 

 
New Post
4/27/2008 6:05 AM
 

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
4/27/2008 7:15 PM
 

Thank you both for the info..That will get me started on unit testing framework.

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0How to test Module?How to test Module?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out