TDD
Tag details
Welcome to the 'TDD' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'TDD'.
Look up
"TDD"
at The Free Dictionary
Latest blogosphere posts tagged “TDD”
-
Keeping score in test-driven development with Python, PyLint, un...
Computer & Internet - computer-internet.marc8.com —
Authority: 167
Free Software Magazine: "Programming is more fun when you keep score. The extreme programming (XP) development model popularized the idea of test-driven development (TDD) with professional programmers in mind. But TDD turns out to be even more useful for lone amateur programmers, because it provides much needed ...16 hours ago -
Dark arts of TDD explained
Gojko Adzic —
Authority: 412
Growing Object Oriented Software, Guided by Tests , by Steve Freeman and Nat Pryce is a TDD book, but unlike any other on the market today. First of all, the book deals mostly with advanced unit testing topics, such as designing tests for readability and mocking, and addresses many common stumbling points that ...1 day ago -
3G Americas Publishes Report on Key Advantages of LTE TDD for Unpaired Spectrum in the Americas
LTE watch —
Authority: 432
Source: 3G Americas press release 3G Americas, a wireless industry trade association representing the GSM family of technologies including LTE, today announced that it has published an educational white paper titled, 3GPP LTE for TDD Spectrum in the Americas. The report provides a top-level overview on the ...1 day ago -
Qualcomm to Develop LTE Chips for China Mobile
LTE watch —
Authority: 432
Source: Trading Markets Qualcomm Inc. will simultaneously develop LTE chips based on the FDD (Frequency Division Duplex) and TDD (Time Division Duplex) technologies. The CDMA chipset designer and supplier has reached an agreement with China Mobile Ltd. on the development, disclosed Wang Jianzhou, president of the ...3 days ago -
Comparing Scala and Groovy via ScalaTest and easyb
The Disco Blog —
Authority: 110
Because it’s my bag, I’ve recently taken to learning Scala . In particular, I’ve run across some situations where I’ve known instinctively that a more functional language (i.e. one that avoids state and mutability) would have perhaps made the task at hand a bit easier or at least safer to code (think ...4 days ago -
Code Coverage: What Is It Good For?
the 'bee log —
Authority: 496
Absolutely nothing. Or so the story goes... I had a mini-exchange with my pal Glenn Block last night on Twitter. He was recycling the somewhat old meme that code coverage is a cockamamie metric that, as he puts it, "[code coverage is] a false security blanket on quality". Measurements (other than net profit, of ...1 week ago -
Willed and forced design
Jimmy Bogard —
Authority: 409
Roy Osherove, as a TypeMock employee, presents quite a dilemma from opinionated TDD blog posts simply because whether he has one or not, there’s always the question of agenda. Which is quite unfortunate, everyone has some sort of selfish agenda at some level. One of those posts came up in a commentary on willed ...1 week ago -
Motorola sees big opportunity for TD-LTE
LTE watch —
Authority: 432
Source: FierceBroadbandWireless When it comes to the battle for 4G Long Term Evolution (LTE) contracts, incumbency is thrown out the window. Its a new slate that allows every vendor to compete for business. To wit: Chinas Huawei just last week snagged a big LTE contract with Norways Telenor under the noses of ...1 week ago -
Agile Design and Embedded
James Grenning's Blog —
Authority: 100
One important realization on the journey from a BDUF approach to an iterative and agile approach is that design is never done. Designs evolve. The waterfall emphasis has been to unnaturally try to control software physics by imposing requirements freezes and burdensome change control. The process of developing ...1 week ago -
Apple iPhone Tech Talk London 2009: Testing and Debugging Your iPhoneApplication
Expanding horizons —
Authority: 135
Just before this session, I had an interesting discussion with Mike of Broadersheet about unit testing. He uses defensive code with asserts and logging and couldn’t see the value of writing unit tests especially for mostly UI code. However, Apple have converted to using unit tests and are making it easy for ...1 week ago -
Unit Testing as the Last Resort for Code Verification?
david.segonds.org —
Authority: 120
This seems counter intuitive to me and to the Test Driven Development philosophy but this article from Dr. Dobbs Code Talk states that there are far more effective techniques for Code Verification than Unit Testing. I let you judge. [via Dr. Dobbs Code Talk ] Related posts: Scrum or Kanban? Pick One And Get On ...1 week ago -
Embedded Memory Constraints and TDD
James Grenning's Blog —
Authority: 100
Constrained Memory is the reality for many embedded developers. Running tests in the development system won’t suffer the same memory constraints found in the target. Here are a few things to help TDD in constrained memory situations.First of all, use dual targeting so the bulk of your code is tested off-target. See ...1 week ago -
Fast Track Test-Driven Development: Testify Your Project
Software Development Videos —
Authority: 436
This video presents the technical challenges that teams discover when adopting TDD difficult and a set of principles for successful TDD. it contains a demonstration of the Testify tool and how to use it to introduce TDD on your own project. ...1 week ago -
TDD: Useful when new on a project
Mark Needham —
Authority: 468
Something which Ive noticed over the last few projects that Ive worked on is that at the beginning when I dont know very much at all about the code base, domain and so on is that pairing with someone to TDD something seems to make it significantly easier for me to follow whats going on than other approaches Ive seen. ...2 weeks ago -
Huawei s SAE Solution Successfully Completes TD-LTE Tests for 2010 Shanghai World Expo
LTE watch —
Authority: 432
Source: Huawei press release Huawei, a leader in providing next-generation telecommunication solutions to operators around the world, today announced that it s SAE (System Architecture Evolution) solution has successfully completed all the mandatory and optional tests on the TD-LTE trial network for 2010 Shanghai ...2 weeks ago -
XML verification just got easier with easyb
The Disco Blog —
Authority: 110
There’s myriad ways to validate XML these days; in fact, with Groovy, the mechanics of parsing XML with XMLSlurper couldn’t be easier! Nevertheless, from time to time, because it’s my bag, baby, I’ve found that I’ve needed an easy way to validate XML documents without having to actually parse them ...2 weeks ago -
Nintendo 64 Emulator For iPhone in the Works
iPhoneOverdose.com —
Authority: 130
ZodTDD, the developer behind GpSPhone (a Nintendo Gameboy Advance emulator for the iPhone and iPod Touch), announced the development of an N64 emulator for the iPhone and iPod touch. Zodttd believes that the current generation iPhone and iPod touch have the graphic CPU horsepower necessary to run those games. ...2 weeks ago -
Door open for 4 Taiwan telecom carriers to adopt TD-SCDMA or TD-LTE
LTE watch —
Authority: 432
Source: DigiTimes Four of the five 3G mobile telecom carriers in Taiwan have adopted the WCDMA standard while reserving a 5MHz frequency band which may be used for TDD (time-division duplexing) technologies including the China-developed TD-SCDMA and TD-LTE standards, according to industry sources. However, while ...2 weeks ago -
Code Smells - Refactoring - Unit Tests
Notes from a Tool User —
Authority: 113
Two weeks ago now I gave an introductory tutorial on “ From Code Smells to Unit Tests ” (pdf) at Agile Tour Toronto (thanks to the organizers for a great conference). The slides walk cover an introduction to Technical Debt, SOLID Principles , The Sea of Complexity, Basic Code Smells, Refactoring and Unit ...2 weeks ago -
Latching and mocking in concurrent tests
Xebia Blog —
Authority: 119
Concurrent testing is hard, but not as hard as you think. If you use the right tricks it can be done. This blog shows you one particular trick that uses a latch and a mock to ensure a test scenario is completed before running the verifications. While working on Spring Integration in Action , I experimented with a ...2 weeks ago

