Although these tools are often developed specifically for use in BDD projects, they can be seen as specialized forms of the tooling that supports test-driven development.
Chociaż narzędzia te są często dedykowane projektom BDD, mogą być postrzegane jako specjalistyczne formy narzędzi obsługujących rozwój oparty na testach.
Her success is largely due to her commitment to test-driven development methods.
Her test-driven development style led to fewer bugs in the final product.
This kind of approach is called test-driven development.
She prefers test-driven development because it catches bugs early in the process.
This book is for people who haven't got any previous knowledge of unit testing or test-driven development.
In fact that was a simple example of test-driven development, but it doesn't really matter in which order we do the work.
Faktycznie to był prosty przykład test-driven dewelopmentu, ale to nie ma wielkiego znaczenia, w jakiej kolejności wykonujemy tę pracę.
This style of development is called test-driven development and can be applied to both entire projects and single patches.
Taki styl pracy jest nazywany test-driven development i może być zastosowany zarówno do całych projektów jak i pojedynczych poprawek.
Some programmers follow a discipline called "test-driven development"; they actually write their tests before they write their code.
Niektórzy programiści stosują się do zasady nazwanej "test-driven development"; piszą oni testy zanim jeszcze napiszą swój kod.
Author explains it from basic unit tests (what it is, what it does, what it's good for), then extending the basic tests, he introduce the test-driven development idea.
Autor wyjaśnia je z podstawowych testów jednostkowych (czym są, co robią, do czego są przydatne), a następnie rozszerza podstawowe testy, wprowadza ideę programowania sterowanego testami.
Behavior-driven development is an extension of test-driven development: development that makes use of a simple, domain-specific scripting language.
BDD jest rozszerzeniem praktyki rozwoju poprzez testy: rozwoju który korzysta z prostego, dziedzinowego języka skryptowego.
We develop software with the use of Agile methodologies and follow their best practices, including continuous integration, test-driven development and code quality metrics.
Rozwijamy oprogramowanie za pomocą metodyk zwinnych, przy zastosowaniu ich najlepszych praktyk, takich jak ciągła integracja, wytwarzanie sterowane testami i miary jakości kodu.
The third part is focused on how test-driven development can help in building API's and modularized code.