{"id":47115,"date":"2022-04-01T14:30:00","date_gmt":"2022-04-01T18:30:00","guid":{"rendered":"https:\/\/sdtimes.com\/?p=47115"},"modified":"2022-04-08T09:34:50","modified_gmt":"2022-04-08T13:34:50","slug":"targeting-a-key-to-automated-testing","status":"publish","type":"post","link":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/","title":{"rendered":"Targeting a key to automated testing"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Getting one\u2019s hands on automated tests for the first time is like being given the keys to a Ferrari. And YouTube is chock-full of videos on what happens when someone gets too comfortable too soon in a Ferrari.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Automated tests are fast, but only in the direction that you point them to. And having a lot of them can easily cause a traffic jam so it\u2019s important to first make sure that they are applied in the right areas and in the right way.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cWhat I want to achieve is not more and more tests. What I actually want is as few tests as I possibly can because that will minimize the maintenance effort, and still get the kind of risk coverage that I\u2019m looking for,\u201d said Gartner senior director Joachim Herschmann, who is on the App Design and Development team.\u00a0<\/span><\/p>\n<p><strong>RELATED CONTENT:<\/strong><br \/>\n<strong><a href=\"https:\/\/sdtimes.com\/test\/how-these-solution-providers-support-automated-testing\/\">How these solution providers support automated testing<\/a><\/strong><br \/>\n<strong><a href=\"https:\/\/sdtimes.com\/test\/a-guide-to-automated-testing-tools-3\/\">A guide to automated testing tools<\/a><\/strong><\/p>\n<p><span style=\"font-weight: 400;\">To get started with automated testing, organizations need to first look at where their tests will deliver the most value to avoid test sprawl and to prevent high maintenance costs.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cThe warm, fuzzy feeling that you&#8217;ve got a thousand automated tests per week doesn&#8217;t really tell you anything from a risk perspective with risk-based testing,\u201d said Arthur Hicken, the chief evangelist at Parasoft. \u201cSo I think this kind of approach to doing value-driven automation as to what\u2019s got the most value and what kind of confidence we need, what kind of coverage we need is important.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Organizations need to factor in what it costs to create a test and what it costs to maintain a test because often the maintenance winds up costing a lot more than the creation.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">One must also factor in what it costs to execute a test in terms of time. With Big Bang releases a couple of times a year, creating tests is not such a big issue, but if a company is used to rolling out\u00a0 weekly updates such as with mobile apps it&#8217;s really critical to be able to narrow and focus the automation on exactly the right set of tests.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">With a value-driven test automation strategy, organizations can identify full-stack tests that only cover backend business logic and that can be tested more efficiently through API-level integration (or even unit) tests. They can also identify bottlenecks with dependencies that can be virtualized for more efficient testing and automation, according to Broadcom in a <\/span><a href=\"https:\/\/www.bizops.com\/blog\/can-there-be-too-much-test-automation\"><span style=\"font-weight: 400;\">blog post<\/span><\/a><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The testers might decide not to automate some tests that they thought were ideal for automation, because having them performed by testers turns out to be more efficient.<\/span><\/p>\n<p><strong>Test at the API level<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">One way to tackle the complexity that comes with automated testing is to test at the API level rather than the UI, according to Hicken.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">UI testing, which ensures that an application is performing the right way from the user perspective is notoriously brittle.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201c[UI testing] is certainly the easiest way to get started in the sense that it&#8217;s easy to look at a UI and understand what you need to do like start poking things, but at some point, that becomes very hard to continue,\u201d Hicken said. \u201cIt\u2019s hard to make boundary cases happen or to simulate error conditions. Also, fundamentally UI testing is the hardest to debug, because you have too much context and it\u2019s the most brittle to maintain.\u201d\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Meanwhile at the unit level, the automated tests are pretty fast to execute and create and are easy to understand and maintain. After unit testing, one can add the simplest functional tests that they have and then go and backfill with the UI. Now, they can make sure that actual business cases and user stories occur and they can implement these tests against the business logic to get the proper blend of testing, Hicken explained.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cIt&#8217;s not really that top down approach of if I see a system and automate that system, it&#8217;s actually now from a bottom up focus of well in which people are approaching automation at an enterprise scale and asking what\u2019s the blueprint or pattern that we\u2019re trying to do?,\u201d Jonathon Wright, the chief technology evangelist of test automation at Keysight said. \u201cIt\u2019s incredibly complex states and the devil\u2019s in the details&#8230;they\u2019re asking how do you test those things with realistic data rather than a happy path?\u201d\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Wright explained that happy path testing just won\u2019t cut it anymore because people are testing systems upstream and downstream with all the same kind of data and it all works out in the happy path kind of scenario. Even when people are doing contract testing where each one of the systems is tested end-to-end from an API perspective, people are just using one user with one account with one something and then, of course, it works. But this methodology misses the point, according to Wright.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cBecause people are testing in isolation, they&#8217;re also testing their shim or stub or their service virtualization component using Wireshark, so that they&#8217;re not actually testing against the real API. So they exclude a lot of things by just locking them out,\u201d Wright added.\u00a0<\/span><\/p>\n<h5><strong>Focus on real-user interactions<\/strong><\/h5>\n<p><span style=\"font-weight: 400;\">A good way to set up automated tests is to focus on how real users are interacting with the systems and how the behavior of those systems are being used.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cIt&#8217;s quite scary, because obviously, its perception of what the system does, but actually what the system is doing in the live environment and how the customers are using it. But you kind of assume that they&#8217;re going to use it in a particular way, when actually the behavior will change. And that will change weekly and monthly,\u201d Wright said.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">That\u2019s why testers can set up a digital twin of the system as it currently is, and then overlay that with what they thought the system was based on.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cThere\u2019s a different type of behavior mapping; it\u2019s learning from the right hand side this kind of shift right to inform the shift left blueprint model of the system which I think actually helps accelerate everything because you don\u2019t need to create an activity,\u201d Wright added. \u201cYou can create it all from real users. You just take their exact journey and then within a matter of minutes, we can actually generate all the automation artifacts with it.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Teams must then slice the user journeys into smaller, more meaningful pieces and automate against those smaller journeys without going too deep. It\u2019s important that they can automate every clique and not merge too many user journeys together in a single test resulting in multiple hundred step tests, according to Gev Hovsepyan, the head of product at mabl.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">That initial setup of the environment proves to be an interesting discussion between quality engineers and software engineers and in the organization as a whole. &#8220;I think that initial configuration, especially when onboarding the test automation platform, becomes an important discussion point, because the way you set it up, is going to define how scalable that approach is,\u201d Hovsepyan said.\u00a0<\/span><\/p>\n<p><strong>The role of service virtualization<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">The key to unlocking continuous testing is having an available, stable, and controllable test environment. Service virtualization makes it possible to simulate a wide range of constraints in test environments, whether due to unavailability or uncontrollable dependencies.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The behaviors of various components are mimicked with mock responses that can provide an environment almost identical to a live setting.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cService virtualization is an automation tester\u2019s best friend. It can help to resolve roadblocks and allow teams to focus on the tests themselves instead of worrying about whether or not they can get access to a certain environment or third party service,\u201d Amit Bhoraniya, the technical lead at Infostretch wrote in a <\/span><a href=\"https:\/\/www.infostretch.com\/blog\/how-and-when-to-use-service-virtualization-in-test-automation\/#:~:text=Put%20simply%2C%20service%20virtualization%20is,almost%20identical%20to%20live%20setting.\"><span style=\"font-weight: 400;\">blog post<\/span><\/a><span style=\"font-weight: 400;\">.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Organizations can also prevent having too many automated tests by having a unified platform and by ensuring quality earlier on in the pipeline.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Companies are looking for an approach that not only helps them with functional testing, but helps them with non-functional testing and scaling across different teams on a single platform, and having visibility across the quality of their product across different teams across different testing domains, according to mabl\u2019s Hovsepyan.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">A unified approach helps because the responsibilities for testing and quality assurance are often shared within an organization, and that varies based on their DevOps maturity.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">At more mature organizations in terms of DevOps adoption, there is often a center of excellence of quality engineering, where they deploy the practices and then everyone in the organization participates in assuring the quality, including engineers, or developers.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Organizations that are still somewhere early or in the middle of their journey of DevOps adoption have a significant amount of ownership of quality assurance and quality automation at the team level. And these teams have added quality engineers, and they are responsible for ensuring the quality through automation as well as for manual testing.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This collaborative effort to test automation can help ensure that the developers and testers both know how these tests should be created and maintained.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cTest automation is one of those things that when it&#8217;s done it&#8217;s a huge enabler and can really give your business a boost,\u2019 Hicken said. \u201cAnd when it&#8217;s done wrong, it&#8217;s an absolute nightmare.\u201d<\/span><\/p>\n<h5><b>AI can help with test creation and maintenance<\/b><\/h5>\n<p><span style=\"font-weight: 400;\">The introduction of AI and ML assisting into automated testing makes it easier to shift quality left by providing earlier defect remediation and reducing risk for deliveries.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">By collecting and incorporating test data, machine learning can effectively update and interpret certain software metrics that show the state of the application under test. Machine learning can also quickly gather information from large amounts of data and point developers or testers right to the performance problem.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">AI is also excellent at finding those one-in-a-million anomalies which testers might just not catch, according to Jonathon Wright, chief technology evangelist at testing company Keysight.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In the blog,\u00a0 &#8220;<\/span><a href=\"https:\/\/www.parasoft.com\/blog\/what-is-artificial-intelligence-in-software-testing\/\"><span style=\"font-weight: 400;\">What is Artificial Intelligence in Software Testing?<\/span><\/a><span style=\"font-weight: 400;\">,&#8221; Igor Kirilenko, Parasoft\u2019s VP of Development, explains that these AI capabilities \u201ccan review the current state of test status, recent code changes, code coverage, and other metrics, decide which tests to run, and then run them,\u201d while machine learning (ML) \u201ccan augment the AI by applying algorithms that allow the tool to improve automatically by collecting the copious amounts of data produced by testing.\u201d<\/span><\/p>\n<p><span style=\"font-weight: 400;\">By 2025, 70% of enterprises will have implemented an active use of AI-augmented testing,<\/span><\/p>\n<p><span style=\"font-weight: 400;\">up from 5% in 2021, according to Gartner\u2019s \u201cMarket Guide for AI-Augmented Software testing Tools.\u201d Also by 2025, organizations that ignore the opportunity to utilize AI-augmented testing will spend twice as much effort on testing and defect remediation compared with their <\/span><span style=\"font-weight: 400;\">competitors that take advantage of AI.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">AI-augmented software testing tools can provide capabilities for test case and test data generation, test suite optimization and coverage detection, test efficacy and robustness, and much more.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">\u201cAI can change the game here, because even in the decades that we&#8217;ve had test automation tools, there&#8217;s very little that it offered you regarding any guidance like how do I determine the test cases that I need?\u201d Herschmann said.\u00a0<\/span><\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>Getting one\u2019s hands on automated tests for the first time is like being given the keys to a Ferrari. And YouTube is chock-full of videos on what happens when someone gets too comfortable too soon in a Ferrari. Automated tests are fast, but only in the direction that you point them to. And having a  &hellip; <a class=\"read-more\" href=\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\">continue reading<\/a><!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":871,"featured_media":47116,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"cybocfi_hide_featured_image":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[2398,1],"tags":[1446,16116,724,496,4935],"coauthors":[14818],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Targeting a key to automated testing - SD Times<\/title>\n<meta name=\"description\" content=\"The point is to create as few tests as possible to get appropriate risk coverage while avoiding test sprawl.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Targeting a key to automated testing - SD Times\" \/>\n<meta property=\"og:description\" content=\"The point is to create as few tests as possible to get appropriate risk coverage while avoiding test sprawl.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"SD Times\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/SDTimesD2\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-01T18:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-08T13:34:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"660\" \/>\n\t<meta property=\"og:image:height\" content=\"371\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jakub Lewkowicz\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@sdtimes\" \/>\n<meta name=\"twitter:site\" content=\"@sdtimes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jakub Lewkowicz\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\"},\"author\":{\"name\":\"Jakub Lewkowicz\",\"@id\":\"https:\/\/sdtimes.com\/#\/schema\/person\/0ccf41924f263cbae6638a4df0210f42\"},\"headline\":\"Targeting a key to automated testing\",\"datePublished\":\"2022-04-01T18:30:00+00:00\",\"dateModified\":\"2022-04-08T13:34:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\"},\"wordCount\":1872,\"publisher\":{\"@id\":\"https:\/\/sdtimes.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg\",\"keywords\":[\"eggPlant\",\"Keysight\",\"Parasoft\",\"Sauce Labs\",\"test\"],\"articleSection\":[\"Buyers Guide\",\"Latest News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\",\"url\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\",\"name\":\"Targeting a key to automated testing - SD Times\",\"isPartOf\":{\"@id\":\"https:\/\/sdtimes.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg\",\"datePublished\":\"2022-04-01T18:30:00+00:00\",\"dateModified\":\"2022-04-08T13:34:50+00:00\",\"description\":\"The point is to create as few tests as possible to get appropriate risk coverage while avoiding test sprawl.\",\"breadcrumb\":{\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage\",\"url\":\"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg\",\"contentUrl\":\"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg\",\"width\":660,\"height\":371},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/sdtimes.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Targeting a key to automated testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/sdtimes.com\/#website\",\"url\":\"https:\/\/sdtimes.com\/\",\"name\":\"SD Times\",\"description\":\"Software Development News\",\"publisher\":{\"@id\":\"https:\/\/sdtimes.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/sdtimes.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/sdtimes.com\/#organization\",\"name\":\"SD Times\",\"url\":\"https:\/\/sdtimes.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sdtimes.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/sdtimes.com\/wp-content\/uploads\/2014\/05\/deafaultlogo.png\",\"contentUrl\":\"https:\/\/sdtimes.com\/wp-content\/uploads\/2014\/05\/deafaultlogo.png\",\"width\":225,\"height\":90,\"caption\":\"SD Times\"},\"image\":{\"@id\":\"https:\/\/sdtimes.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/SDTimesD2\",\"https:\/\/x.com\/sdtimes\",\"https:\/\/www.linkedin.com\/company\/sdtimes\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/sdtimes.com\/#\/schema\/person\/0ccf41924f263cbae6638a4df0210f42\",\"name\":\"Jakub Lewkowicz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/sdtimes.com\/#\/schema\/person\/image\/a061823dfc0b893ed859b59dc9554372\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fec6c7c06cf379ac99029d9c59940dab?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fec6c7c06cf379ac99029d9c59940dab?s=96&d=mm&r=g\",\"caption\":\"Jakub Lewkowicz\"},\"description\":\"Jakub Lewkowicz is a multimedia journalist who loves all things tech. Polish-born and Long Island-bred, he is an Online and Social Media Editor for SD Times. He is also a Carnegie Hall pianist and music producer.\",\"url\":\"https:\/\/sdtimes.com\/author\/jakub-lewkowicz\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Targeting a key to automated testing - SD Times","description":"The point is to create as few tests as possible to get appropriate risk coverage while avoiding test sprawl.","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:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/","og_locale":"en_US","og_type":"article","og_title":"Targeting a key to automated testing - SD Times","og_description":"The point is to create as few tests as possible to get appropriate risk coverage while avoiding test sprawl.","og_url":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/","og_site_name":"SD Times","article_publisher":"https:\/\/www.facebook.com\/SDTimesD2","article_published_time":"2022-04-01T18:30:00+00:00","article_modified_time":"2022-04-08T13:34:50+00:00","og_image":[{"width":660,"height":371,"url":"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg","type":"image\/jpeg"}],"author":"Jakub Lewkowicz","twitter_card":"summary_large_image","twitter_creator":"@sdtimes","twitter_site":"@sdtimes","twitter_misc":{"Written by":"Jakub Lewkowicz","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#article","isPartOf":{"@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/"},"author":{"name":"Jakub Lewkowicz","@id":"https:\/\/sdtimes.com\/#\/schema\/person\/0ccf41924f263cbae6638a4df0210f42"},"headline":"Targeting a key to automated testing","datePublished":"2022-04-01T18:30:00+00:00","dateModified":"2022-04-08T13:34:50+00:00","mainEntityOfPage":{"@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/"},"wordCount":1872,"publisher":{"@id":"https:\/\/sdtimes.com\/#organization"},"image":{"@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg","keywords":["eggPlant","Keysight","Parasoft","Sauce Labs","test"],"articleSection":["Buyers Guide","Latest News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/","url":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/","name":"Targeting a key to automated testing - SD Times","isPartOf":{"@id":"https:\/\/sdtimes.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage"},"image":{"@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg","datePublished":"2022-04-01T18:30:00+00:00","dateModified":"2022-04-08T13:34:50+00:00","description":"The point is to create as few tests as possible to get appropriate risk coverage while avoiding test sprawl.","breadcrumb":{"@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#primaryimage","url":"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg","contentUrl":"https:\/\/sdtimes.com\/wp-content\/uploads\/2022\/04\/BG-targeting.jpg","width":660,"height":371},{"@type":"BreadcrumbList","@id":"https:\/\/sdtimes.com\/test\/targeting-a-key-to-automated-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sdtimes.com\/"},{"@type":"ListItem","position":2,"name":"Targeting a key to automated testing"}]},{"@type":"WebSite","@id":"https:\/\/sdtimes.com\/#website","url":"https:\/\/sdtimes.com\/","name":"SD Times","description":"Software Development News","publisher":{"@id":"https:\/\/sdtimes.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sdtimes.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sdtimes.com\/#organization","name":"SD Times","url":"https:\/\/sdtimes.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sdtimes.com\/#\/schema\/logo\/image\/","url":"https:\/\/sdtimes.com\/wp-content\/uploads\/2014\/05\/deafaultlogo.png","contentUrl":"https:\/\/sdtimes.com\/wp-content\/uploads\/2014\/05\/deafaultlogo.png","width":225,"height":90,"caption":"SD Times"},"image":{"@id":"https:\/\/sdtimes.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/SDTimesD2","https:\/\/x.com\/sdtimes","https:\/\/www.linkedin.com\/company\/sdtimes\/"]},{"@type":"Person","@id":"https:\/\/sdtimes.com\/#\/schema\/person\/0ccf41924f263cbae6638a4df0210f42","name":"Jakub Lewkowicz","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sdtimes.com\/#\/schema\/person\/image\/a061823dfc0b893ed859b59dc9554372","url":"https:\/\/secure.gravatar.com\/avatar\/fec6c7c06cf379ac99029d9c59940dab?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fec6c7c06cf379ac99029d9c59940dab?s=96&d=mm&r=g","caption":"Jakub Lewkowicz"},"description":"Jakub Lewkowicz is a multimedia journalist who loves all things tech. Polish-born and Long Island-bred, he is an Online and Social Media Editor for SD Times. He is also a Carnegie Hall pianist and music producer.","url":"https:\/\/sdtimes.com\/author\/jakub-lewkowicz\/"}]}},"_links":{"self":[{"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/posts\/47115"}],"collection":[{"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/users\/871"}],"replies":[{"embeddable":true,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/comments?post=47115"}],"version-history":[{"count":3,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/posts\/47115\/revisions"}],"predecessor-version":[{"id":47127,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/posts\/47115\/revisions\/47127"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/media\/47116"}],"wp:attachment":[{"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/media?parent=47115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/categories?post=47115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/tags?post=47115"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/sdtimes.com\/wp-json\/wp\/v2\/coauthors?post=47115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}