Tagged Questions

0
votes
2answers
24 views

Database free NUnit tests

How can I test my code (TDD) for standard CRUD operations without having a database. Is it possible to achieve such level of isolation so that my code is database independent. Th …
0
votes
0answers
10 views

Unit testing ModalWindow’s content refresh fails while the actual functionality works as expected - what am I doing wrong?

So, I've spent a couple of hours first trying to "fix" this myself and then Googling like a madman but didn't find anything that would've helped so now I'm here. Basically I have …
1
vote
3answers
56 views

Advice on starting to mentor coworkers

I work in a great company (.net consultancy) with some great devs, but some of the older hands have approached me wanting me to help them become "more modern" in their approach to …
1
vote
8answers
136 views

Why using Integration tests instead of unit tests is a bad idea?

Let me start from definition: Unit Test is a software verification and validation method in which a programmer tests if individual units of source code are fit for use Integratio …
6
votes
4answers
52 views

Test-driven development with ASP.NET MVC - where to begin?

I've read a lot about Test-Driven Development (TDD) and I find the principles very compelling, based on personal experience. At the moment I'm developing a web-site for a start-up …
1
vote
5answers
59 views

How to unit test the sorting of a std::vector

I have never used unit testing before, so I'm giving CxxTest a go. I wrote a test to check if a function correctly sorts a std::vector. First I made sure the test failed when the v …
2
votes
6answers
53 views

Remotely Track the Current Branch in Git

I'm moving my continuous testing to a dedicated server (autotest slows down my local laptop too much). What I'd like is for my testing server (which happens to be running CruiseCon …
0
votes
1answer
31 views

In your experience, Is JSpec reliable ?

I'm investigating Javascript BDD frameworks, and JSpec has a lot of appeal, especially as a Ruby developer. I'm wary about the DSL parsing stuff though, since that's a potential p …
2
votes
5answers
128 views

Is there a list of famous software products that do and do not do testing?

I would be interested in looking at a list of projects that did and did not do unit testing, and other forms of regression testing, to see how those companies turned out. All test …
0
votes
2answers
34 views

nUnit Test function which uses executable path to open a file

hi, I have a function which opens up the help file for the app. The function takes 3 arguments : ShowHelp(appPath, 1, @"heelp\help.doc") The first argument is the start pa …
4
votes
1answer
294 views
+100

Silencing Factory Girl logging

Just to clear the air, I am not some cruel factory master trying to silence working ladies. I am having a very annoying problem where when using Thoughtbot's factory girl in my sp …
1
vote
3answers
96 views

Which unit testing framework to use for C development on Windows?

On Windows XP, using TDM's GCC/MinGW32 for basic development i.e. gcc 4.4.x with gdb. Which unit testing framework to use for test driven development? Apparently Check's unit test …
1
vote
5answers
94 views

Help with TDD approach to a real world problem: linker

I'm trying to learn TDD. I've seen examples and discussions about how it's easy to TDD a coffee vending machine firmware from smallest possible functionality up. These examples a …
0
votes
1answer
32 views

are scenarios/stories the new interface in BDD/TDD?

PHP is somewhat crippled since it doesn't have return types (yet). I need my code to throw an exception when X already exists. I can write this in a scenario, but I'm not able to g …
1
vote
2answers
32 views

How to test email sending using Rspec?

What are the best practices and tools to test email-sending using rspec with Rails? For instance, how do I test that an email has been sent or what should I test to have efficien …

1 2 3 4 5 40 next
15 30 50 per page