Created
April 1, 2016 10:10
-
-
Save nixel2007/19e56da56fe146dddaffc163e6f33241 to your computer and use it in GitHub Desktop.
Ссылки по лекции
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Вот ссылка на видеозапись: | |
https://drive.google.com/open?id=0BzrHpvxfLxBibXkxQnQzdGhySU0 | |
TDD - https://ru.wikipedia.org/wiki/%D0%A0%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B0_%D1%87%D0%B5%D1%80%D0%B5%D0%B7_%D1%82%D0%B5%D1%81%D1%82%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5 | |
Example mapping - https://cucumber.io/blog/2015/12/08/example-mapping-introduction | |
BDD: | |
* wiki - https://en.wikipedia.org/wiki/Behavior-driven_development | |
* cucumber и gherkin - https://cucumber.io/ | |
* примеры и советы по написанию на gherkin - http://docs.behat.org/en/v3.0/guides/1.gherkin.html | |
Silverbulleters, LLC - http://silverbulleters.org/ | |
Воркшоп - https://silverbulleters.timepad.ru/event/267657/ | |
Инструменты: | |
https://github.com/silverbulleters/vanessa-behavior - проверка сценариев поведения и кнопконажималка | |
https://github.com/silverbulleters/vanessa-bdd-editor - редактор фича-файлов в виде внешней обработки (обработка первичных вбросов заказчика + редактирование фич). | |
https://atom.io/ - Для редактирования фич на лекции я пользовался текстовым редактором Атом | |
https://github.com/silverbulleters/vanessa-bootstrap - шаблон каталогов для правильной разработки | |
http://allure.qatools.ru/ - отчет о качестве на основе сценариев поведения | |
https://github.com/xDrivenDevelopment/precommit1c | |
https://jenkins.io/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment