{"version":3,"sources":["webpack:///./src/pages/software-testing.mdx","webpack:///./node_modules/gatsby-theme-chronoblog/src/components/page/page.js"],"names":["_frontmatter","makeShortcode","name","props","console","warn","mdx","FeedItems","Embed","layoutProps","MDXLayout","DefaultLayout","MDXContent","_ref","components","_objectWithoutProperties","_excluded","_extends","mdxType","parentName","filterByTags","src","isMDXComponent","children","jsx","Layout"],"mappings":"2RAMaA,EAAe,GACtBC,EAAgBC,GAAQ,SAA6BC,GAEzD,OADAC,QAAQC,KAAK,aAAeH,EAAO,2EAC5BI,cAAA,MAASH,IAEZI,EAAYN,EAAc,aAC1BO,EAAQP,EAAc,SACtBQ,EAAc,CAClBT,gBAEIU,EAAYC,IACH,SAASC,EAAUC,GAG/B,IAHgC,WACjCC,GAEDD,EADIV,EAAKY,YAAAF,EAAAG,GAER,OAAOV,cAACI,EAASO,YAAA,GAAKR,EAAiBN,EAAK,CAAEW,WAAYA,EAAYI,QAAQ,cAG5EZ,cAAA,MACE,GAAM,0CAAwC,0CAEhDA,cAAA,uLACAA,cAAA,2PACAA,cAAA,8CAAyCA,cAAA,KAAGa,WAAW,IACnD,KAAQ,6BAA2B,iBACb,8KAC1Bb,cAAA,MACE,GAAM,2CAAyC,2CAEjDA,cAACC,EAAS,CAACa,aAAc,CAAC,eAAgB,mBAAoB,qBAAsBF,QAAQ,cAC5FZ,cAAA,MACE,GAAM,oBAAkB,oBAE1BA,cAAA,mPACAA,cAAA,wJACAA,cAACE,EAAK,CAACa,IAAI,4CAA4CH,QAAQ,WAKnEN,EAAWU,gBAAiB,G,gGCzCbT,G,UAAAA,IAAmB,IAAlB,SAAEU,GAAUV,EAC1B,OAAOW,YAACC,IAAM,KAAEF","file":"component---src-pages-software-testing-mdx-826c55553af711101c0a.js","sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport DefaultLayout from \"C:/Projects/davidMelloDotCom/node_modules/gatsby-theme-chronoblog/src/components/page/index.js\";\nexport const _frontmatter = {};\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n return
;\n};\nconst FeedItems = makeShortcode(\"FeedItems\");\nconst Embed = makeShortcode(\"Embed\");\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return{`I enjoy breaking software. I also enjoy writing software that breaks software. However, my favorite thing is teaching others how to become better software test engineers.`}
\n{`I've compiled a list of tutorials on automated software testing tools and quality assurance techniques below. Check back often for new test automation tutorials and please reach out on Twitter if you have questions or have topic requests.`}
\n{`You'll notice a lot of content on `}{`Nightwatch.js`}{` which is my preferred browser automation framework. It's written in Node.js on top of Selenium, but has functionality that makes your tests more reliable out of the box.`}
\n{`Selenium Webdriver is a workhorse. Java is not my favorite language, but sometimes it is easier on your team to understand and help with testing if you write your tests in the same language the software being tested in written in.`}
\n{`The tutorial below will show you how to write reliable and refactorable tests in Selenium by using dynamic waits and the page object model.`}
\n \n\n