Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasword/qa-road
My software engineer roadmap 🐱👤
https://github.com/grasword/qa-road
cypress roadmap test-automation testing testing-tools
Last synced: 2 months ago
JSON representation
My software engineer roadmap 🐱👤
- Host: GitHub
- URL: https://github.com/grasword/qa-road
- Owner: grasword
- Created: 2019-11-19T00:53:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T23:35:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T17:57:49.820Z (almost 2 years ago)
- Topics: cypress, roadmap, test-automation, testing, testing-tools
- Homepage:
- Size: 13.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of content
* [ ] Теория
* [x] [SDLC](sdlc.md)
* [x] [STLC](stlc.md)
* [x] [FAQ](faq.md)
* [x] [Тестирование Основы](testing-basics.md)
* [x] [JavaScript](js.md)
* [ ] [TypeScript](typescript.md)
* [ ] [Basics of System Design](drugoe/basics-of-system-design/)
* [ ] Тестовая документация
* [x] [План по тестированию](testovaya-dokumentaciya/test-plan.md)
* [x] [Чек-листы](testovaya-dokumentaciya/check-list.md)
* [x] [Баг-репорты](testovaya-dokumentaciya/bug-report.md)
* [x] [Тест-кейсы](testovaya-dokumentaciya/test-cases.md)
* [ ] Баг трекеры (обнаружение, документирование и отслеживание ошибок)
* [ ] Jira
* [ ] Readmine
* [ ] Системы управления версиями
* [x] Git
* [x] GitHub
* [ ] Браузеры
* [x] Chrome DevTools (перехват запросов, анализ данных, поиск ошибок)
* [ ] Firefox WebDeveloper Edition
* [ ] HTTP
* [x] [Основы ](http/basics-http.md)HTTP (понимание как браузер взаимодействует с серверными веб-приложениями)
* [x] [Методы](http/basics-http.md#metody) HTTP
* [x] [API](http/api.md)
* [x] [REST](http/rest.md)
* [x] [Коды состояний HTTP](http/rest.md#20e3)
* [x] [SOAP](http/soap.md)
* [ ] Форматы данных
* [x] [JSON](formaty-dannykh/json.md)
* [x] [XML](formaty-dannykh/xml.md)
* [x] [CSV](formaty-dannykh/csv.md)
* [ ] Алгоритмы кодирования
* [x] [URLencode](algoritmy-kodirovaniya/urlencode.md)
* [x] [Base64](algoritmy-kodirovaniya/base64.md)
* [ ] Софт
* [x] Cypress
* [x] Postman
* [x] Docker
* [x] Git
* [x] curl
* [x] Mocha
* [x] Cucumber
* [x] Jenkins
* [ ] NodeJs
* [ ] React
* [ ] Тестирование
* [x] [Unit testing](testirovanie/testing.md#unit-testing)
* [x] [Integration Testing](testirovanie/testing.md#integration-testing)
* [x] [Functional testing](testirovanie/testing.md#functional-testing)
* [x] [System Testing](testirovanie/testing.md#system-testing)
* [x] [Acceptance Testing](testirovanie/testing.md#acceptance-testing-smoke-testing) (Smoke testing)
* [x] [Regression Testing](testirovanie/testing.md#regression-testing)
* [x] [Black-Box Testing](testirovanie/testing.md#black-box-testing)
* [x] [White-Box Testing](testirovanie/testing.md#white-box-testing)
* [x] [Gray-Box Testing](testirovanie/testing.md#grey-box-testing)
* [x] [Test automatization](testirovanie/testing.md#test-automatization)
* [x] [End-to-end testing](testirovanie/testing.md#end-to-end-testing)Другое
* [Методы разработки алгоритмов](drugoe/tmp.md)
* [Interview questions](drugoe/interview-questions.md)
* [English](drugoe/english/)#### [Tools for Software Testing](tools-1/tools.md)
* [Screenshots](tools-1/tools.md#screenshots)
* [Preparing Test Data](tools-1/tools.md#preparing-test-data)
* [Validators](tools-1/tools.md#validators)
* [Performance](tools-1/tools.md#performance)
* [Compatibility Checkers](tools-1/tools.md#compatibility-checkers)
* [Security](tools-1/tools.md#security)
* [Web Proxies](tools-1/tools.md#web-proxies)
* [Generic Web Testing](tools-1/tools.md#generic-web-testing)
* [Test Management](tools-1/tools.md#test-management)
* [Mind Maps](tools-1/tools.md#mind-maps)
* [Usability](tools-1/tools.md#usability)