Tagged Questions

0
votes
0answers
14 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
107 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 …
18
votes
17answers
602 views

TDD vs. Unit testing

My company is fairly new to unit testing our code. I've been reading about TDD and unit testing for some time and am convinced of their value. I've attempted to convince our team …
3
votes
1answer
108 views

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 …
0
votes
2answers
30 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 …
1
vote
5answers
82 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 …
1
vote
3answers
83 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 …
2
votes
5answers
273 views

Does TDD really stop gold plating?

Questions that I want answers for... 1) Propose one or more mechanism, which could be used to extend TDD to estimate the level of gold plating that exists in an arbitrary Java pro …
0
votes
0answers
20 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
1answer
26 views

Global setup and teardown blocks in Test::Unit

What's the best way to have a setup run before every method in an entire test suite (not just one test class)? Rspec allows you to define global before and after blocks. Is there …
4
votes
10answers
141 views

How to decide which parts of code to review?

Esp. if there is a very large code base and if the team is also doing some level of test-driven development, it is not practical and also does not make sense to do review of entire …
1
vote
2answers
28 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 …
0
votes
3answers
98 views

unit test a method that creates an object

I'm trying to get my head round Unit Testing and there's one more piece of the jigsaw I need to find. What I'm trying to do is write tests for the following code. In this case, I' …
1
vote
3answers
54 views

When not to Use Integration Tests

I am writing an application that uses 3rd party libraries to instantiate and make some operations on virtualmachines. At first I was writing integration tests to every functionali …
6
votes
7answers
157 views

Experiences with Test Driven Development (TDD) for logic (chip) design in Verilog or VHDL

I have looked on the web and the discussions/examples appear to be for traditional software development. Since Verilog and VHDL (used for chip design, e.g. FPGAs and ASICs) are si …

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