Tagged Questions

0
votes
1answer
19 views

Is this scenario considered functional-testing, or some other form of testing?

I'm writing tests that check that an external service is providing inventory data (on their test server) that I can check out with, and also cancel. This testing is in the travel/h …
3
votes
10answers
258 views

How to reduce the time spent on testing?

I just looked back through the project that nearly finished recently and found a very serious problem. I spent most of bank time on testing the code, reproducing the different situ …
3
votes
2answers
58 views

Confusion: leave out functional tests that cover same ground as unit tests?

I'm struggling to figure out what should be excluded from functional tests (in my case, using Rails, but I guess the framework's probably irrelevant). I'm under the impression tha …
2
votes
5answers
232 views

Functional test software/framework that covers Asp.Net Web Apps?

I recently began to use the NexusLight, a functional test automation framework. Are there more frameworks that does a similar job? Related question: http://stackoverflow.com/ques …