{"id":25007,"date":"2020-12-03T07:07:24","date_gmt":"2020-12-03T07:07:24","guid":{"rendered":"https:\/\/app14743.cloudwayssites.com\/?p=25007"},"modified":"2021-02-26T17:13:42","modified_gmt":"2021-02-26T17:13:42","slug":"project-portfolio-for-testers","status":"publish","type":"post","link":"https:\/\/app14743.cloudwayssites.com\/blog\/project-portfolio-for-testers\/","title":{"rendered":"10 Portfolio Projects for Aspiring Automation Engineers"},"content":{"rendered":"\n<p>Those looking to break into the test automation field&nbsp;have difficulty doing so because of lack of experience. One way to gain experience is, of course, to study and practice on your own. But how do you demonstrate your newfound knowledge to employers?<\/p>\n\n\n\n<p>Other professionals, such as front-end developers, create portfolios to highlight their skills, and you can do the same as automation engineers!<\/p>\n\n\n\n<p>Here are 10 projects for your test automation portfolio&nbsp;that will help you stand out among the competition.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.wy1ixejyhvgq\"><strong>1. Web browser automation<\/strong><\/h2>\n\n\n\n<p>Web automation is by far the most common and sought-after form of test automation. If you&#8217;re looking to break into test automation, this is an absolute must-have for your portfolio.<\/p>\n\n\n\n<p>Be sure to go beyond a basic login flow. Instead, show full scenarios that require your code to interact with multiple pages.<\/p>\n\n\n\n<p>This project should demonstrate your ability to <a href=\"https:\/\/testautomationu.applitools.com\/web-element-locator-strategies\/\">find element locators<\/a>&nbsp;and interact with various types of elements such as dropdown menus, checkboxes, text fields, buttons, links, alerts, file upload widgets, and frames.<\/p>\n\n\n\n<p>Also, be sure you&#8217;re writing <a href=\"https:\/\/youtu.be\/e-Qya7EOz_0\" target=\"_blank\" rel=\"noopener noreferrer\">clean test code<\/a>&nbsp;and utilizing design patterns such as the <a href=\"https:\/\/angiejones.tech\/page-object-model\/\" target=\"_blank\" rel=\"noopener noreferrer\">Page Object Model<\/a>&nbsp;or the <a href=\"https:\/\/serenity-js.org\/handbook\/thinking-in-serenity-js\/screenplay-pattern.html\" target=\"_blank\" rel=\"noopener noreferrer\">Screenplay Pattern<\/a>.<\/p>\n\n\n\n<p><strong>Sites to practice against:<\/strong><\/p>\n\n\n\n<ul><li><a href=\"https:\/\/the-internet.herokuapp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">The-internet (Heroku)<\/a><\/li><li><a href=\"https:\/\/demoqa.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">ToolsQA<\/a><\/li><li><a href=\"https:\/\/formy-project.herokuapp.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Formy<\/a><\/li><li><a href=\"https:\/\/parabank.parasoft.com\/parabank\/index.htm\" target=\"_blank\" rel=\"noopener noreferrer\">ParaBank<\/a>&nbsp;(login is john\/demo)<\/li><li><a href=\"http:\/\/opencart.abstracta.us\/\" target=\"_blank\" rel=\"noopener noreferrer\">OpenCart<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.43800drde83p\"><strong>2. Mobile automation<\/strong><\/h2>\n\n\n\n<p>The demand for mobile test automation engineers has increased over the years as the popularity of mobile apps has soared. Having experience here can certainly work in your favor.<\/p>\n\n\n\n<p>Your portfolio should demonstrate automated testing against both iOS and Android apps. Using <a href=\"https:\/\/testautomationu.applitools.com\/appium-javascript-tutorial\/\">Appium<\/a>&nbsp;to create one project that works for both iOS and Android would be great. Using tools such as Apple&#8217;s <a href=\"https:\/\/testautomationu.applitools.com\/introduction-to-ios-test-automation-with-xcuitest\/\">XCUITest<\/a>&nbsp;or Google&#8217;s <a href=\"https:\/\/testautomationu.applitools.com\/espresso-mobile-testing-tutorial\/\" target=\"_blank\" rel=\"noreferrer noopener\">Espresso<\/a>&nbsp;is good as well. But if you go this route, I recommend doing at least two projects (one of each), since each supports only one mobile operating system.<\/p>\n\n\n\n<p>No matter which framework you use, you&#8217;ll want to demonstrate the same element interactions as you did in your web automation project, but also mobile-specific gestures such as swiping and pinching.<\/p>\n\n\n\n<p><strong>Apps to practice with; download any of these to use in your project:<\/strong><\/p>\n\n\n\n<ul><li><a href=\"https:\/\/apkpure.com\/app\" target=\"_blank\" rel=\"noopener noreferrer\">Android apps<\/a>&nbsp;(you&#8217;ll need to fill out the CAPTCHA form before you can access the apps)<\/li><li><a href=\"https:\/\/en.wikipedia.org\/wiki\/List_of_free_and_open-source_iOS_applications\" target=\"_blank\" rel=\"noopener noreferrer\">iOS apps<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.i3eyyxmidzv9\"><strong>3. Visual automation<\/strong><\/h2>\n\n\n\n<p>After making your web and mobile projects, fork them and add <a href=\"https:\/\/techbeacon.com\/app-dev-testing\/how-remove-blind-spots-visual-testing\" target=\"_blank\" rel=\"noopener noreferrer\">visual testing<\/a>&nbsp;capabilities to them. You&#8217;ll quickly see just how much your tests are missing because they weren&#8217;t enabled to verify the appearance of your app.<\/p>\n\n\n\n<p>Visual testing is a skill being listed on a number of <a href=\"https:\/\/www.indeed.com\/jobs?q=visual+testing&amp;l=\" target=\"_blank\" rel=\"noopener noreferrer\">job postings<\/a>, and having this skill will really help you shine against the competition.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.6rhvfhvdop2k\"><strong>4. API automation<\/strong><\/h2>\n\n\n\n<p>With the rise of microservices, IoT applications, and public-facing APIs, the demand for automation engineers who know how to test APIs has become substantial. So definitely add an API testing project to your portfolio. (Here&#8217;s a free class on <a href=\"https:\/\/testautomationu.applitools.com\/exploring-service-apis-through-test-automation\/\">how to test APIs<\/a>&nbsp;to get you started.)<\/p>\n\n\n\n<p>Within this project, be sure to demonstrate a variety of API methods, with GET and POST as a minimum. Use APIs that require parameters or request bodies, and also return complex responses with multiple objects and arrays.<\/p>\n\n\n\n<p>For bonus points, use advanced verification techniques such as <a href=\"https:\/\/angiejones.tech\/deserializing-api-responses-into-java-records\/\" target=\"_blank\" rel=\"noopener noreferrer\">deserialization<\/a>&nbsp;or <a href=\"https:\/\/angiejones.tech\/verifying-entire-api-responses\/\" target=\"_blank\" rel=\"noopener noreferrer\">approval testing<\/a>. Also, demonstrating <a href=\"https:\/\/testautomationu.applitools.com\/javascript-api-testing\/chapter4.html\" target=\"_blank\" rel=\"noreferrer noopener\">how to mock API responses<\/a>&nbsp;would be a nice bonus.<\/p>\n\n\n\n<p><strong>APIs to practice against:<\/strong><\/p>\n\n\n\n<ul><li><a href=\"https:\/\/petstore.swagger.io\/\" target=\"_blank\" rel=\"noopener noreferrer\">Swagger Petstore<\/a><\/li><li><a href=\"http:\/\/parabank.parasoft.com\/parabank\/api-docs\/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">ParaBank<\/a><\/li><li><a href=\"https:\/\/restful-booker.herokuapp.com\/apidoc\/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">Restful booker<\/a><\/li><li><a href=\"https:\/\/zippopotam.us\/\" target=\"_blank\" rel=\"noopener noreferrer\">Zippopotam.us<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.rea1eygc3wdw\"><strong>5. BDD specification automation<\/strong><\/h2>\n\n\n\n<p>Many teams are practicing behavior-driven development&nbsp;(BDD) and automating tests based on the specifications produced. You&#8217;ll want to demonstrate your experience with this and how you can jump in and hit the ground running.<\/p>\n\n\n\n<p>For this portfolio project, be sure to not only show the <a href=\"http:\/\/testautomationu.applitools.com\/cucumber-java-tutorial\/\">mapping between feature files and step definitions<\/a>, but also demonstrate <a href=\"https:\/\/angiejones.tech\/sharing-state-between-steps-in-cucumber-with-dependency-injection\/\" target=\"_blank\" rel=\"noopener noreferrer\">how to share state between steps via dependency injection<\/a>.<\/p>\n\n\n\n<p>Also, be extremely careful when writing your feature files. Long, verbose feature files will hurt your portfolio more than help. Make the effort to <a href=\"https:\/\/angiejones.tech\/writing-good-gherkin-enables-good-test-automation\/\" target=\"_blank\" rel=\"noopener noreferrer\">write good, concise Gherkin<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.z4zqwp8y3ini\"><strong>6. Data-driven automation<\/strong><\/h2>\n\n\n\n<p>Your practice projects may use only a small amount of test data, so it&#8217;s easy to store that data inside the source code. However, on production development teams, you&#8217;ll have hundreds or even thousands of automated tests. To keep up with all this data, many teams adopt a data-driven testing&nbsp;approach.<\/p>\n\n\n\n<p>I recommend adding this to at least one of your projects to demonstrate your ability to <a href=\"https:\/\/angiejones.tech\/using-apache-poi-to-read-excel-files\/\" target=\"_blank\" rel=\"noopener noreferrer\">programmatically read data from an external source<\/a>, such as a spreadsheet file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.8nj9oucbwgi2\"><strong>7. Database usage<\/strong><\/h2>\n\n\n\n<p>Speaking of being able to access data from external sources, it&#8217;s a good idea to add a project that interacts with a database. I recommend writing queries within your code to both read and write from a database, and use this within the context of a test.<\/p>\n\n\n\n<p>For example, you can read from the database to gather the expected results of a search query. Or you can write to a database to place your application in a prerequisite state before proceeding to test.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.h5gsi8xlu2z\"><strong>8. Multiple languages and libraries<\/strong><\/h2>\n\n\n\n<p>Writing all of your portfolio projects in one programming language is okay; however, automation engineers often need to dabble in multiple languages.<\/p>\n\n\n\n<p>To make yourself more marketable, try using a <a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/language-software-test-automation\/\" target=\"_blank\" rel=\"noreferrer noopener\">different language<\/a>&nbsp;for a few of your projects.<\/p>\n\n\n\n<p>Also switch it up a bit and try a few other automation libraries as well as assertion libraries. For example, maybe do a project with <a href=\"https:\/\/testautomationu.applitools.com\/selenium-webdriver-tutorial-java\/\">Selenium WebDriver in Java<\/a>&nbsp;and JUnit, and another project with <a href=\"https:\/\/testautomationu.applitools.com\/cypress-tutorial\/\">Cypress<\/a>&nbsp;in JavaScript and Mocha.<\/p>\n\n\n\n<p>I know this sounds daunting, but you&#8217;ll find that some of the architecture and design patterns in test automation are universal. This exercise will really solidify your understanding of automation principles in general.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.asjgb419l1o0\"><strong>9. Accessibility automation<\/strong><\/h2>\n\n\n\n<p>Automating accessibility testing has always been needed but recently has become extremely important for companies. There have been <a href=\"https:\/\/www.cnbc.com\/2019\/10\/07\/dominos-supreme-court.html\" target=\"_blank\" rel=\"noopener noreferrer\">legal battles<\/a>&nbsp;where companies have been sued because their websites were not accessible to those with disabilities.<\/p>\n\n\n\n<p>Demonstrating that you are able to do <a href=\"https:\/\/app14743.cloudwayssites.com\/blog\/accessibility-testing-strategy\/\">test automation for accessibility<\/a>&nbsp;will give you a great advantage when applying for jobs.<\/p>\n\n\n\n<p>You can use the same sites\/apps you used for your web and mobile projects to demonstrate accessibility testing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.bmnrtzua7wdz\"><strong>10. Performance testing<\/strong><\/h2>\n\n\n\n<p>Last but not least, you should consider adding a <a href=\"https:\/\/testautomationu.applitools.com\/performance-and-load-testing\/\">performance testing<\/a>&nbsp;project to your portfolio.<\/p>\n\n\n\n<p>Nonfunctional testing such as performance is a niche skill that many automation engineers do not have. Adding this to your portfolio will help you be perceived as a unicorn who really stands out from the crowd.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h.8x1zjxfvivkc\"><strong>Presenting the Portfolio<\/strong><\/h2>\n\n\n\n<p><strong>GitHub<\/strong><\/p>\n\n\n\n<p>Be sure to put all of your projects on GitHub so employers can easily access and review your code. However, be careful to <a href=\"https:\/\/help.github.com\/en\/actions\/configuring-and-managing-workflows\/creating-and-storing-encrypted-secrets\" target=\"_blank\" rel=\"noopener noreferrer\">hide secret keys<\/a>. This will give you bonus points, since it shows another level of maturity.<\/p>\n\n\n\n<p><strong>Website<\/strong><\/p>\n\n\n\n<p>Create a website that highlights each of your portfolio projects. You don&#8217;t have to build the website yourself; you can use common CMS systems such as WordPress to allow you to quickly get your portfolio up and visible.<\/p>\n\n\n\n<p>Each project highlight should include a paragraph or bullet points explaining what you&#8217;ve done in the project and the tools and programming language used.<\/p>\n\n\n\n<p><strong>Resume<\/strong><\/p>\n\n\n\n<p>Include a link to your portfolio on your resume, and feel free to list your portfolio projects under the &#8220;Experience&#8221; section of your resume.<\/p>\n\n\n\n<p>While this is not traditional work experience, it shows that you are self-driven, passionate, and competent to break into the test automation field.<\/p>\n\n\n\n<p><strong>Interview<\/strong><\/p>\n\n\n\n<p>During your interviews, be sure to mention all of the projects you have worked on. Draw from your experiences with building the projects to be able to answer the questions. Also <a rel=\"noopener noreferrer\" href=\"https:\/\/angiejones.tech\/technical-interviews-for-automation-engineers\/\" target=\"_blank\">brush up on other concepts around testing and development<\/a>&nbsp;that may come up during the interview.<\/p>\n\n\n\n<p>Good luck!<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>The original version of this post can be found at <a rel=\"noopener noreferrer\" href=\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers\" target=\"_blank\">TechBeacon.com<\/a>.<\/p>\n\n\n\n<p><em>Header Photo by <a href=\"https:\/\/unsplash.com\/@hishahadat?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Shahadat Rahman<\/a> on <a href=\"https:\/\/unsplash.com\/s\/photos\/monitor?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText\">Unsplash<\/a><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job. <\/p>\n","protected":false},"author":31,"featured_media":25011,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[12271],"tags":[10199,12494,10031,16620,10061,10103,12686],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.5 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>10 Portfolio Projects for Aspiring Automation Engineers - Applitools Blog<\/title>\n<meta name=\"description\" content=\"Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"10 Portfolio Projects for Aspiring Automation Engineers\" \/>\n<meta property=\"og:description\" content=\"Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers\" \/>\n<meta property=\"og:site_name\" content=\"AI-Powered End-to-End Testing | Applitools\" \/>\n<meta property=\"article:published_time\" content=\"2020-12-03T07:07:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-26T17:13:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1680\" \/>\n\t<meta property=\"og:image:height\" content=\"1120\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Angie Jones\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Angie Jones\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#article\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/project-portfolio-for-testers\/\"},\"author\":{\"name\":\"Angie Jones\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/bef60d60f816d3253a3e37120c0b9bba\"},\"headline\":\"10 Portfolio Projects for Aspiring Automation Engineers\",\"datePublished\":\"2020-12-03T07:07:24+00:00\",\"dateModified\":\"2021-02-26T17:13:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/project-portfolio-for-testers\/\"},\"wordCount\":1322,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg\",\"keywords\":[\"Angie Jones\",\"API testing\",\"BDD\",\"element locators\",\"Functional Testing\",\"Mobile App Testing\",\"Visual Testing Strategies\"],\"articleSection\":[\"Getting Started\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/blog\/project-portfolio-for-testers\/\",\"url\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers\",\"name\":\"10 Portfolio Projects for Aspiring Automation Engineers - Applitools Blog\",\"isPartOf\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage\"},\"image\":{\"@id\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage\"},\"thumbnailUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg\",\"datePublished\":\"2020-12-03T07:07:24+00:00\",\"dateModified\":\"2021-02-26T17:13:42+00:00\",\"description\":\"Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job.\",\"breadcrumb\":{\"@id\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg\",\"width\":1680,\"height\":1120},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started\",\"item\":\"https:\/\/app14743.cloudwayssites.com\/blog\/category\/getting-started\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"10 Portfolio Projects for Aspiring Automation Engineers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#website\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/\",\"name\":\"Applitools Visual AI\",\"description\":\"Applitools delivers full end-to-end test automation with AI infused at every step.\",\"publisher\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/app14743.cloudwayssites.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#organization\",\"name\":\"Applitools\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png\",\"contentUrl\":\"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png\",\"width\":156,\"height\":28,\"caption\":\"Applitools\"},\"image\":{\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/bef60d60f816d3253a3e37120c0b9bba\",\"name\":\"Angie Jones\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g\",\"caption\":\"Angie Jones\"},\"url\":\"https:\/\/app14743.cloudwayssites.com\/blog\/author\/angiejones\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"10 Portfolio Projects for Aspiring Automation Engineers - Applitools Blog","description":"Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers","og_locale":"en_US","og_type":"article","og_title":"10 Portfolio Projects for Aspiring Automation Engineers","og_description":"Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job.","og_url":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers","og_site_name":"AI-Powered End-to-End Testing | Applitools","article_published_time":"2020-12-03T07:07:24+00:00","article_modified_time":"2021-02-26T17:13:42+00:00","og_image":[{"width":1680,"height":1120,"url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg","type":"image\/jpeg"}],"author":"Angie Jones","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Angie Jones","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#article","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/project-portfolio-for-testers\/"},"author":{"name":"Angie Jones","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/bef60d60f816d3253a3e37120c0b9bba"},"headline":"10 Portfolio Projects for Aspiring Automation Engineers","datePublished":"2020-12-03T07:07:24+00:00","dateModified":"2021-02-26T17:13:42+00:00","mainEntityOfPage":{"@id":"https:\/\/app14743.cloudwayssites.com\/blog\/project-portfolio-for-testers\/"},"wordCount":1322,"commentCount":0,"publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"image":{"@id":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg","keywords":["Angie Jones","API testing","BDD","element locators","Functional Testing","Mobile App Testing","Visual Testing Strategies"],"articleSection":["Getting Started"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#respond"]}]},{"@type":"WebPage","@id":"https:\/\/app14743.cloudwayssites.com\/blog\/project-portfolio-for-testers\/","url":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers","name":"10 Portfolio Projects for Aspiring Automation Engineers - Applitools Blog","isPartOf":{"@id":"https:\/\/app14743.cloudwayssites.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage"},"image":{"@id":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage"},"thumbnailUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg","datePublished":"2020-12-03T07:07:24+00:00","dateModified":"2021-02-26T17:13:42+00:00","description":"Angie Jones describes a portfolio of ten projects that help even novice test engineers demonstrate their skills to get the job.","breadcrumb":{"@id":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#primaryimage","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/12\/shahadat-rahman-BfrQnKBulYQ-unsplash-1680.jpg","width":1680,"height":1120},{"@type":"BreadcrumbList","@id":"https:\/\/techbeacon.com\/app-dev-testing\/10-portfolio-projects-aspiring-automation-engineers#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/app14743.cloudwayssites.com\/"},{"@type":"ListItem","position":2,"name":"Getting Started","item":"https:\/\/app14743.cloudwayssites.com\/blog\/category\/getting-started\/"},{"@type":"ListItem","position":3,"name":"10 Portfolio Projects for Aspiring Automation Engineers"}]},{"@type":"WebSite","@id":"https:\/\/app14743.cloudwayssites.com\/#website","url":"https:\/\/app14743.cloudwayssites.com\/","name":"Applitools Visual AI","description":"Applitools delivers full end-to-end test automation with AI infused at every step.","publisher":{"@id":"https:\/\/app14743.cloudwayssites.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/app14743.cloudwayssites.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/app14743.cloudwayssites.com\/#organization","name":"Applitools","url":"https:\/\/app14743.cloudwayssites.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/","url":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png","contentUrl":"https:\/\/app14743.cloudwayssites.com\/wp-content\/uploads\/2020\/03\/applitools.png","width":156,"height":28,"caption":"Applitools"},"image":{"@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/bef60d60f816d3253a3e37120c0b9bba","name":"Angie Jones","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/app14743.cloudwayssites.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/60864923503620d0b54e2493ef75b9d8?s=96&d=mm&r=g","caption":"Angie Jones"},"url":"https:\/\/app14743.cloudwayssites.com\/blog\/author\/angiejones\/"}]}},"_links":{"self":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/25007"}],"collection":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/comments?post=25007"}],"version-history":[{"count":0,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/posts\/25007\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media\/25011"}],"wp:attachment":[{"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/media?parent=25007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/categories?post=25007"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/app14743.cloudwayssites.com\/wp-json\/wp\/v2\/tags?post=25007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}