SO Folk, Anyone around these parts know if you can keep Cucumber from cleansing test data at the end of a run? I\'ve a few tests that continue to fail and I\'d like to have a look at the data backing
I recently refactored some code in an Active Directory role provider to remove support for multiple domains.In the process my integration tests broke in ways that I didn\'t expect.The tests do not rel
I want to do full integration testing for a web application. I want to test many things like AJAX, positioning and presence of certain phrases and HTML elements using several browsers. I\'m seeking a
We are building a complex Android application consisting of many screens and workflows spread across many Activities. Our workflows are similar to what you might see on a Bank\'s ATM machine, for exam
I\'m currently developing two Java networking applications for school projects. One over TCP and the other one over UDP. In both I have to implement simple custom protocol.
I\'m looking into how best to automate integration tests (by which I mean complete use cases entirely within our application)
I\'m not able to access urls in my integration test that require an admin user despite creating an admin user session. My test fails on a 302 error.
I started as a software engineer at the company I\'m currently at. Over time, I was either the only one willing to or capable of taking responsibility for various systems, and so I was \"promoted\" to
I want to test whether a certain action results in a file download (a) at all, and (b) with the file having a certain开发者_开发技巧 name.
I have this abstract test class [TestFixture] public abstract class BaseTests { private IRepository _repository;