article thumbnail

Specifying Constants in TDD

Net Objectives

TDD is different from QA in many respects. The government will dictate how quickly a … Continue reading "Specifying Constants in TDD". The government will dictate how quickly a … Continue reading "Specifying Constants in TDD". Part of this involves the tests we choose to write.

TDD 40
article thumbnail

Top 15 project management certifications

CIO

The exam covers topics including Scrum, Kanban, Lean, extreme programming (XP), and test-driven development (TDD). Projects in Controlled Environments (PRINCE2) is most well-known outside the US, especially in the UK and its government entities. PRINCE2 Foundation/PRINCE2 Practitioner. Price : $800 for members; $1,000 for non-members.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Microservices Done Right, Part 2: More Antipatterns to Avoid

Accenture

To achieve high quality, exercise “technical excellence” when developing software: unit testing, TDD, BDD, etc. Often, this is not possible in organizations with traditional operating models and traditional technical governance. Technical excellence practices – Unit Testing, TDD, BDD, etc. Technical Governance.

article thumbnail

CodeSOD: The String Buildulator

The Daily WTF

StreamWriter sw = new StreamWriter(filename); # region Export file header. sw.WriteLine(header); The real killer to this is that there's no need for string concatenation at all. StreamWriter sw = new StreamWriter(filename); # region Export file header.

article thumbnail

Quality Control: Using Acceptance Testing to Guarantee Product Quality

Altexsoft

In response to the variety of quality standards that government-contacted organizations had to comply with, in 1987, the International Organization for Standardization published now universally recognized quality requirements. Difference between TDD, BDD, and ATDD. Acceptance Test-Driven Development (ATDD).

Testing 52
article thumbnail

20 influential women in software development

Apiumhub

She has held a variety of positions, VP, Tech Lead and senior engineer working in online advertising, digital agencies, e-commerce, an art start-up, government digital service and infrastructure tooling at docker inc. She used to work at The Government Digital Service (GDS), BERG, FT Labs (formerly Assanka) and IBM. LinkedIn.

article thumbnail

Behavior-Driven Development: Pros and Cons, Implementation, and Best Practices

Altexsoft

Behavior-driven development can be defined as a way to synthesize and define practices that stem from test-driven development (TDD). Similar to adopting TDD, adopting BDD gives your team confidence in the form of a test suite. Here are a few other common pitfalls of BDD: To work in BDD, prior exposure to TDD concepts is required.