My understanding is that most of them have the same core architectural premises.

MSTest has better support inside VS, though it looks like they’ve mostly gone 
the way of democratizing test platforms and focused on cross-platform UI of 
late.

XUnit is very popular and efficient. I’d probably choose that.

Just my 2 cents ☺

--Theo

From: Rob Mensching [mailto:r...@robmensching.com]
Sent: Monday, January 07, 2013 11:04 AM
To: Windows Installer XML toolset developer mailing list
Subject: [WiX-devs] Request For Opinions: Test infrastructure

You may have noticed that the WiX toolset test infrastructure is not terribly 
well organized. The concepts of unit testing and TDD came long well after the 
bulk of the code was writtten (I don't have a good excuse for lack of 
integration tests <smile/>).  There have been a few attempts to create a 
comprehensive system but they didn't necessarily connect terribly well.

Honestly, the Burn integrated tests a probably the best we have, which is great 
since it's one of the more complicated beasties in the WiX toolset.

So, I'm looking at addressing the test problem.

There is no shortage of testing systems out there from MSTest to NAnt to xUnit 
to "flavor of the month". I'm looking for opinions on the best test 
infrastructure that you think would work for the WiX toolset (and why). The 
internet is littered with comparisons of different testing technologies for use 
against web sites... but we're not building a web site here. <smile/>

Before I toss my opinion in here what do you think?
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to