I have a class that I need to Unit Test. For background I\'m developing in c# and using NUnit, but my question is more theoretical:
I used selenium RC to create som开发者_如何学运维e tests, edited with c# and succeeded in running the tests using Nunit.
I have assembly with my framework and assembly with tests. But I need to test internal classes or substitute some services.
I\'ve just begun trying out WatiN as part of my testing platform for web projects.For ease of setting up tests and also for allowing some \"manual\" intervention I\'d like to set an option so that the
I\'ve managed to tune the output from my SpecFlow tests so that it reads nicely, 开发者_如何学JAVAwith just the steps reported plus failures.But it\'s still pretty unreadable without the Feature and S
I have a test where I want to ensure separate operations within one page result in distinct results. Specifically, I have a few ways to sort on a page and I want a test to make sure that each sort is
I have a problem with raising an event on 开发者_运维知识库a mocked object. I am using Rhino Mocks 3.4. I have studied similar questions, but failed to reproduce any of the suggested solutions.
Hey, I have service and EDM model - Model1Container : public class Service1 : System.Web.Services.WebService
I have some wrapper code that runs a set of NUnit tests that scan live websites for certain response codes.
I use NHibernate CreateSQLQuery method to get DTO objects of my departments. string query = @\"SELECT * FROM Departments\";