{"id":825,"date":"2019-11-14T18:44:29","date_gmt":"2019-11-14T13:14:29","guid":{"rendered":"http:\/\/blog.nuventure.in\/?p=825"},"modified":"2026-03-04T10:10:07","modified_gmt":"2026-03-04T04:40:07","slug":"software-testing","status":"publish","type":"post","link":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/","title":{"rendered":"Software Testing"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><strong>What is Software Testing?<\/strong><\/h2>\n\n\n\n<p>Software testing is a process of evaluating\nthe functionality of a software application with an intent to find whether the\ndeveloped software meets the specified requirements or not and to identify the\ndefects to ensure that the product is defect-free. The software tester verifies\nand validates the functionality of an application to find out whether it\nsatisfies the specified requirements.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Software Development Life Cycle (SDLC)<\/strong><\/h2>\n\n\n\n<p>Software Development Life Cycle (SDLC) is a\nprocess used to design, develop and test high-quality software. SDLC can also\nbe called as a framework that defines the steps involved in phase by phase\ndevelopment of software which covers the detailed plan for building, deploying\nand maintaining the software.<\/p>\n\n\n\n<p>The software life cycle typically includes the\nfollowing:<\/p>\n\n\n\n<ul>\n<li>Requirements Analysis,<\/li>\n\n\n\n<li>Design and Specifications,<\/li>\n\n\n\n<li>Coding,<\/li>\n\n\n\n<li>Testing,<\/li>\n\n\n\n<li>Installation,<\/li>\n\n\n\n<li>Operation and Support,<\/li>\n\n\n\n<li>Maintenance.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"728\" height=\"478\" src=\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/software-testing-life-cycle.jpg\" alt=\"\" class=\"wp-image-833\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Software Testing Life Cycle (STLC)<\/strong><\/h2>\n\n\n\n<p>Software Testing Life Cycle (STLC) is a\nsequence of the various processes performed by the testing team to guarantee\nthe quality of the software or the product. STLC refers to a testing process\nwith specific steps to be executed in a defined sequence to ensure that the\nquality goals are meeting. In the STLC process, each activity is carried out in\na planned and systematic way. Each phase has different goals and deliverables.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>STLC Phases<\/strong><\/h2>\n\n\n\n<p>Software\nTesting Life Cycle consists of six (generic) phases:<\/p>\n\n\n\n<ul>\n<li>Requirements Analysis<\/li>\n\n\n\n<li>Test Planning<\/li>\n\n\n\n<li>Test Case Designing<\/li>\n\n\n\n<li>Test Environment Setup<\/li>\n\n\n\n<li>Test Execution<\/li>\n\n\n\n<li>Defect Reporting<\/li>\n\n\n\n<li>Test closure<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Requirement Analysis<\/strong><\/h3>\n\n\n\n<p>During this phase, the test team studies the\nrequirements closely from a testing point of view to identify the testable\nrequirements. The QA team interacts with various stakeholders (Client, Business\nAnalyst, Technical Leads, System Architects etc) to understand their\nrequirements in detail. Requirements could be either Functional (defining what\nthe software must do) or Non-Functional (defining system performance \/security\navailability )<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Test Planning<\/strong><\/h3>\n\n\n\n<p>In this stage, a Senior QA manager will\ndetermine a test plan based on the following:<\/p>\n\n\n\n<ul>\n<li>Preparation of test plan\/strategy\ndocument for various types of testing<\/li>\n\n\n\n<li>Test tool selection<\/li>\n\n\n\n<li>Test effort estimation<\/li>\n\n\n\n<li>Resource planning and determining\nroles and responsibilities.<\/li>\n\n\n\n<li>The test environment required for\nthe entire project.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Types of Testing<\/strong><\/h3>\n\n\n\n<p>Software testing can be of two types. Manual\nand Automation testing.<\/p>\n\n\n\n<p><strong>Manual\nTesting<\/strong>: Manual testing includes testing software\nmanually, without the help of any automated tool or any script.<\/p>\n\n\n\n<p><strong>Automation\nTesting<\/strong>: Automation testing, which is also known as\nTest Automation, is a method where the tester writes scripts and uses another\nsoftware to test the product. Automation Testing is used to re-run the test\nscenarios, which were run manually, quickly and repeatedly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Test Case Designing<\/strong><\/h3>\n\n\n\n<p>Test Case Designing is the phase of STLC where\ntesting team writes down the detailed test cases and prepares the test data (if\nany) required for testing. The Requirement Traceability Matrix (RTM), an\nindustry-accepted format for tracking requirements where each test case is\nmapped with the requirement, is prepared in this phase.<\/p>\n\n\n\n<p><strong>Levels\nof Testing<\/strong><\/p>\n\n\n\n<ul>\n<li>Unit testing<\/li>\n\n\n\n<li>Integration testing<\/li>\n\n\n\n<li>System testing<\/li>\n\n\n\n<li>Regression testing<\/li>\n\n\n\n<li>Performance testing<\/li>\n\n\n\n<li>Load Testing<\/li>\n\n\n\n<li>Security testing<\/li>\n\n\n\n<li>Compatibility testing<\/li>\n\n\n\n<li>Usability testing<\/li>\n\n\n\n<li>User acceptance testing<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Test Environment Setup<\/strong><\/h3>\n\n\n\n<p>Setting up the test environment is a vital\npart of the STLC. The test environment decides on which conditions software is\ntested, which is an independent activity and can be started parallel with Test\nCase Development. During the process of setting up a testing environment, the\ntest team is not involved. The developer or customer creates a testing\nenvironment, which is based on a particular company. Meanwhile, the testing\nteam is required to do a readiness check (smoke testing) of the given\nenvironment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Test Execution<\/strong><\/h3>\n\n\n\n<p>During this phase, the testers will carry out\nthe testing based on the test plans and test cases prepared. Bugs will be\nreported back to the development team for correction and retesting will be\nperformed.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/security.jpg\" alt=\"\" class=\"wp-image-834\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Defect Reporting &amp; Defect Life Cycle<\/strong><\/h3>\n\n\n\n<p>The Bug Life Cycle starts with a software\nbug\/behaviour and ends when the assigned developer fixes the bug. A bug when\nfound should be communicated and assigned to a developer who can fix it. Once\nfixed, the problem area should be retested. A confirmation should be made to\nverify that the fix has not caused any other issues. The life cycle can get\nvery complicated and can be difficult to track, making it imperative to have a\nbug\/defect tracking system in place. The various phases of bug life cycle are:<\/p>\n\n\n\n<ul>\n<li>Open<\/li>\n\n\n\n<li>Accepted<\/li>\n\n\n\n<li>Not Accepted\/Won\u2019t fix<\/li>\n\n\n\n<li>Pending<\/li>\n\n\n\n<li>Fixed<\/li>\n\n\n\n<li>Re-Open<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Test Closure<\/strong><\/h3>\n\n\n\n<p>This phase evaluates the cycle completion\ncriteria based on Test coverage, Quality, Cost, Time, Critical Business Objectives,\nand Software Prepare test metrics based on the above parameters. The team then\ndiscusses what all went good and which area needs to be improved and then\nprepares a test closure report accordingly.<\/p>\n\n\n\n<p>Software testing plays a key role in\nmaintaining the quality of the software shipped. A software tester has to\nensure that the product is bug-free and be of the best quality.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the developed software meets the specified requirements or not and to identify the defects to ensure that the product is defect-free. The software tester verifies and validates the functionality of an application [&hellip;]<\/p>\n","protected":false},"author":100,"featured_media":832,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[23,32,101],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Nuventure Blog Software Testing -<\/title>\n<meta name=\"description\" content=\"Nuventure Blog What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nuventure Blog Software Testing -\" \/>\n<meta property=\"og:description\" content=\"Nuventure Blog What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/\" \/>\n<meta property=\"og:site_name\" content=\"Nuventure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/nuventureco\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-14T13:14:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-04T04:40:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Steve\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nuventureco\" \/>\n<meta name=\"twitter:site\" content=\"@nuventureco\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Steve\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/\"},\"author\":{\"name\":\"Steve\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#\/schema\/person\/e42795dd493946ecd146143ac76ff1a6\"},\"headline\":\"Software Testing\",\"datePublished\":\"2019-11-14T13:14:29+00:00\",\"dateModified\":\"2026-03-04T04:40:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/\"},\"wordCount\":824,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg\",\"articleSection\":[\"General\",\"Technology\",\"Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/\",\"url\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/\",\"name\":\"Nuventure Blog Software Testing -\",\"isPartOf\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg\",\"datePublished\":\"2019-11-14T13:14:29+00:00\",\"dateModified\":\"2026-03-04T04:40:07+00:00\",\"description\":\"Nuventure Blog What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the\",\"breadcrumb\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage\",\"url\":\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg\",\"contentUrl\":\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg\",\"width\":800,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nuventureconnect.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Software Testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#website\",\"url\":\"https:\/\/nuventureconnect.com\/blog\/\",\"name\":\"Nuventure Blog\",\"description\":\"Knowledge.transmit!\",\"publisher\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nuventureconnect.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#organization\",\"name\":\"Nuventure Connect Private Limited\",\"url\":\"https:\/\/nuventureconnect.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2023\/03\/logo-main-with-cartion-1.webp\",\"contentUrl\":\"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2023\/03\/logo-main-with-cartion-1.webp\",\"width\":200,\"height\":89,\"caption\":\"Nuventure Connect Private Limited\"},\"image\":{\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/nuventureco\/\",\"https:\/\/x.com\/nuventureco\",\"https:\/\/www.instagram.com\/nuventure\/\",\"https:\/\/in.linkedin.com\/company\/nuventure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#\/schema\/person\/e42795dd493946ecd146143ac76ff1a6\",\"name\":\"Steve\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nuventureconnect.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/304e12c24de1b4770ca00ae1dd506c29?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/304e12c24de1b4770ca00ae1dd506c29?s=96&r=g\",\"caption\":\"Steve\"},\"url\":\"https:\/\/nuventureconnect.com\/blog\/author\/steve\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nuventure Blog Software Testing -","description":"Nuventure Blog What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the","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:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/","og_locale":"en_US","og_type":"article","og_title":"Nuventure Blog Software Testing -","og_description":"Nuventure Blog What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the","og_url":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/","og_site_name":"Nuventure Blog","article_publisher":"https:\/\/www.facebook.com\/nuventureco\/","article_published_time":"2019-11-14T13:14:29+00:00","article_modified_time":"2026-03-04T04:40:07+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg","type":"image\/jpeg"}],"author":"Steve","twitter_card":"summary_large_image","twitter_creator":"@nuventureco","twitter_site":"@nuventureco","twitter_misc":{"Written by":"Steve","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#article","isPartOf":{"@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/"},"author":{"name":"Steve","@id":"https:\/\/nuventureconnect.com\/blog\/#\/schema\/person\/e42795dd493946ecd146143ac76ff1a6"},"headline":"Software Testing","datePublished":"2019-11-14T13:14:29+00:00","dateModified":"2026-03-04T04:40:07+00:00","mainEntityOfPage":{"@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/"},"wordCount":824,"commentCount":0,"publisher":{"@id":"https:\/\/nuventureconnect.com\/blog\/#organization"},"image":{"@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg","articleSection":["General","Technology","Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/","url":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/","name":"Nuventure Blog Software Testing -","isPartOf":{"@id":"https:\/\/nuventureconnect.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage"},"image":{"@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage"},"thumbnailUrl":"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg","datePublished":"2019-11-14T13:14:29+00:00","dateModified":"2026-03-04T04:40:07+00:00","description":"Nuventure Blog What is Software Testing? Software testing is a process of evaluating the functionality of a software application with an intent to find whether the","breadcrumb":{"@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#primaryimage","url":"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg","contentUrl":"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2019\/11\/Software_Testing1.jpg","width":800,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/nuventureconnect.com\/blog\/2019\/11\/14\/software-testing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nuventureconnect.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Software Testing"}]},{"@type":"WebSite","@id":"https:\/\/nuventureconnect.com\/blog\/#website","url":"https:\/\/nuventureconnect.com\/blog\/","name":"Nuventure Blog","description":"Knowledge.transmit!","publisher":{"@id":"https:\/\/nuventureconnect.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nuventureconnect.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nuventureconnect.com\/blog\/#organization","name":"Nuventure Connect Private Limited","url":"https:\/\/nuventureconnect.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nuventureconnect.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2023\/03\/logo-main-with-cartion-1.webp","contentUrl":"https:\/\/nuventureconnect.com\/blog\/wp-content\/uploads\/2023\/03\/logo-main-with-cartion-1.webp","width":200,"height":89,"caption":"Nuventure Connect Private Limited"},"image":{"@id":"https:\/\/nuventureconnect.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/nuventureco\/","https:\/\/x.com\/nuventureco","https:\/\/www.instagram.com\/nuventure\/","https:\/\/in.linkedin.com\/company\/nuventure"]},{"@type":"Person","@id":"https:\/\/nuventureconnect.com\/blog\/#\/schema\/person\/e42795dd493946ecd146143ac76ff1a6","name":"Steve","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nuventureconnect.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/304e12c24de1b4770ca00ae1dd506c29?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/304e12c24de1b4770ca00ae1dd506c29?s=96&r=g","caption":"Steve"},"url":"https:\/\/nuventureconnect.com\/blog\/author\/steve\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/posts\/825"}],"collection":[{"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/users\/100"}],"replies":[{"embeddable":true,"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/comments?post=825"}],"version-history":[{"count":3,"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/posts\/825\/revisions"}],"predecessor-version":[{"id":3476,"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/posts\/825\/revisions\/3476"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/media\/832"}],"wp:attachment":[{"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/media?parent=825"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/categories?post=825"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nuventureconnect.com\/blog\/wp-json\/wp\/v2\/tags?post=825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}