views:

34

answers:

1

Please forgive a very n00b question, but when using the GUI runner, Project->Edit...

What directories should Project Base and Application Base point to?

(Using the latest NUnit 2.5.7 and a VC# 2008 Express solution.)

+1  A: 

Click File => Open Project and select your dll that contains your nunit tests. Those directories will be set automatically.

afsharm
@afsharm: Yes,that works, but then it only has a 'Default' configuration. What uses do the ProjectBase and AppBase have if you save a NUnit project?
Andy
@Andy: Unfortunately I never used them.
afsharm
@afsharm: That's fair enough. Just started using NUnit and I'm trying to get a feel for it. Right now I'm happy to simply point it at the dll and leave it at that.
Andy