简体   繁体   中英

unit testing vb.net in VS2010 express

What are some easy and simple unit testing frameworks to use with Visual Studio 2010 Express vb.net?

Are there any good tutorials geared towards this?

It may not be true anymore, but previous versions of VS Express weren't able to install any plugins. This meant that you couldn't use the integrated test-runners, but that's really not that big of a deal.

Worst case is that you use VS to write your tests and compile both, then manually run your tests using their testrunner external to VS. The most common unit-testing platform for .NET is nUnit which includes a standalone test runner.

You can certainly install nUnit for VS 2010 Express C# (I just tried this out this morning), so I would think you could for VB. The link is a tutorial/demo for VS Express 2008, but it worked in my Express 2010 -- again, C#.

I also found a older tutorial using nUnit and VS 2005 Express VB

See also:


The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM