Should I write unit test for all nested methods or if writing one test for ca开发者_JS百科ller is enough?
Sometimes I would like to test an intermediate value in a metho开发者_运维技巧d. But the method can\'t be split.So I wonder if JUnit can only test a method as a unit.If I can put something like a brea
I want to run a given suite of tests several times - once as each of the basic types 开发者_C百科of system users. (It tests the various features that should be shared by them). More generally, I often
Is there a way to write a test that checks Maven dependencies? In our project, we found these problems:
Quick Info: I\'m using C# 4.0 and RhinoMocks (with AAA) I\'ll explain with some code what I\'m thinking about doing:
I\'m trying to determine some testing strategies for a Silverlight application of ours. What I\'d like to determine is the total time it takes for a grid to load a开发者_开发技巧nd show data in the cl
What is the technical term for the result associated with the single execution of a single test case. For example, I have a results directory in which I save each of my test cases: Test 123, Test 456
In my test app, which uses test::unit, I need to start by pulling a bunch of data from various sources. I\'d like to only do开发者_开发百科 this once - the data is only read, not written, and doesn\'t
I am currently testing a part of my application (that we will assume is a class named X) that takes as parameter a reflection java Method, and will print some java code based on it (that is, it is a c
Are there any good HTTP level testing frameworks for .NET? We want to replace some web inject scripts with something more friendly to .NET developers. Ideally we\'d like to be able to plug them into N