{"id":1008,"date":"2021-02-25T10:34:45","date_gmt":"2021-02-25T08:34:45","guid":{"rendered":"https:\/\/www.opgona.training\/?p=1008"},"modified":"2021-03-05T13:18:38","modified_gmt":"2021-03-05T11:18:38","slug":"test-automation-its-not-a-buzz-word-but-a-grand-helping-hand","status":"publish","type":"post","link":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/","title":{"rendered":"Test Automation: it\u2019s not a buzz word, but a grand helping hand"},"content":{"rendered":"\n<p class=\"has-drop-cap\">I reckon that any of us using a computer has the experience that the applications you\u2019re using do not always act the way you expect it to do. This might be a matter of ignorance, i.e. simply not knowing how it works, but it also could be that they are not behaving as intended. The latter is what we call a bug. In the words of <a href=\"https:\/\/en.wikipedia.org\/wiki\/Software_bug\">Wikipedia<\/a>:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><em>A bug is an error, flaw or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.<\/em><\/p><\/blockquote>\n\n\n\n<p>I tend to narrow this down to:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><em>A bug is an untested feature.<\/em><\/p><\/blockquote>\n\n\n\n<p>This short definition highlights that any kind of bug, be it a real fault, an unexpected result, or whatever, boils down to the fact that this behavior was not revealed by testing. No scenario was thought up to uncover this behavior before the application was released, only to be discovered in daily usage.<\/p>\n\n\n\n<p>In many software implementation projects this <em>discovering bugs in daily usage<\/em> has been a substantial part of detecting bugs in the software. This is due to many reasons, just naming a number of obvious ones:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>restricted resources, both financial and human<\/li><li>restricted (lead) time often causing a squeezed test schedule<\/li><li>lack of in-depth knowledge of the functionality<\/li><li>non-existence of tooling to support structured testing<\/li><li>ignorance regarding the assurance of the quality<\/li><\/ul>\n\n\n\n<p>And too often because of something simple as no one really liking testing.<\/p>\n\n\n\n<p>Having read the title of this article, it might not come as a surprise that I regard test automation a <em>grand helping hand<\/em> in overcoming this. Before elaborating on this I first would like to zoom in on testing software as such.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">software testing<\/h2>\n\n\n\n<p>Software testing, in the current context, is also known as <em>application testing<\/em>. Verifying whether the software under test is doing what it was intended to do. Or in other words: checking whether a given input yields the expected output. Note that this should be exactly the same every time again, unless we deliberately change this behavior.<\/p>\n\n\n\n<p>Basically with every change we impose on the software we should validate that its behavior is what was meant to be. Be it as before, as nothing has changed on that specific part, or, with an intentional alteration, as it now should be. In this way we assure that everything is still working as it should. Daily practice, however, shows often to be unruly for reasons mentioned above. We tend to hide behind them and not leverage this daily practice, with the user suffering the consequences first. Eventually all suffer, as any bug found <em>downstream<\/em> cost a multitude of when it was found <em>upstream<\/em>. You might read some more on this <a href=\"https:\/\/dynamicsuser.net\/nav\/b\/vanvugt\/posts\/from-a-testing-mindset-to-a-quality-assurance-based-mindset\">here<\/a>.<\/p>\n\n\n\n<p>So, how can we position ourselves, both implementers and end-user company, to improve this practice? How can we really ensure the software is still working? How can we promote that our tests do cover all code that make up the features being used? That they are repeated exactly the same in each test run?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">automate what is repeated<\/h2>\n\n\n\n<p>These questions pose us a challenge that had always been there, but somehow evaded in many projects. In the cloud world we are all slowly moving to an additional challenge that changing the game: how to handle shorter update cycles?<\/p>\n\n\n\n<p>To head both challenges you either have to extend your human resources or invest in automating those things that are repeated. As might be very apparent from the above, a major part of our test effort is recurring and, with the tooling available, automatable.<\/p>\n\n\n\n<p>You might counter me saying this comes with a substantial cost that so far has not been part of your project budgets. Yes, I cannot deny that. However, if you have read the article pointed to, with respect to the cost up up-\/downstream finding of bugs, you will very well have understood that sticking to your non-automated testing has always been a substantial, often, not budgeted cost. Manual testing is a recurring vast cost, where automated test become cheaper with every rerun and can be done at any time, as, in general, you do not need to replan resources for that.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">new possibilities<\/h2>\n\n\n\n<p>Many of you might know me as an evangelist of test automation in the Microsoft Dynamics 365 Business Central world. One of the challenges I am facing in this role, is not so much to convince you of what has been discussed so far, but to let you understand that test automation brings in a whole lot of new possibilities you have never thought of, let alone experienced, before. These new possibilities will genuinely leverage your daily practice:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>as the major part of tests will now be run automatically, manual testing will shift focus to more meaningful matters; a tester can now really go and try the <em>break the-damn-thing<\/em><\/li><li>there will be an almost direct feedback on new development; no need to wait for the testers to get their hands on it<\/li><li>a whole new tool is added to the toolset of a developer as each developer now can run relevant automated tests while working on a bug fix or a new feature<\/li><li>each bug &#8211; a missed scenario &#8211; is quickly added to existing collateral and will be checked in every next test run<\/li><li>a shift will happen from bug chasing to feature development<\/li><li>continuous integration (CI) and continuous delivery (CD) come in play, allowing you to build and deploy your solution at (almost) any time and any place<\/li><li>test automation has a need for detailed test cases before coding starts, which will lead to a better discussion of the requirements<\/li><\/ul>\n\n\n\n<p>Test automation will surely make development less stressful as the release of the software will lesser be \u201choping for the best\u201d. You will be more in the known of the quality. And it\u2019s fun, it really is. And it goes without saying that any bug prevented to go out in production will save the end-user a lot of hassle, frustration and possible resistance to your software.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">educate yourself<\/h2>\n\n\n\n<p>Like any of your skills test automation needs to be learned. It\u2019s not rocket science. Experiences are that it still is a threshold to take for all involved. That\u2019s why we pay attention to this skill in our junior training.<\/p>\n\n\n\n<p>Test Automation is not a buzz word, but a grand helping hand.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">read more<\/h2>\n\n\n\n<p>If you are in search of more arguments to get test automation on the agenda in your organization read chapter 1 of my book <a href=\"https:\/\/www.packtpub.com\/product\/automated-testing-in-microsoft-dynamics-365-business-central\/9781789804935\" target=\"_blank\" rel=\"noreferrer noopener\">Automated Testing in Microsoft Dynamics 365 Business Central<\/a>.<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>I reckon that any of us using a computer has the experience that the applications you\u2019re using do not always act the way you expect it to do. This might be a matter of ignorance, i.e. simply not knowing how it works, but it also could be that they are not behaving as intended. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1015,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"full-width","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"on","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"off","ocean_gallery_id":[],"footnotes":""},"categories":[18,19],"tags":[],"class_list":["post-1008","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-background-article","category-testing","entry","has-media"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\r\n<title>Test Automation: it\u2019s not a buzz word, but a grand helping hand - opgona.training<\/title>\r\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\r\n<link rel=\"canonical\" href=\"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/\" \/>\r\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\r\n<meta property=\"og:type\" content=\"article\" \/>\r\n<meta property=\"og:title\" content=\"Test Automation: it\u2019s not a buzz word, but a grand helping hand - opgona.training\" \/>\r\n<meta property=\"og:description\" content=\"I reckon that any of us using a computer has the experience that the applications you\u2019re using do not always act the way you expect it to do. This might be a matter of ignorance, i.e. simply not knowing how it works, but it also could be that they are not behaving as intended. The [&hellip;]\" \/>\r\n<meta property=\"og:url\" content=\"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/\" \/>\r\n<meta property=\"og:site_name\" content=\"opgona.training\" \/>\r\n<meta property=\"article:published_time\" content=\"2021-02-25T08:34:45+00:00\" \/>\r\n<meta property=\"article:modified_time\" content=\"2021-03-05T11:18:38+00:00\" \/>\r\n<meta property=\"og:image\" content=\"https:\/\/www.opgona.training\/wp-content\/uploads\/2021\/02\/Mas-hand-scaled.jpg\" \/>\r\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\r\n\t<meta property=\"og:image:height\" content=\"1920\" \/>\r\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\r\n<meta name=\"author\" content=\"Luc van Vugt\" \/>\r\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\r\n<meta name=\"twitter:creator\" content=\"@opgona\" \/>\r\n<meta name=\"twitter:site\" content=\"@opgona\" \/>\r\n<meta name=\"twitter:label1\" content=\"Geschreven door\" \/>\n\t<meta name=\"twitter:data1\" content=\"Luc van Vugt\" \/>\n\t<meta name=\"twitter:label2\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minuten\" \/>\r\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/\"},\"author\":{\"name\":\"Luc van Vugt\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#\\\/schema\\\/person\\\/2218322a68a16fa40975b30a6c14a154\"},\"headline\":\"Test Automation: it\u2019s not a buzz word, but a grand helping hand\",\"datePublished\":\"2021-02-25T08:34:45+00:00\",\"dateModified\":\"2021-03-05T11:18:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/\"},\"wordCount\":1116,\"publisher\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.opgona.training\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Mas-hand-scaled.jpg\",\"articleSection\":[\"background article\",\"testing\"],\"inLanguage\":\"nl-NL\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/\",\"url\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/\",\"name\":\"Test Automation: it\u2019s not a buzz word, but a grand helping hand - opgona.training\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.opgona.training\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Mas-hand-scaled.jpg\",\"datePublished\":\"2021-02-25T08:34:45+00:00\",\"dateModified\":\"2021-03-05T11:18:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.opgona.training\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Mas-hand-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.opgona.training\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/Mas-hand-scaled.jpg\",\"width\":2560,\"height\":1920},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/2021\\\/02\\\/25\\\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.opgona.training\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Test Automation: it\u2019s not a buzz word, but a grand helping hand\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#website\",\"url\":\"https:\\\/\\\/www.opgona.training\\\/\",\"name\":\"opgona.training\",\"description\":\"growing your own talent\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.opgona.training\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#organization\",\"name\":\"Opgona\",\"url\":\"https:\\\/\\\/www.opgona.training\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.opgona.training\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/logopgona10005-e1544004731155.png\",\"contentUrl\":\"https:\\\/\\\/www.opgona.training\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/logopgona10005-e1544004731155.png\",\"width\":500,\"height\":170,\"caption\":\"Opgona\"},\"image\":{\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/opgona\",\"https:\\\/\\\/www.instagram.com\\\/opgona\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/opgona\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.opgona.training\\\/#\\\/schema\\\/person\\\/2218322a68a16fa40975b30a6c14a154\",\"name\":\"Luc van Vugt\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61855d25a406bcfc922585e33cc8220ad5e984ce14977707a4a9f466147af061?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61855d25a406bcfc922585e33cc8220ad5e984ce14977707a4a9f466147af061?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61855d25a406bcfc922585e33cc8220ad5e984ce14977707a4a9f466147af061?s=96&d=mm&r=g\",\"caption\":\"Luc van Vugt\"},\"url\":\"https:\\\/\\\/www.opgona.training\\\/index.php\\\/author\\\/luc-van-vugt\\\/\"}]}<\/script>\r\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Test Automation: it\u2019s not a buzz word, but a grand helping hand - opgona.training","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:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/","og_locale":"nl_NL","og_type":"article","og_title":"Test Automation: it\u2019s not a buzz word, but a grand helping hand - opgona.training","og_description":"I reckon that any of us using a computer has the experience that the applications you\u2019re using do not always act the way you expect it to do. This might be a matter of ignorance, i.e. simply not knowing how it works, but it also could be that they are not behaving as intended. The [&hellip;]","og_url":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/","og_site_name":"opgona.training","article_published_time":"2021-02-25T08:34:45+00:00","article_modified_time":"2021-03-05T11:18:38+00:00","og_image":[{"width":2560,"height":1920,"url":"https:\/\/www.opgona.training\/wp-content\/uploads\/2021\/02\/Mas-hand-scaled.jpg","type":"image\/jpeg"}],"author":"Luc van Vugt","twitter_card":"summary_large_image","twitter_creator":"@opgona","twitter_site":"@opgona","twitter_misc":{"Geschreven door":"Luc van Vugt","Geschatte leestijd":"5 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/#article","isPartOf":{"@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/"},"author":{"name":"Luc van Vugt","@id":"https:\/\/www.opgona.training\/#\/schema\/person\/2218322a68a16fa40975b30a6c14a154"},"headline":"Test Automation: it\u2019s not a buzz word, but a grand helping hand","datePublished":"2021-02-25T08:34:45+00:00","dateModified":"2021-03-05T11:18:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/"},"wordCount":1116,"publisher":{"@id":"https:\/\/www.opgona.training\/#organization"},"image":{"@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/#primaryimage"},"thumbnailUrl":"https:\/\/www.opgona.training\/wp-content\/uploads\/2021\/02\/Mas-hand-scaled.jpg","articleSection":["background article","testing"],"inLanguage":"nl-NL"},{"@type":"WebPage","@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/","url":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/","name":"Test Automation: it\u2019s not a buzz word, but a grand helping hand - opgona.training","isPartOf":{"@id":"https:\/\/www.opgona.training\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/#primaryimage"},"image":{"@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/#primaryimage"},"thumbnailUrl":"https:\/\/www.opgona.training\/wp-content\/uploads\/2021\/02\/Mas-hand-scaled.jpg","datePublished":"2021-02-25T08:34:45+00:00","dateModified":"2021-03-05T11:18:38+00:00","breadcrumb":{"@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/#primaryimage","url":"https:\/\/www.opgona.training\/wp-content\/uploads\/2021\/02\/Mas-hand-scaled.jpg","contentUrl":"https:\/\/www.opgona.training\/wp-content\/uploads\/2021\/02\/Mas-hand-scaled.jpg","width":2560,"height":1920},{"@type":"BreadcrumbList","@id":"https:\/\/www.opgona.training\/index.php\/2021\/02\/25\/test-automation-its-not-a-buzz-word-but-a-grand-helping-hand\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.opgona.training\/"},{"@type":"ListItem","position":2,"name":"Test Automation: it\u2019s not a buzz word, but a grand helping hand"}]},{"@type":"WebSite","@id":"https:\/\/www.opgona.training\/#website","url":"https:\/\/www.opgona.training\/","name":"opgona.training","description":"growing your own talent","publisher":{"@id":"https:\/\/www.opgona.training\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.opgona.training\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/www.opgona.training\/#organization","name":"Opgona","url":"https:\/\/www.opgona.training\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/www.opgona.training\/#\/schema\/logo\/image\/","url":"https:\/\/www.opgona.training\/wp-content\/uploads\/2018\/12\/logopgona10005-e1544004731155.png","contentUrl":"https:\/\/www.opgona.training\/wp-content\/uploads\/2018\/12\/logopgona10005-e1544004731155.png","width":500,"height":170,"caption":"Opgona"},"image":{"@id":"https:\/\/www.opgona.training\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/opgona","https:\/\/www.instagram.com\/opgona\/","https:\/\/www.linkedin.com\/company\/opgona\/"]},{"@type":"Person","@id":"https:\/\/www.opgona.training\/#\/schema\/person\/2218322a68a16fa40975b30a6c14a154","name":"Luc van Vugt","image":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/secure.gravatar.com\/avatar\/61855d25a406bcfc922585e33cc8220ad5e984ce14977707a4a9f466147af061?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/61855d25a406bcfc922585e33cc8220ad5e984ce14977707a4a9f466147af061?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/61855d25a406bcfc922585e33cc8220ad5e984ce14977707a4a9f466147af061?s=96&d=mm&r=g","caption":"Luc van Vugt"},"url":"https:\/\/www.opgona.training\/index.php\/author\/luc-van-vugt\/"}]}},"_links":{"self":[{"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/posts\/1008","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/comments?post=1008"}],"version-history":[{"count":9,"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/posts\/1008\/revisions"}],"predecessor-version":[{"id":1055,"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/posts\/1008\/revisions\/1055"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/media\/1015"}],"wp:attachment":[{"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/media?parent=1008"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/categories?post=1008"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.opgona.training\/index.php\/wp-json\/wp\/v2\/tags?post=1008"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}