├── .gitignore └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Agile 2 | - [Scrum Guides](http://www.scrumguides.org/) 3 | - [A Startup Enxuta](https://www.amazon.com.br/Startup-Enxuta-Eric-Ries-ebook/dp/B00A3C4GAK/) 4 | - [Learning Agile: Understanding Scrum, XP, Lean, and Kanban](https://www.amazon.com.br/Learning-Agile-Understanding-Scrum-Kanban-ebook/dp/B00PJ8YKRM/) 5 | 6 | # Agile Testing 7 | 8 | - [O que é?](https://www.concretesolutions.com.br/2017/02/20/agile-testing-o-que-e/) 9 | - By Elessandra 10 | 11 | - [Lisa Crispin](http://lisacrispin.com/) 12 | - Lisa Crispin é uma das referências quando falamos sobre Agile Testing, além se ser ativa na comunidade até hoje tem bastante material publicado no seu site e nas redes sociais. 13 | - [Posts](http://lisacrispin.com/post-archives) 14 | 15 | - [Janet Gregory](http://janetgregory.ca/) 16 | - Janet Gregory junto com a Lisa Crispin são referência quando se fala em Agile Testing, também autora dos livros Agile Testing e More Agile Testing. 17 | - [Agile Testing não é uma metodologia](http://janetgregory.ca/agile-testing-is-not-a-methodology/) 18 | - [Posts](http://janetgregory.ca/blog/) 19 | 20 | - [Growing Agile](https://www.growingagile.co.za/) 21 | - Um site de uma consultoria que faz diversos tipos de coaching incluindo Agile Testing, tem bastante conteúdos consideráveis, criado por duas mulheres Karen Greaves e Sam Laing. 22 | - [Growing Agile: A Coach's Guide to Agile Testing](AgileTesting) 23 | 24 | - [Pirâmide de Testes](https://martinfowler.com/articles/practical-test-pyramid.html) 25 | - Livros 26 | - [Agile Testing](http://agiletester.ca/agile-testing/) 27 | - [Mapa mental do livro](http://agiletester.ca/wp-content/uploads/sites/26/2013/09/AgileTestingFinalforBook.png) 28 | - [More Agile Testing](http://agiletester.ca/) 29 | - [Mapa mental do livro](http://agiletester.rumspeed.net/wp-content/uploads/sites/26/2014/09/More_Agile_Testing.png) 30 | 31 | - Eventos 32 | - [Agile Testing Day](https://agiletestingdays.com/) 33 | - [Conferência Agile Testers](http://conferencia.agiletesters.com.br/) 34 | 35 | - Links 36 | - [By Atlassian](https://www.atlassian.com/agile/testing) 37 | - [By Guru99](http://www.guru99.com/agile-scrum-extreme-testing.html) 38 | - [By Frederico Moreira](http://www.fredmoreira.com/2014/08/50centsagiletesting.html) 39 | 40 | # BDD 41 | 42 | - [O que é](https://dannorth.net/introducing-bdd/) 43 | - By Dan North 44 | 45 | # ATDD 46 | - [Conceito](http://testobsessed.com/wp-content/uploads/2011/04/atddexample.pdf) 47 | - [Passo a Passo](https://www.infoq.com/br/articles/atdd-passo-a-passo) 48 | - [Livro](https://www.amazon.com/ATDD-Example-Test-Driven-Development-Addison-Wesley/dp/0321784154) 49 | 50 | # Especificação por Exemplo 51 | - [Gojko Adzic](https://gojko.net/books/specification-by-example/) 52 | - By Samanta Cicília 53 | - [Parte 1](https://www.concretesolutions.com.br/2016/09/22/especificacao-por-exemplo-1/) 54 | - [Parte 2](https://www.concretesolutions.com.br/2016/09/23/especificacao-por-exemplo-2/) 55 | - [Parte 3](https://www.concretesolutions.com.br/2016/09/24/especificacao-por-exemplo-3/) 56 | - [By Martin Fowler](https://martinfowler.com/bliki/SpecificationByExample.html) 57 | - [Livro](https://gojko.net/books/specification-by-example/) 58 | 59 | # Padrão de Projetos para Teste 60 | - [Design Patterns in Test Automation I](https://www.linkedin.com/pulse/design-patterns-test-automation-i-alex-ilyenko/) 61 | - [Design Patterns in Test Automation II](https://goo.gl/juYyTo) 62 | - [Design Patterns in Test Automation III](https://goo.gl/W5266e) 63 | 64 | # Mobile 65 | 66 | - [Appium](http://appium.io/) 67 | - [O que é](http://appium.io/getting-started.html?lang=en) 68 | - [História](http://appium.io/history.html?lang=en) 69 | - [Basic](http://bitbar.com/the-basics-of-mobile-web-testing-using-appium-selenium/) 70 | - [Tutorial](http://appium.io/tutorial.html?lang=en) 71 | - [Documentação](http://appium.io/slate/en/master/) 72 | - [Exemplos](https://github.com/appium/sample-code/tree/master/sample-code/examples) 73 | - [Livros](https://www.gitbook.com/book/nishantverma/appium-for-android/details) 74 | - [Appium Essentials](http://appium.io/resources.html?lang=en) 75 | 76 | - [Calabash](http://calaba.sh/) 77 | - [Sunomono](https://github.com/concretesolutions/sunomono) 78 | 79 | - [Calabash IOS](https://github.com/calabash/calabash-ios) 80 | - [Calabash Framework](https://github.com/calabash/calabash-ios-server) 81 | - [Run loop](https://github.com/calabash/run_loop) 82 | - [Query Syntax](https://github.com/calabash/calabash-ios/wiki/Query-Language) 83 | - [Web view support](https://github.com/calabash/calabash-ios/wiki/06-WebView-Support) 84 | 85 | - [Calabash Android](https://github.com/calabash/calabash-android) 86 | - [Calabash Android Server](https://github.com/calabash/calabash-android-server) 87 | - [Query Syntax](https://github.com/calabash/calabash-android/wiki/05-Query-Syntax) 88 | - [Web view support](https://github.com/calabash/calabash-android/wiki/06-webview-support) 89 | 90 | 91 | - [Robotium](https://github.com/robotiumtech/robotium) 92 | - [Exemplo básico](http://www.createappfaster.com/android/robotium-simple-implementation/) 93 | - [Tutorial](http://www.vogella.com/tutorials/Robotium/article.html) 94 | 95 | 96 | # Web 97 | - [Page Object](https://github.com/SeleniumHQ/selenium/wiki/PageObjects) 98 | - [Exemplo](http://www.seleniumeasy.com/selenium-tutorials/page-object-model-framework-introduction) 99 | - [By Guru99](http://www.guru99.com/page-object-model-pom-page-factory-in-selenium-ultimate-guide.html) 100 | - [By Martin Fowler](https://martinfowler.com/bliki/PageObject.html) 101 | - [By ToolsQA](http://toolsqa.com/selenium-webdriver/page-object-model/) 102 | 103 | - [Capybara](https://github.com/teamcapybara/capybara) 104 | - [Site Prism](https://github.com/natritmeyer/site_prism) 105 | - [Magneton](https://github.com/concretesolutions/magneton) 106 | 107 | - [Selenium Webdriver](http://www.seleniumhq.org/projects/webdriver/) 108 | - [Documentação](http://www.seleniumhq.org/docs/03_webdriver.jsp) 109 | - [Considerações](http://www.seleniumhq.org/docs/06_test_design_considerations.jsp) 110 | 111 | - [Protractor](http://www.protractortest.org/#/) 112 | - [Tutorial](http://www.protractortest.org/#/tutorial) 113 | - [Style Guide](http://www.protractortest.org/#/style-guide) 114 | - [Debugging](https://github.com/angular/protractor/blob/master/docs/debugging.md) 115 | - [Exemplo básico](https://github.com/angular/protractor/tree/master/example) 116 | - [Configurações](https://github.com/angular/protractor/blob/master/lib/config.ts) 117 | - [Elementos](https://github.com/angular/protractor/blob/master/lib/element.ts) 118 | - [Locators](https://github.com/angular/protractor/blob/master/lib/locators.ts) 119 | - [Livro](https://www.casadocodigo.com.br/products/livro-protractor) 120 | 121 | # API 122 | - Manualmente 123 | - [Postman](https://www.getpostman.com/) 124 | - [Fiddler](http://www.telerik.com/fiddler) 125 | - [Curl](https://curl.haxx.se/) 126 | 127 | - Automação 128 | - Ruby 129 | - [NetHTTP](https://apidock.com/ruby/Net/HTTP) 130 | - [Rest Client](https://github.com/rest-client/rest-client) 131 | - [Faraday](https://github.com/lostisland/faraday) 132 | - [HttParty](https://github.com/jnunemaker/httparty) 133 | 134 | - JS 135 | - [Super Test](https://www.npmjs.com/package/supertest) 136 | - [Chakram](http://dareid.github.io/chakram/) 137 | - [Frisby](http://frisbyjs.com/) 138 | 139 | - Java 140 | - [Rest Assured](http://rest-assured.io/) 141 | 142 | - Python 143 | - [PyRestTest](https://github.com/svanoort/pyresttest) 144 | - Posts 145 | - [Testing Strategies in Microservices Architecture](https://www.xenonstack.com/blog/testing-strategies-in-microservices-architecture) 146 | 147 | # Integração & Entrega Contínua / Deploy Contínuo 148 | 149 | - O que é? 150 | - [By Jez Humble](https://continuousdelivery.com/) 151 | 152 | - Livros 153 | - [Entrega Contínua: Como Entregar Software de Forma Rápida e Confiável](https://www.amazon.com.br/Entrega-Cont%C3%ADnua-Entregar-Software-Confi%C3%A1vel/dp/8582601034) 154 | - [The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win](https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business-ebook/dp/B00AZRBLHO) 155 | - [The DevOps Handbook: How to Create World-Class Agility, Reliability, and Security in Technology Organizations](https://www.amazon.com/dp/1942788002?tag=contindelive-20) 156 | 157 | - By Samanta Cicília 158 | - [Continuous Delivery: Entregando Software de Valor](https://www.slideshare.net/samantacicilia/devops-carioca-continuous-delivery) 159 | - [Continuous Delivery - versão estendida](https://www.slideshare.net/samantacicilia/continuous-delivery-verso-estendida) 160 | - [Continuous Delivery & APIs - Evoluindo uma Arquitetura Orientada a Serviços](https://www.slideshare.net/samantacicilia/continuous-delivery-apis-evoluindo-uma-arquitetura-orientada-a-servios) 161 | 162 | - Ferramentas de Integração Contínua 163 | - [Jenkins](https://jenkins.io/) 164 | - [CircleCI](https://circleci.com/) 165 | - [Travis CI](https://travis-ci.org/) 166 | - [Semaphore CI](https://semaphoreci.com/) 167 | 168 | - Ferramentas de Entrega Contínua 169 | - [GoCD](https://www.gocd.io/) 170 | - [Snap CI](https://www.snap-ci.com/) 171 | 172 | # DevOps 173 | 174 | # Teste Exploratório 175 | - O que é? 176 | - [By James Bach](http://www.satisfice.com/articles/what_is_et.shtml) 177 | - [By Guru99](http://www.guru99.com/exploratory-testing.html) 178 | - [By Agile Alliance](https://www.agilealliance.org/glossary/exploratory-testing/) 179 | - [By Software Testing Class](http://www.softwaretestingclass.com/what-is-exploratory-testing/) 180 | 181 | - [Elisabeth Hendrickson](http://testobsessed.com/) 182 | - [Quem ela é](http://testobsessed.com/about/) 183 | - [Livro](https://pragprog.com/book/ehxta/explore-it) 184 | 185 | # Acessibilidade 186 | - [Wave - Web](http://wave.webaim.org/) 187 | - [Writing Automated Tests for Accessibility](https://www.24a11y.com/2017/writing-automated-tests-accessibility/) 188 | - [Mobile Testing Guide 189 | ANDROID & iOS](https://developer.paciellogroup.com/downloads/TPG_Mobile_Testing_Guide.pdf) 190 | - [BBC - MOBILE ACCESSIBILITY GUIDELINES](http://www.bbc.co.uk/guidelines/futuremedia/accessibility/mobile) 191 | 192 | # Teste de Segurança 193 | - [OWASP](https://www.owasp.org/index.php/Main_Page) 194 | - [Burp](https://portswigger.net/burp/) 195 | - [Iniciantes](http://blog.corujadeti.com.br/treinamento-de-burp-suite-para-iniciantes/) 196 | - [ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) 197 | - [Dependency Check](https://www.owasp.org/index.php/OWASP_Dependency_Check) 198 | - [Nmap](https://nmap.org/) 199 | - [HTTP Security Hearders](https://blog.appcanary.com/2017/http-security-headers.html) 200 | - [secur1ty - web](https://secur1ty.com/grader) 201 | - [Guide to API Security Testing](https://resource.cobalt.io/guide-to-api-security-testing) 202 | 203 | # Visual Regression Testing 204 | - [Conceito](https://visualregressiontesting.com/) 205 | - [Artigos](https://visualregressiontesting.com/articles.html) 206 | - [Tools](https://visualregressiontesting.com/tools.html) 207 | - [Vídeos](https://visualregressiontesting.com/videos.html) 208 | - [Exemplos de Ferramentas](https://github.com/samycici/visual-regression-tools) 209 | 210 | # Git 211 | - [Pro Git](https://progit.org/) 212 | - Livro escrito pelos fundadores do Github. Um tour guiado do aprendizado do Git desde o começo até tópicos bem avançados. Leitura recomendada mesmo para aqueles que já se sentem confortáveis com o uso da ferramenta em linha de comando. 213 | - [What to Look for in a Code Review](https://leanpub.com/whattolookforinacodereview) 214 | - Não exatamente relacionado a Git, mas a prática do Code Review (que tem bastante relação com os fluxos de Git). 215 | - [Git Cheatsheet](http://lennonjesus.github.io/git-cheatsheet/) 216 | - Uma lista com vários comandos úteis no dia-a-dia 217 | - [Git Style Guide](https://github.com/agis-/git-style-guide) 218 | - Um guia com diversas boas práticas relacionadas ao Git 219 | 220 | # Comunidades 221 | - [Agile Testers](http://agiletesters.com.br/) 222 | - [GTS-MG](https://www.facebook.com/groups/gts.mg/) 223 | - [DF-Testes](https://br.groups.yahoo.com/neo/groups/DFTestes/info) 224 | - [GTC](https://www.facebook.com/groups/grupoDeTestesCarioca/?ref=bookmarks) 225 | - [Quality Applied](https://www.facebook.com/groups/336893809728742/?ref=bookmarks) 226 | - [GTS-DF](https://www.facebook.com/groups/QaProfessionalsBSB/?ref=bookmarks) 227 | - [GUTS-SC](https://www.facebook.com/groups/guts.sc/?ref=bookmarks) 228 | - [GTS-CE](https://www.facebook.com/groups/gts.ce/?ref=bookmarks) 229 | - [GUTS-RS](http://guts-rs.blogspot.com.br/) 230 | 231 | # Livros Gratuitos 232 | 233 | - [PacktPub ](https://www.packtpub.com/packt/offers/free-learning) 234 | 235 | # Podcasts 236 | 237 | - [Prodcast Concrete](https://soundcloud.com/concretebr) 238 | - [#12 - Quality Assurance](https://soundcloud.com/concretebr/prodcast-12-quality-assurance) 239 | - [#15 - DevOps](https://soundcloud.com/concretebr/prodcast-15-devops) 240 | - [#29 - QA](https://soundcloud.com/concretebr/episodio-29-qa) 241 | 242 | - [Cucumber Podcast](https://itunes.apple.com/gb/podcast/cucumber-podcast-rss/id1078896635) 243 | 244 | - [TestCast Brasil](https://soundcloud.com/testcastbrasil) 245 | - [1) Certificações em Teste de Software](https://soundcloud.com/testcastbrasil/testcast-01-certificacoes-em-teste-de-software) 246 | - [2) Agile Testers Conference 2017 - Brasília](https://soundcloud.com/testcastbrasil/testcast-02-agile-testers-conference-2017-brasilia) 247 | - [3) O mercado Teste e Qualidade de Software no Brasil e no mundo](https://soundcloud.com/testcastbrasil/testcast-03-mercado-de-teste-brasil-mundo) 248 | 249 | - [Testing Podcast](https://testingpodcast.com/) 250 | 251 | - [Hipster.tech da Alura](http://hipsters.tech/) 252 | - [#5 Agilidade](http://hipsters.tech/agilidade-hipsters-05/) 253 | - [#19 Xamarin Multiplataforma](http://hipsters.tech/xamarin-desenvolvimento-multiplataforma/) 254 | - [#21 Acessibilidade web](http://hipsters.tech/acessibilidade-web-hipsters-21/) 255 | - [#41 Tecnoligias da Netflix](http://hipsters.tech/tecnologias-na-netflix-hipsters-41/) 256 | - [#43 Mulheres na tecnologia](http://hipsters.tech/mulheres-na-tecnologia-hipsters-34/) 257 | - [#49 MVP](http://hipsters.tech/mvp-produto-minimo-viavel-hipsters-49/) 258 | 259 | - [Dev na estrada](http://devnaestrada.com.br/) 260 | - [12 A importância dos Eventos](https://soundcloud.com/devnaestrada/devnaestrada-12-a-importancia-dos-eventos) 261 | - [17 Mulheres no comando](https://soundcloud.com/devnaestrada/devnaestrada-17-mulheres-no-comando) 262 | - [44 Cultura Agile](http://devnaestrada.com.br/2016/03/11/devnaestrada-um-pouco-de-agile.html) 263 | --------------------------------------------------------------------------------