{"id":313,"date":"2019-09-19T18:29:30","date_gmt":"2019-09-19T12:59:30","guid":{"rendered":"https:\/\/www.crowd4test.com\/blog\/?p=313"},"modified":"2019-09-19T18:29:30","modified_gmt":"2019-09-19T12:59:30","slug":"what-is-stress-testing-in-software-testing","status":"publish","type":"post","link":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/","title":{"rendered":"What is Stress Testing in Software Testing?"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Stress testing is a<\/span> <span style=\"font-weight: 400;\">non-functional form of testing<\/span><span style=\"font-weight: 400;\"> that verified the stability &amp; reliability of the system. This test mainly determines the system on its robustness and error handling under extremely heavy load conditions. It allows the testers to check the endurance power or limit\u00a0<\/span><span style=\"font-weight: 400;\">of the system can withstand before breaking down.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Stress testing is also known as endurance testing. It also effectively checks the system\u2019s response and error management under stress and extreme conditions.<\/span><\/p>\n<p><a href=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"314\" data-permalink=\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/attachment\/stress-testing-big\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?fit=965%2C556&amp;ssl=1\" data-orig-size=\"965,556\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Stress-testing-big\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?fit=300%2C173&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?fit=770%2C444&amp;ssl=1\" class=\"size-full wp-image-314 aligncenter\" src=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?resize=770%2C444&#038;ssl=1\" alt=\"\" width=\"770\" height=\"444\" srcset=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?w=965&amp;ssl=1 965w, https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?resize=300%2C173&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Stress-testing-big.png?resize=768%2C442&amp;ssl=1 768w\" sizes=\"(max-width: 770px) 100vw, 770px\" \/><\/a><\/p>\n<p><b>It helps in finding the following errors in application software:<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Memory Leak.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Data corruption and loss.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Loss of resource issues.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Timing bugs and synchronization issues.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Request priority issues.<\/span><\/li>\n<\/ul>\n<h3><b>Need for Stress Testing<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">During festival time, an online shopping site may witness a spike in traffic, or when it announces a sale.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">When a blog is mentioned in a leading newspaper, it experiences a sudden surge in traffic.<\/span><\/li>\n<\/ul>\n<h3><b>Goals of Stress Testing<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">The goal of stress testing is to analyze the behavior of the system after a failure. For Stress testing to be successful, the system displays an appropriate error message while it is under e<\/span><span style=\"font-weight: 400;\">xtreme condition.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To conduct Stress Testing, sometimes, massive data sets may be used which may get lost during Stress Testing. Testers should not lose these security-related data while doing stress testing.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The main purpose of stress testing is to make sure that the system recovers after failure which is called as recoverability.<\/span><\/p>\n<h3><b>Implementation of stress testing with the situation<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">A software application created for e-commerce application is stress-tested in the following scenario:<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Stress testing checks the application response of the user with increased web traffic. The website is tested to work with more than expected users. Testers create virtual users to execute activities such as adding products, viewing products, payment. The number of virtual users is increased until the entire application breaks down. It helps in identifying performance issues, recovery, and mechanism.<\/span><\/p>\n<h3><b>How to do Stress Testing?<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Stress Testing process can be done in 5 major steps:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Planning the Stress Test. Here you gather the system data, analyze the system, define the stress test goals<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Create Automation Scripts: In this phase, you create the Stress testing automation scripts, generate the test data for the stress scenarios.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Script Execution: In this stage, you run the Stress testing automation scripts and store the stress results.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Results Analysis: In this stage, you analyze the Stress Test results and identify bottlenecks.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Tweaking and Optimization: In this stage, you fine-tune the system, change configurations, optimize the code with goal meet the desired benchmark.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Lastly, you again run the entire cycle to determine that the tweaks have produced the desired results. For example, it&#8217;s not unusual to have 3 to 4 cycles of the Stress Testing process to achieve the performance goals.<\/span><\/p>\n<h3><b>Types of Stress Testing<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">The client-server model is a distributed model where the workload is divided between resource or service providers \u2013 servers and requesters for service-client.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The role of stress server is to distribute a set of stress tests to all stress clients and track on the status of the client. After the client contacts the server, the server adds the name of the client and starts sending data for testing.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Meanwhile, client machines send signal or heartbeat that it is connected with the server. If the server does not receive any signals from the client machine, it needs to be investigated further for debugging.<\/span><\/p>\n<p><a href=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/s4.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"315\" data-permalink=\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/attachment\/s4\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/s4.png?fit=439%2C451&amp;ssl=1\" data-orig-size=\"439,451\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"s4\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/s4.png?fit=292%2C300&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/s4.png?fit=439%2C451&amp;ssl=1\" class=\"size-full wp-image-315 aligncenter\" src=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/s4.png?resize=439%2C451&#038;ssl=1\" alt=\"\" width=\"439\" height=\"451\" srcset=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/s4.png?w=439&amp;ssl=1 439w, https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/s4.png?resize=292%2C300&amp;ssl=1 292w\" sizes=\"(max-width: 439px) 100vw, 439px\" \/><\/a><\/p>\n<h4><b>Application stress testing<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">This testing concentrate on finding defects related to data locking and blocking, network issues and performance bottlenecks in an application.\u00a0<\/span><\/p>\n<h4><b>Transactional stress testing<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">This method focuses on testing the smoothness of transactions between two or more applications. It improves business transactions.<\/span><\/p>\n<h4><b>Exploratory Stress testing<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">This method tests the application across multiple systems running at the same server. In this method, a tester checks the system using different parameters, which is unlikely to happen in a real scenario. This method tests the system response when a large number of users are logged in the system.<\/span><span style=\"font-weight: 400;\"> Exploratory testing<\/span><span style=\"font-weight: 400;\"> also finds the possibilities of system or software failure.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">This method also checks the activities where the website is not able to access the database. Sometimes, the database is also stressed by adding more than it can store.<\/span><\/p>\n<h4><b>Systematic Stress Testing<\/b><\/h4>\n<p><span style=\"font-weight: 400;\">This method test many systems that are on the server. It enables the testing team to find and report defects where data of one application blocks the flow of application software.<\/span><\/p>\n<h3><b>Conclusion<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Stress testing&#8217;s objective is to check the system under extreme conditions. In system resources such as Memory, processor, network, etc., and checks the ability of the system to recover back to normal status. It checks whether the system displays appropriate error messages while under stress.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Stress testing is a non-functional form of testing that verified the stability &amp; reliability of the system. This test mainly determines the system on its robustness and error handling under extremely heavy load conditions. It allows the testers to check the endurance power or limit\u00a0of the system can withstand before breaking down. Stress testing is<\/p>\n","protected":false},"author":1,"featured_media":316,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Stress Testing in Software Testing? - Crowd4Test<\/title>\n<meta name=\"description\" content=\"Stress testing is a software testing activity that determines the robustness of software by testing beyond the limits of normal operation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Stress Testing in Software Testing? - Crowd4Test\" \/>\n<meta property=\"og:description\" content=\"Stress testing is a software testing activity that determines the robustness of software by testing beyond the limits of normal operation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"Crowd4Test\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-19T12:59:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"994\" \/>\n\t<meta property=\"og:image:height\" content=\"531\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/\",\"url\":\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/\",\"name\":\"What is Stress Testing in Software Testing? - Crowd4Test\",\"isPartOf\":{\"@id\":\"https:\/\/www.crowd4test.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1\",\"datePublished\":\"2019-09-19T12:59:30+00:00\",\"author\":{\"@id\":\"https:\/\/www.crowd4test.com\/blog\/#\/schema\/person\/37edeb93e3a87286283273f9327aef15\"},\"description\":\"Stress testing is a software testing activity that determines the robustness of software by testing beyond the limits of normal operation.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1\",\"width\":994,\"height\":531},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.crowd4test.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is Stress Testing in Software Testing?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.crowd4test.com\/blog\/#website\",\"url\":\"https:\/\/www.crowd4test.com\/blog\/\",\"name\":\"Crowd4Test\",\"description\":\"Crowd4Test is one of the world&rsquo;s foremost company which is adroit in delivering a transparent, exquisite, and cost-efficient testing in a user-centric world\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.crowd4test.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.crowd4test.com\/blog\/#\/schema\/person\/37edeb93e3a87286283273f9327aef15\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/www.crowd4test.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0b6d73b5a1f81c64f620f30140ccea45?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0b6d73b5a1f81c64f620f30140ccea45?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.crowd4test.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Stress Testing in Software Testing? - Crowd4Test","description":"Stress testing is a software testing activity that determines the robustness of software by testing beyond the limits of normal operation.","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.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/","og_locale":"en_US","og_type":"article","og_title":"What is Stress Testing in Software Testing? - Crowd4Test","og_description":"Stress testing is a software testing activity that determines the robustness of software by testing beyond the limits of normal operation.","og_url":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/","og_site_name":"Crowd4Test","article_published_time":"2019-09-19T12:59:30+00:00","og_image":[{"width":994,"height":531,"url":"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/","url":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/","name":"What is Stress Testing in Software Testing? - Crowd4Test","isPartOf":{"@id":"https:\/\/www.crowd4test.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#primaryimage"},"image":{"@id":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1","datePublished":"2019-09-19T12:59:30+00:00","author":{"@id":"https:\/\/www.crowd4test.com\/blog\/#\/schema\/person\/37edeb93e3a87286283273f9327aef15"},"description":"Stress testing is a software testing activity that determines the robustness of software by testing beyond the limits of normal operation.","breadcrumb":{"@id":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#primaryimage","url":"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1","width":994,"height":531},{"@type":"BreadcrumbList","@id":"https:\/\/www.crowd4test.com\/blog\/testing\/what-is-stress-testing-in-software-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.crowd4test.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Stress Testing in Software Testing?"}]},{"@type":"WebSite","@id":"https:\/\/www.crowd4test.com\/blog\/#website","url":"https:\/\/www.crowd4test.com\/blog\/","name":"Crowd4Test","description":"Crowd4Test is one of the world&rsquo;s foremost company which is adroit in delivering a transparent, exquisite, and cost-efficient testing in a user-centric world","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.crowd4test.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Person","@id":"https:\/\/www.crowd4test.com\/blog\/#\/schema\/person\/37edeb93e3a87286283273f9327aef15","name":"admin","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/www.crowd4test.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0b6d73b5a1f81c64f620f30140ccea45?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0b6d73b5a1f81c64f620f30140ccea45?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/www.crowd4test.com\/blog\/author\/admin\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.crowd4test.com\/blog\/wp-content\/uploads\/2019\/09\/Business-Stress.jpg?fit=994%2C531&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p72Hqi-53","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/posts\/313"}],"collection":[{"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/comments?post=313"}],"version-history":[{"count":1,"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/posts\/313\/revisions"}],"predecessor-version":[{"id":317,"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/posts\/313\/revisions\/317"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/media\/316"}],"wp:attachment":[{"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/media?parent=313"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/categories?post=313"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.crowd4test.com\/blog\/wp-json\/wp\/v2\/tags?post=313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}