{"id":13337263,"url":"https://github.com/grasword/qa-road","last_synced_at":"2025-03-11T04:32:28.594Z","repository":{"id":39579346,"uuid":"222575588","full_name":"grasword/qa-road","owner":"grasword","description":"My software engineer roadmap 🐱‍👤","archived":false,"fork":false,"pushed_at":"2023-02-28T23:35:34.000Z","size":13869,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-08T17:57:49.820Z","etag":null,"topics":["cypress","roadmap","test-automation","testing","testing-tools"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grasword.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-19T00:53:51.000Z","updated_at":"2023-03-08T17:57:49.820Z","dependencies_parsed_at":"2023-01-21T02:15:35.282Z","dependency_job_id":null,"html_url":"https://github.com/grasword/qa-road","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grasword%2Fqa-road","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grasword%2Fqa-road/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grasword%2Fqa-road/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grasword%2Fqa-road/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grasword","download_url":"https://codeload.github.com/grasword/qa-road/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213069650,"owners_count":15532826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cypress","roadmap","test-automation","testing","testing-tools"],"created_at":"2024-07-29T19:13:43.108Z","updated_at":"2024-10-23T15:32:23.038Z","avatar_url":"https://github.com/grasword.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Table of content\n\n* [ ] Теория\n  * [x] [SDLC](sdlc.md)\n  * [x] [STLC](stlc.md)\n  * [x] [FAQ](faq.md)\n  * [x] [Тестирование Основы](testing-basics.md)\n  * [x] [JavaScript](js.md)\n  * [ ] [TypeScript](typescript.md)\n  * [ ] [Basics of System Design](drugoe/basics-of-system-design/)\n* [ ] Тестовая документация\n  * [x] [План по тестированию](testovaya-dokumentaciya/test-plan.md)\n  * [x] [Чек-листы](testovaya-dokumentaciya/check-list.md)\n  * [x] [Баг-репорты](testovaya-dokumentaciya/bug-report.md)\n  * [x] [Тест-кейсы](testovaya-dokumentaciya/test-cases.md)\n* [ ] Баг трекеры (обнаружение, документирование и отслеживание ошибок)\n  * [ ] Jira\n  * [ ] Readmine\n* [ ] Системы управления версиями\n  * [x] Git\n  * [x] GitHub\n* [ ] Браузеры\n  * [x] Chrome DevTools (перехват запросов, анализ данных, поиск ошибок)\n  * [ ] Firefox WebDeveloper Edition\n* [ ] HTTP\n  * [x] [Основы ](http/basics-http.md)HTTP (понимание как браузер взаимодействует с серверными веб-приложениями)\n  * [x] [Методы](http/basics-http.md#metody) HTTP\n  * [x] [API](http/api.md)\n  * [x] [REST](http/rest.md)\n  * [x] [Коды состояний HTTP](http/rest.md#20e3)\n  * [x] [SOAP](http/soap.md)\n* [ ] Форматы данных\n  * [x] [JSON](formaty-dannykh/json.md)\n  * [x] [XML](formaty-dannykh/xml.md)\n  * [x] [CSV](formaty-dannykh/csv.md)\n* [ ] Алгоритмы кодирования\n  * [x] [URLencode](algoritmy-kodirovaniya/urlencode.md)\n  * [x] [Base64](algoritmy-kodirovaniya/base64.md)\n* [ ] Софт\n  * [x] Cypress\n  * [x] Postman\n  * [x] Docker\n  * [x] Git\n  * [x] curl\n  * [x] Mocha\n  * [x] Cucumber\n  * [x] Jenkins\n  * [ ] NodeJs\n  * [ ] React\n* [ ] Тестирование\n  * [x] [Unit testing](testirovanie/testing.md#unit-testing)\n  * [x] [Integration Testing](testirovanie/testing.md#integration-testing)\n  * [x] [Functional testing](testirovanie/testing.md#functional-testing)\n  * [x] [System Testing](testirovanie/testing.md#system-testing)\n  * [x] [Acceptance Testing](testirovanie/testing.md#acceptance-testing-smoke-testing) (Smoke testing)\n  * [x] [Regression Testing](testirovanie/testing.md#regression-testing)\n  * [x] [Black-Box Testing](testirovanie/testing.md#black-box-testing)\n  * [x] [White-Box Testing](testirovanie/testing.md#white-box-testing)\n  * [x] [Gray-Box Testing](testirovanie/testing.md#grey-box-testing)\n  * [x] [Test automatization](testirovanie/testing.md#test-automatization)\n  * [x] [End-to-end testing](testirovanie/testing.md#end-to-end-testing)\n\nДругое\n\n* [Методы разработки алгоритмов](drugoe/tmp.md)\n* [Interview questions](drugoe/interview-questions.md)\n* [English](drugoe/english/)\n\n#### [Tools for Software Testing](tools-1/tools.md)\n\n* [Screenshots](tools-1/tools.md#screenshots)\n* [Preparing Test Data](tools-1/tools.md#preparing-test-data)\n* [Validators](tools-1/tools.md#validators)\n* [Performance](tools-1/tools.md#performance)\n* [Compatibility Checkers](tools-1/tools.md#compatibility-checkers)\n* [Security](tools-1/tools.md#security)\n* [Web Proxies](tools-1/tools.md#web-proxies)\n* [Generic Web Testing](tools-1/tools.md#generic-web-testing)\n* [Test Management](tools-1/tools.md#test-management)\n* [Mind Maps](tools-1/tools.md#mind-maps)\n* [Usability](tools-1/tools.md#usability)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrasword%2Fqa-road","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrasword%2Fqa-road","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrasword%2Fqa-road/lists"}