{"id":301,"date":"2019-12-03T11:56:30","date_gmt":"2019-12-03T06:26:30","guid":{"rendered":"http:\/\/http:\/\/artoftesting.com\/\/?p=301"},"modified":"2023-04-29T20:06:30","modified_gmt":"2023-04-29T14:36:30","slug":"monkey-testing","status":"publish","type":"post","link":"https:\/\/artoftesting.com\/monkey-testing","title":{"rendered":"Monkey Testing"},"content":{"rendered":"\n<p>Hello friends! today we are going to learn about an interesting testing type &#8211;&nbsp;<strong>Monkey testing<\/strong>. It is also one of the basic <a href=\"http:\/\/artoftesting.com\/manual-testing-interview-questions\">testing interview questions<\/a>. <br><br>Before diving deep into formal definition and technicalities. Let&#8217;s just think &#8211; what would happen if a monkey is given a machine with an application to test.<br><br>The monkey will just pass random input to the application. This precisely happens in monkey testing. The application is tested randomly without any application knowledge.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_73 counter-flat ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\">Content<\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/artoftesting.com\/monkey-testing\/#Definition\" title=\"Definition\">Definition<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/artoftesting.com\/monkey-testing\/#Features_of_Monkey_Testing\" title=\"Features of Monkey Testing\">Features of Monkey Testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/artoftesting.com\/monkey-testing\/#Types_of_Monkey_Testing\" title=\"Types of Monkey Testing\">Types of Monkey Testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/artoftesting.com\/monkey-testing\/#Advantages_of_Monkey_Testing\" title=\"Advantages of Monkey Testing\">Advantages of Monkey Testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/artoftesting.com\/monkey-testing\/#Disadvantages_of_Monkey_Testing\" title=\"Disadvantages of Monkey Testing\">Disadvantages of Monkey Testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/artoftesting.com\/monkey-testing\/#Monkey_Testing_Tools\" title=\"Monkey Testing Tools\">Monkey Testing Tools<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/artoftesting.com\/monkey-testing\/#Monkey_testing_vs_Gorilla_testing\" title=\"Monkey testing vs Gorilla testing\">Monkey testing vs Gorilla testing<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Definition\"><\/span>Definition<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Monkey testing is a <a href=\"http:\/\/artoftesting.com\/types-of-testing\">type of testing<\/a> in which an application is tested with random input without following any predefined flow or set of test cases. The intent is to crash or break the system under test.<\/em><\/p>\n<\/blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Features_of_Monkey_Testing\"><\/span>Features of Monkey Testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The tester performing monkey testing isn&#8217;t necessarily required to have the application&#8217;s understanding.<br><br><\/li>\n\n\n\n<li>There are no pre-defined set of test cases to follow. It is completely random.<br><br><\/li>\n\n\n\n<li>It can be automated by scripting random application flows with random test data. Although preferably, we should not automate this.<br><br><br><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Types_of_Monkey_Testing\"><\/span>Types of Monkey Testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>It is broadly classified into 3 types-<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"488\" height=\"269\" src=\"http:\/\/artoftesting.com\/wp-content\/uploads\/2021\/03\/types-of-monkey-testing.png\" alt=\"Types of performance testing\" class=\"wp-image-4667\" srcset=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2021\/03\/types-of-monkey-testing.png 488w, https:\/\/artoftesting.com\/wp-content\/uploads\/2021\/03\/types-of-monkey-testing-300x165.png 300w\" sizes=\"auto, (max-width: 488px) 100vw, 488px\" \/><\/figure><\/div>\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Dumb Monkey<\/strong> &#8211; The tester performing the monkey testing doesn&#8217;t have any knowledge of the application under test.<br>Their only focus is to break the application thus are not aware of any start or end point of the whole process. On top of this they are also unknown to the UI and functionality of the software.<br><br><\/li>\n\n\n\n<li><strong>Smart Monkey<\/strong> &#8211; With this type of testing, the tester has a fair idea of the application to be tested. They are aware of the test inputs and know where the webpages will lead the application to.<br><br><\/li>\n\n\n\n<li><strong>Brilliant Monkey<\/strong> &#8211; These types of testers have a very good idea of the application. They can also test the application based on the user&#8217;s perspective. The focus here is not just to break the application but to give inputs from a specific domain perspective. This helps in breaking the application as well as finding bugs.<br><br><br><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Advantages_of_Monkey_Testing\"><\/span>Advantages of Monkey Testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>It can uncover defects that are otherwise difficult to find.<br><br><\/li>\n\n\n\n<li>Because of the intent to crash the application, it is widely used in stress testing.<br><br><\/li>\n\n\n\n<li>It doesn&#8217;t require skilled resources to carry out the testing.<br><br><\/li>\n\n\n\n<li>It is cost-effective also as it doesn&#8217;t require any special setup or skilled resources.<br><br><br><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Disadvantages_of_Monkey_Testing\"><\/span>Disadvantages of Monkey Testing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Since it is random in nature, so it is hard to find bugs also.<br><br><\/li>\n\n\n\n<li>Even when the bugs are found, it is very hard to reproduce the exact steps to reproduce the bugs.<br><br><\/li>\n\n\n\n<li>It can be very time-consuming with very fewer bugs to show.<br><br><\/li>\n\n\n\n<li>Since it is completely random, so good test coverage cannot be guaranteed or measured.<br><br><br><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Monkey_Testing_Tools\"><\/span><strong>Monkey Testing Tools<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To perform any <a href=\"http:\/\/artoftesting.com\/automation-testing-tools\">kind of automated testing using appropriate tools<\/a> is a must. This is why developers or testers choose the tools wisely. Following are some of the softwares that are helpful during monkey testing.<\/p>\n\n\n\n<p>1. <strong>UI\/Application Exerciser Monkey on Android<\/strong><\/p>\n\n\n\n<p>This application is suitable to run on the device or the emulator. It automatically runs a stream of auto-generated tests like touches, clicks, or gestures. This helps immensely in testing the device from the inside. As it is automated, stress testing can be done easily.<br><br><\/p>\n\n\n\n<p>2. <strong>Monkey Runner Tool<\/strong><\/p>\n\n\n\n<p>Unlike Exerciser monkey, the Monkey runner tool is useful for running test cases from the outside of the android code. The function of the money runner is not specific, yet it is usually used to test the device at the functional or framework level. It is also used to run test cases during unit testing. One thing to be kept in mind is monkey runner is in no way related to the exerciser monkey tool as that runs from within the device.<br><br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Monkey_testing_vs_Gorilla_testing\"><\/span><strong>Monkey testing vs Gorilla testing<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Monkey testing and gorilla testing both follow unstructured and random methods of testing. However, gorilla testing focuses on a specific module of the software whereas, monkey test cases involve inputs for the system as a whole.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th class=\"has-text-align-center\" data-align=\"center\">Monkey Testing<\/th><th class=\"has-text-align-center\" data-align=\"center\">Gorilla Testing<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">It involves giving random test case inputs to the system and validating the behavior of the system.&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">Gorilla testing is also unstructured and random manual testing on a specific module of the system to confirm there are no bugs present in the module.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">This testing is performed on the whole system.<\/td><td class=\"has-text-align-center\" data-align=\"center\">This testing method is module-specific.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">The goal of this testing is to make sure the system does not crash.<\/td><td class=\"has-text-align-center\" data-align=\"center\">The objective of this testing is to make the module bugs-free.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">This method is mostly adopted during system testing.<\/td><td class=\"has-text-align-center\" data-align=\"center\">This method is adopted during unit testing.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">It is also called Random testing, Fuzz Testing, or Stochastic Testing.<\/td><td class=\"has-text-align-center\" data-align=\"center\">Gorilla Testing is also called Torture Testing, Fault Tolerance Testing, or Frustrating Testing.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Monkey testing is divided into 3 types &#8211; Dumb, Smart, and Brilliant Monkey Testing.<\/td><td class=\"has-text-align-center\" data-align=\"center\">There are no further subtypes of gorilla testing.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><br>With this, we have come to the end of this tutorial. Do check out our <a href=\"http:\/\/artoftesting.com\/software-testing-tutorial\">software testing tutorial<\/a> series for more resources on manual and automated software testing.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello friends! today we are going to learn about an interesting testing type &ndash;&nbsp;Monkey testing. It is also one of the basic testing interview questions. Before diving deep into formal definition and technicalities. Let&rsquo;s just think &ndash; what would happen if a monkey is given a machine with an application to test. The monkey will &#8230; <a title=\"Monkey Testing\" class=\"read-more\" href=\"https:\/\/artoftesting.com\/monkey-testing\" aria-label=\"Read more about Monkey Testing\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":1891,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-301","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manual-testing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Monkey testing | Features, Advantages &amp; Disadvantages - ArtOfTesting<\/title>\n<meta name=\"description\" content=\"Monkey testing is a type of testing in which an application is tested with random input without following any predefined flow or test cases.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/artoftesting.com\/monkey-testing\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monkey testing | Features, Advantages &amp; Disadvantages - ArtOfTesting\" \/>\n<meta property=\"og:description\" content=\"Monkey testing is a type of testing in which an application is tested with random input without following any predefined flow or test cases.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/artoftesting.com\/monkey-testing\" \/>\n<meta property=\"og:site_name\" content=\"ArtOfTesting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/artoftesting\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-03T06:26:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-29T14:36:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kuldeep Rana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:site\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kuldeep Rana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/artoftesting.com\/monkey-testing#article\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/monkey-testing\"},\"author\":{\"name\":\"Kuldeep Rana\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\"},\"headline\":\"Monkey Testing\",\"datePublished\":\"2019-12-03T06:26:30+00:00\",\"dateModified\":\"2023-04-29T14:36:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/monkey-testing\"},\"wordCount\":833,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/monkey-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg\",\"articleSection\":[\"Manual Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/artoftesting.com\/monkey-testing#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/artoftesting.com\/monkey-testing\",\"url\":\"https:\/\/artoftesting.com\/monkey-testing\",\"name\":\"Monkey testing | Features, Advantages & Disadvantages - ArtOfTesting\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/monkey-testing#primaryimage\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/monkey-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg\",\"datePublished\":\"2019-12-03T06:26:30+00:00\",\"dateModified\":\"2023-04-29T14:36:30+00:00\",\"description\":\"Monkey testing is a type of testing in which an application is tested with random input without following any predefined flow or test cases.\",\"breadcrumb\":{\"@id\":\"https:\/\/artoftesting.com\/monkey-testing#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/artoftesting.com\/monkey-testing\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/monkey-testing#primaryimage\",\"url\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg\",\"contentUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg\",\"width\":700,\"height\":400,\"caption\":\"Monkey Testing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/artoftesting.com\/monkey-testing#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/artoftesting.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manual Testing\",\"item\":\"https:\/\/artoftesting.com\/category\/manual-testing\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Monkey Testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/artoftesting.com\/#website\",\"url\":\"https:\/\/artoftesting.com\/\",\"name\":\"ArtOfTesting\",\"description\":\"A Beginners Guide to Testing\",\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/artoftesting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/artoftesting.com\/#organization\",\"name\":\"ArtOfTesting\",\"url\":\"https:\/\/artoftesting.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"contentUrl\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"width\":400,\"height\":60,\"caption\":\"ArtOfTesting\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/artoftesting\",\"https:\/\/x.com\/theartoftesting\",\"https:\/\/www.linkedin.com\/groups\/4797819\/\",\"https:\/\/in.pinterest.com\/artoftesting\/\",\"https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\",\"name\":\"Kuldeep Rana\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"caption\":\"Kuldeep Rana\"},\"description\":\"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Monkey testing | Features, Advantages & Disadvantages - ArtOfTesting","description":"Monkey testing is a type of testing in which an application is tested with random input without following any predefined flow or test cases.","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:\/\/artoftesting.com\/monkey-testing","og_locale":"en_US","og_type":"article","og_title":"Monkey testing | Features, Advantages & Disadvantages - ArtOfTesting","og_description":"Monkey testing is a type of testing in which an application is tested with random input without following any predefined flow or test cases.","og_url":"https:\/\/artoftesting.com\/monkey-testing","og_site_name":"ArtOfTesting","article_publisher":"https:\/\/facebook.com\/artoftesting","article_published_time":"2019-12-03T06:26:30+00:00","article_modified_time":"2023-04-29T14:36:30+00:00","og_image":[{"width":700,"height":400,"url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg","type":"image\/jpeg"}],"author":"Kuldeep Rana","twitter_card":"summary_large_image","twitter_creator":"@theartoftesting","twitter_site":"@theartoftesting","twitter_misc":{"Written by":"Kuldeep Rana","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/artoftesting.com\/monkey-testing#article","isPartOf":{"@id":"https:\/\/artoftesting.com\/monkey-testing"},"author":{"name":"Kuldeep Rana","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5"},"headline":"Monkey Testing","datePublished":"2019-12-03T06:26:30+00:00","dateModified":"2023-04-29T14:36:30+00:00","mainEntityOfPage":{"@id":"https:\/\/artoftesting.com\/monkey-testing"},"wordCount":833,"commentCount":1,"publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"image":{"@id":"https:\/\/artoftesting.com\/monkey-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg","articleSection":["Manual Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/artoftesting.com\/monkey-testing#respond"]}]},{"@type":"WebPage","@id":"https:\/\/artoftesting.com\/monkey-testing","url":"https:\/\/artoftesting.com\/monkey-testing","name":"Monkey testing | Features, Advantages & Disadvantages - ArtOfTesting","isPartOf":{"@id":"https:\/\/artoftesting.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/artoftesting.com\/monkey-testing#primaryimage"},"image":{"@id":"https:\/\/artoftesting.com\/monkey-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg","datePublished":"2019-12-03T06:26:30+00:00","dateModified":"2023-04-29T14:36:30+00:00","description":"Monkey testing is a type of testing in which an application is tested with random input without following any predefined flow or test cases.","breadcrumb":{"@id":"https:\/\/artoftesting.com\/monkey-testing#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/artoftesting.com\/monkey-testing"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/monkey-testing#primaryimage","url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg","contentUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Monkey-Testing.jpg","width":700,"height":400,"caption":"Monkey Testing"},{"@type":"BreadcrumbList","@id":"https:\/\/artoftesting.com\/monkey-testing#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/artoftesting.com\/"},{"@type":"ListItem","position":2,"name":"Manual Testing","item":"https:\/\/artoftesting.com\/category\/manual-testing"},{"@type":"ListItem","position":3,"name":"Monkey Testing"}]},{"@type":"WebSite","@id":"https:\/\/artoftesting.com\/#website","url":"https:\/\/artoftesting.com\/","name":"ArtOfTesting","description":"A Beginners Guide to Testing","publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/artoftesting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/artoftesting.com\/#organization","name":"ArtOfTesting","url":"https:\/\/artoftesting.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/","url":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","contentUrl":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","width":400,"height":60,"caption":"ArtOfTesting"},"image":{"@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/artoftesting","https:\/\/x.com\/theartoftesting","https:\/\/www.linkedin.com\/groups\/4797819\/","https:\/\/in.pinterest.com\/artoftesting\/","https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q"]},{"@type":"Person","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5","name":"Kuldeep Rana","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","caption":"Kuldeep Rana"},"description":"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals."}]}},"_links":{"self":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/301","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/comments?post=301"}],"version-history":[{"count":4,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/301\/revisions"}],"predecessor-version":[{"id":6952,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/301\/revisions\/6952"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media\/1891"}],"wp:attachment":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media?parent=301"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/categories?post=301"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/tags?post=301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}