├── FAQ.md ├── README.md ├── codeofconduct.md ├── miscellaneous ├── Books the Three Find Interesting.md └── TestingProductMaturityStages.md ├── presentations └── Modern_Testing_In_Today_World_Final_Version.pptx ├── shownotes ├── 112.md └── 114.md └── testdesign.md /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/FAQ.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/README.md -------------------------------------------------------------------------------- /codeofconduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/codeofconduct.md -------------------------------------------------------------------------------- /miscellaneous/Books the Three Find Interesting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/miscellaneous/Books the Three Find Interesting.md -------------------------------------------------------------------------------- /miscellaneous/TestingProductMaturityStages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/miscellaneous/TestingProductMaturityStages.md -------------------------------------------------------------------------------- /presentations/Modern_Testing_In_Today_World_Final_Version.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/presentations/Modern_Testing_In_Today_World_Final_Version.pptx -------------------------------------------------------------------------------- /shownotes/112.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/shownotes/112.md -------------------------------------------------------------------------------- /shownotes/114.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/shownotes/114.md -------------------------------------------------------------------------------- /testdesign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moderntesting/resources/HEAD/testdesign.md --------------------------------------------------------------------------------