├── CSS Locators ├── CSS-Cheat-Sheet_By_AB.pdf └── pdf ├── Cypress ├── Cypress Cheat Sheet_By_AB (2).pdf ├── Cypress-Docker_By_AB.pdf ├── Cypress-Should-Command_By_AB.pdf ├── Cypress-Tips&Tricks_By_AB.pdf ├── CypressAssertionsCheatSheet_By_AB.pdf ├── Essential Plugins & Library for Cypress Testing.pdf └── pdf ├── Docker ├── Docker Cheat Sheet_By_AB.pdf └── pdf ├── GIT ├── Commonly Used Git Commands.xmind ├── GIT_Top_50_Interview_Questions_NaveenAutomationLabs.pdf ├── Git_By_NaveenAutomationLabs.pdf └── pdf ├── JavaScriptOneLinerPrograms ├── JS-1LinerPrograms-Part1.pdf └── JS-1LinerPrograms-Part2.pdf ├── Mocha ├── Mocha-Hooks_By_AB.pdf └── pdf ├── README.md ├── Testing ├── Software Testing Ecosystem_By_AB.pdf └── pdf └── k6 ├── k6 Cheat Sheet.pdf └── pdf /CSS Locators/CSS-Cheat-Sheet_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/CSS Locators/CSS-Cheat-Sheet_By_AB.pdf -------------------------------------------------------------------------------- /CSS Locators/pdf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Cypress/Cypress Cheat Sheet_By_AB (2).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Cypress/Cypress Cheat Sheet_By_AB (2).pdf -------------------------------------------------------------------------------- /Cypress/Cypress-Docker_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Cypress/Cypress-Docker_By_AB.pdf -------------------------------------------------------------------------------- /Cypress/Cypress-Should-Command_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Cypress/Cypress-Should-Command_By_AB.pdf -------------------------------------------------------------------------------- /Cypress/Cypress-Tips&Tricks_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Cypress/Cypress-Tips&Tricks_By_AB.pdf -------------------------------------------------------------------------------- /Cypress/CypressAssertionsCheatSheet_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Cypress/CypressAssertionsCheatSheet_By_AB.pdf -------------------------------------------------------------------------------- /Cypress/Essential Plugins & Library for Cypress Testing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Cypress/Essential Plugins & Library for Cypress Testing.pdf -------------------------------------------------------------------------------- /Cypress/pdf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Docker/Docker Cheat Sheet_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Docker/Docker Cheat Sheet_By_AB.pdf -------------------------------------------------------------------------------- /Docker/pdf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /GIT/Commonly Used Git Commands.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/GIT/Commonly Used Git Commands.xmind -------------------------------------------------------------------------------- /GIT/GIT_Top_50_Interview_Questions_NaveenAutomationLabs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/GIT/GIT_Top_50_Interview_Questions_NaveenAutomationLabs.pdf -------------------------------------------------------------------------------- /GIT/Git_By_NaveenAutomationLabs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/GIT/Git_By_NaveenAutomationLabs.pdf -------------------------------------------------------------------------------- /GIT/pdf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /JavaScriptOneLinerPrograms/JS-1LinerPrograms-Part1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/JavaScriptOneLinerPrograms/JS-1LinerPrograms-Part1.pdf -------------------------------------------------------------------------------- /JavaScriptOneLinerPrograms/JS-1LinerPrograms-Part2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/JavaScriptOneLinerPrograms/JS-1LinerPrograms-Part2.pdf -------------------------------------------------------------------------------- /Mocha/Mocha-Hooks_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Mocha/Mocha-Hooks_By_AB.pdf -------------------------------------------------------------------------------- /Mocha/pdf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cheat Sheets 2 | 3 | # This Repo contains the cheatsheets of testing and automation tools 4 | 5 | 6 | # Below are the cheat sheets added: 7 | 8 | * Cypress 9 | 10 | * Cypress - Assertions 11 | * Cypress - Should Command 12 | * Cypress - Commands 13 | * Cypress - Docker 14 | * Cypress - Tips & Tricks 15 | * Cypress - Essential Plugins 16 | 17 | * Mocha 18 | * Mocha Hooks 19 | 20 | * K6 21 | * K6 Cheat Sheet 22 | 23 | * Locators 24 | * CSS Locator Cheat Sheet 25 | 26 | * Git Commands 27 | * Git Commands Cheat Sheet - By Naveen Automation labs 28 | * GIT Top 50 Interview Questions - By Naveen Automation Labs 29 | 30 | * Testing 31 | * Testing Ecosystem Cheat Sheet ( Contains all the important tools which are used in testing world) 32 | 33 | * Docker 34 | * Docker Cheat Sheet 35 | 36 | * Java SCript Programs 37 | * Java Script 1 Liner Programs - Part1 38 | * Java Script 1 Liner Programs - Part2 39 | -------------------------------------------------------------------------------- /Testing/Software Testing Ecosystem_By_AB.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/Testing/Software Testing Ecosystem_By_AB.pdf -------------------------------------------------------------------------------- /Testing/pdf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /k6/k6 Cheat Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Anshita-Bhasin/Cheat-Sheets/37b5a454966e0a4203f5c31076ac58068d515a11/k6/k6 Cheat Sheet.pdf -------------------------------------------------------------------------------- /k6/pdf: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------