search for: tdd

Displaying 20 results from an estimated 408 matches for "tdd".

Did you mean: dd
2003 Dec 21
2
ToIP (TDD over IP)
I didn't know if it would work or not, but I figured I'd try slow-speed half-duplex TDD over GSM & Vonage. I called a AGI script I have that speaks to TTYs, by calling from Vonage to one of my Voicepulse lines. I don't control the Vonage codec, so I have no idea what it uses, but I am using GSM for the Voicepulse line. Everything worked fine - echo canceling didn't cause...
2005 Jan 16
0
TDD support in Asterisk?
I can see that Asterisk supports TDD text channels, as there is a tdd.c file in the source, this appears to be exposed via TDD MODE in the AGI interface? I cant find any documentation anywhere on how to use this. Has anyone done this? tdd.c seems to only support 45.5 baud calls. Ideally I'd like a simple TDD answering machine...
2006 Jan 12
1
[OT] TDD, Goats and Happiness (WAS: The Guilt List)
[snip good stuff] > After that you realize that TDD just makes you happy, so you start to apply it to other aspects of your life. Wait, I thought happiness had something to do with goats and feeling guilty about it. I''m confused. Again. But I would second Dylan''s suggestion of seeing a video of TDD in action w/ RoR. Having nev...
2010 Jun 16
2
TDD/TTY Support
On voip-info I found a few dated references to TDD support being in the alpha stage and buggy. Can anyone direct me to any newer information on this option? Thanks -- Karl Harris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100616/d18f876f/attachme...
2006 May 21
12
TDD for Rails book?
...a book on Ruby or Rails. For all the hints I''ve seen strewn across the list I have yet to see one that will focus on test-driven development for either Ruby or for Rails. If anyone is looking for a topic, please consider this. I''ve been trying to wrap my brain around the TDD process, but its way of thinking is still too foreign for me to be any good at it. I''ve read Kent Beck''s TEST-DRIVEN DEVELOPMENT BY EXAMPLE book. The examples are nice and (mostly) clear but what still confuses me is the thinking process that drives the evolution of the co...
2006 Jan 12
24
The Guilt List
...er, but I still feel guilty. I thought it might be entertaining to have a little "programmer confession." So let''s hear an answer to this simple question: What makes you guilty about your Rails development? Mine is a bad one: I don''t write tests. I understand that TDD makes sense, but I just don''t do it. I''ve always rationalized "oh I''ll figure out the whole testing thing on the next app" but 5 or 6 apps deep I''ve never done it. Hell, I''ve never even run tests for plugins, Typo, or anything. I skipped...
2006 May 13
9
Is test driven development for newbies?
I''m still reading other people''s code and going over the books. As I was doing this a question sprang up in my mind. Is it wise for total newbies to attempt test driven development from the start? Basically, if you''re a newbie like me, chances are your tests might even be broken themselves. Or will attempting to write tests be good practice for actual coding as
2006 Jun 29
14
TDD and migrations?
TDD, SVN and migrations seem to be a natural combination for model development: create a test, add the column with a migration, write the code, and check it all in when you''re done. The trouble is that this ends up creating one migration per field. I guess it''s not horrible in and o...
2009 Jan 31
1
Test Driven Development in R
Hi, I wonder what kind of interest there is on Test Driven Development (TDD) in R. Test Driven Development consists of writing the test before the function, and iteratively build the function until it passes the test. Python and Ruby (specially Ruby) have very strong test-oriented cultures. In fact, in Ruby at least the custom is to do TDD and lately Behavior-driven d...
2007 Oct 17
0
blog on TDD from acceptance/functional testing
Here is a blog about TDD. http://hl.thoughtworkers.org/?p=7 It talks about starting TDD from writing functional/acceptance tests according to acceptance criteria of stories, then drilling down to the unit tests. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/...
2006 Feb 10
0
TDD
I've read the WIKI. Any additional information on the TDD mode? Anyone done a TDD to email app? James Taylor MetroTel 3505 Summerhill Road Suite 11 Texarkana, Tx 75503 903-793-1956
2006 Nov 14
0
TDD - stops receiving characters
We are working on a TDD application and testing with an Ultratec SuperPrint 4425 in Australia. We've got it to exchange characters fairly cleanly for a minute or two but after that we seem to be getting a signal but no character in Asterisk. Has anybody done any work with the Asterisk TDD functionality and got it...
2008 Oct 11
1
Test Coverage Tool for TDD?
Hi, I''m learning TDD without using Shoulda or RSpec. When I played with RSpec, there was a tool to show test coverage visually. Is there any similar function built-in to Rails Test::Unit? Or do I need to add it on my own? What''s the recommended tool? I tried `rake -T test`, but didn''t find anything...
2006 Nov 30
41
TDD killing my joy of Rails
...me writing a test that has to be adapted when requirements change. You really are doubling / tripling your code. Rails went from fun ActiveRecord magic tricks to a world of ''TEST FAILED.'' As a beginning Rails developer it has really taken all the fun out of RoR development. Is TDD so much better than writing methods and testing using a combination of the application interface and Navicat to check the database? Because I hate it. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subsc...
2007 Jul 19
3
InPlace[Collection]Editor rewrite: it's in trunk!
...an only hope you''ll find the new version great. A lot of you monkeypatched your IPE to fit your needs, and this monkeypatching may very well need to be ported over to the new release before you can use it confidently. As always: test like crazy! Cheers, -- Christophe Porteneuve a.k.a. TDD "[They] did not know it was impossible, so they did it." --Mark Twain Email: tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" gro...
2007 Mar 24
0
Using spec fixtures with integration tests
...notice that a project like Rubinius has both a spec & a test >> directory. Rspec has only a spec directory. Obviously I support >> BDD, but isn''t there also a place for state based/verification >> testing? > > BDD is not a tool. BDD is a way of thinking about TDD. BDD *is* TDD, > with focus (not exclusivity) on behaviour. This is what I believe to > be the initial intent of TDD. This doesn''t mean that all state testing > is bad. In fact, most of the expectations in rspec are state-based: > actual.should == value, etc. > > I think...
2007 Sep 24
1
Mosquito TDD Framework Updated
Mosquito, the TDD framework for Camping has been updated (0.1.3). We''ve tried to keep it backwards compatible, so your apps should continue to work. But feel free to submit a bug report at RubyForge if you have any problems. Changes: http://rubyforge.org/frs/shownotes.php?group_id=351&release_id=14845...
2005 Aug 04
0
TDD over Asterisk
I'm working on a setup for a company that needs to be able to handle TDD/TTY calls for the hearing impaired. Is there anything special that I need to consider for this? We're looking at an Asterisk solution for them, the tones need to be stored in the IVR as well as coming across extensions. Any thoughts? Hatton
2007 Jun 09
23
hoverclass on droppable zone
Hi guys, I''m trying to make a drag''n''drop portal using sortable element. I would like to apply the "hoverclass" option only on the droppable zone instead of the column border. Any idea a about the solution? Thanks for any help, Sabri --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2006 Nov 21
10
Rspec Brown Bag
...y do we need rspec? - It''s not production ready. (Stack traces are too cluttered for RspecOnRails; although this opinion was based on version 0.6) - New people will be confused seeing rspec code (although this is solved by more education, usage, encapsulation, etc.) - BDD is TDD using "should" instead of "assert" There are also a number of people who do see benefits to using rspec and are excited by it, so I do have "allies". :) I''m particularly interested in showing: - How BDD is really good TDD without sounding religious -...