Fundamental understanding of basic business theories <http://www.onlineschoolinghelp.com/e-business.html> As a student in this program, individuals will work...
Hey I am guilty of the anti-pattern CM Feature Branch. How are folks using alternatives like Feature Toggle <http://martinfowler.com/bliki/FeatureToggle.htm>...
Hi everyone, I'm starting to get a firmer grip on unit testing and TDD. However, I'd like to do some integration testing. I'm wondering if any of you have...
Hey guys, This is my first post after some months of being a passive member of this group. =) I am finishing reading James' book and I must say that it...
Hey guys, Have you ever used this testing framework? It seems quite straightforward and automatic. Have you found any drawbacks? http://www.testape.com ...
Hi all, I'm currently getting settled in with my new employer. Before I join the rest of the software staff developing embedded software, my first role is to...
... find too much traction at my current workplace (I will try),... Matt, Can I recommend an approach to you? Use the XP practices as solutions for problems...
If I had a blog, this would probably be be a blog post. But I don't, so there you go. I took the leap about four weeks ago after getting through about 70% of...
I've been test driving a design for a timer-based delay module. I got stalled for at least 2.5 days on the question of precision. My timer hardware has 64...
Started trying to pitch Agile embedded to a small group of people at work. Does anyone have a success story on adoption (preferably that was grass-roots)?...
Hi folks, I am a co-presenter for the below course. If you're doing any FDA-regulated work, you'll want to consider attending - or get your manager to go. On...
Hello list, Thanks for all the great info so far, keep it coming! I created my first Ceedling project last week (adding onto an existing non-TDD project), and...
My boundary scan stuff may be on hold for a bit, so I'm looking at my next task. I am going to be porting eLua to our hardware. I want to use TDD to drive the...
With much help from Greg and Mark to get the ball rolling, I think I just had one of my most productive days of C coding in a very long time. Still lots to...
Hi all, I've been told to expect an offer for a permanent position with a large company that does not trust open source, and prefers commercial tools. Open...
... - +:test/** - -:test/support ... - src/** ... - test/support Some quick ruby research tells me that a preceding colon indicates a symbol in ruby, which I'm...
I've been working on an ICPin module for my boundary scan code, and I'm finding that, as I write my test lists, I've got a lot of tests like reading from pin...
I'll write initial negative tests to drive the interface. Negative tests can be easiest to get to pass because all that is needed is the wiring code.
Once its...
I'm going to finally give TDD a try. That is, until my manager tells me to quit it ;) I'm only up to the middle of chapter 8 in James' book, but I think I can...
Hi Folks, I'm a former RF IC designer turned embedded software developer. I'm quite excited about James' TDD book and I'm hoping to put it to use in my own...