teamcity and automated interaction tests

Hi,

I would like input to and ideas on how to make teamcity run automated tests for larger scenarious in our asp.net mvc based application. For example make it run a number of
regression tests that are basically scripted like other traditional tools. log in -> find article -> put article in basket -> place order -> pay for order -> verify the order was accepted -> verify the order ended up in the order tracking page

Anyone has any experience on this?

Thank you in advance
Andreas W.

0
1 comment

There are multiple tools and frameworks for integration testing and browser automation.

TeamCity directly supports MSTest and MSpec with dedicated build runners. SpecFlow can be integrated too - it produces NUnit-style report that can be imported automatically.

Michael

0

Please sign in to leave a comment.