Tagged Questions
0
votes
1answer
187 views
Open-source functional testing automation tools for testing Silverlight based applications
I am looking for an open-source functional testing automation tool that supports testing of Silverlight based applications.
To be more specific, the tool should be able to recognize objects within ...
4
votes
2answers
208 views
How to make sure your test data are correct?
We are doing integration tests where we simulate manually data coming from external systems to our application. Integration tests task has become bottleneck in our team, because preparing test data is ...
3
votes
2answers
337 views
Creating a dummy database for automated functionality testing
I have a continuous integration build server (using Team City). When people check code in, I'd like to run a set of tests which run through a set of functional cases such as:
Using an administrator ...