{"id":3882,"date":"2024-10-26T07:26:31","date_gmt":"2024-10-26T07:26:31","guid":{"rendered":"https:\/\/www.kaashivinfotech.com\/blog\/?p=3882"},"modified":"2024-10-26T07:28:42","modified_gmt":"2024-10-26T07:28:42","slug":"manual-testing-interview-questions-for-fresher-with-answers","status":"publish","type":"post","link":"https:\/\/www.kaashivinfotech.com\/blog\/manual-testing-interview-questions-for-fresher-with-answers\/","title":{"rendered":"Manual Testing Interview Questions for fresher with Answers"},"content":{"rendered":"<p style=\"text-align: justify;\">Manual Testing Interview Questions for fresher with Answers &#8211; Software manual testing is the process of manually testing software for defects without using automation tools. For freshers, interview questions typically focus on understanding the basics of software testing, testing techniques, and the role of a manual tester. You might be asked about the software development life cycle (SDLC), different types of testing (such as functional, regression, and unit testing), and key concepts like test cases, test plans, and bug reports.<\/p>\n<p style=\"text-align: justify;\">Interviewers will often test your understanding of how to write test cases, how to execute them, and how to identify and report bugs. You may also be asked about black-box testing, white-box testing, and exploratory testing. Being familiar with the tools used to track and manage bugs (like <a href=\"https:\/\/www.atlassian.com\/software\/jira\" target=\"_blank\" rel=\"noopener\">Jira<\/a> or <a href=\"https:\/\/www.bugzilla.org\/\" target=\"_blank\" rel=\"noopener\">Bugzilla<\/a>) and having good communication skills to work effectively with developers are also important for manual testing roles.<\/p>\n<p style=\"text-align: justify;\">Here the most important <a href=\"https:\/\/www.kaashivinfotech.com\/blog\/selenium-interview-questions-for-fresher-with-answers\/\">Software Manual Testing Interview Questions for fresher with Answers<\/a> .<\/p>\n<div class=\"block__bord\">\n<div class=\"block__bord_desc\"><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/selenium-interview-questions-for-fresher-with-answers\/\">Selenuim Testing Interview Questions and Answers<\/a><\/div>\n<div><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/highest-paying-jobs-in-india\/\">Highest Paying Jobs in India<\/a><\/div>\n<div><\/div>\n<\/div>\n<h2><strong>1.What is Software Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Software Testing<\/strong> is the process of evaluating a system or its components to check whether it meets the specified <strong>requirements<\/strong> and to identify any <strong>defects<\/strong>. The goal is to ensure the software is <strong>bug-free<\/strong>, <strong>functional<\/strong>, and <strong>reliable<\/strong> under specified conditions. Testing can be done <strong>manually<\/strong> or using <strong>automated tools<\/strong>.<\/p>\n<h2><strong>2.What is Manual Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Manual Testing<\/strong> is a process where <strong>test cases<\/strong> are executed manually by a <strong>tester<\/strong> without using automated tools. It involves <strong>checking<\/strong> the functionality of an application by following predefined <strong>test scenarios<\/strong> and comparing the actual output with the expected results.<\/p>\n<h2><strong>3.What is the Difference Between Verification and Validation?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Verification<\/strong> is the process of evaluating software to ensure it complies with the <strong>design specifications<\/strong>. It answers the question, \u201cAre we building the product right?\u201d <strong>Validation<\/strong>, on the other hand, ensures that the product meets the user\u2019s <strong>requirements<\/strong>. It answers, \u201cAre we building the right product?\u201d<\/p>\n<h2><strong>4.What is a Test Case?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Test Case<\/strong> is a set of <strong>conditions<\/strong> or <strong>steps<\/strong> used to verify the functionality of a specific feature in an application. It includes details like <strong>input data<\/strong>, <strong>execution steps<\/strong>, <strong>expected result<\/strong>, and <strong>actual result<\/strong>. A well-written test case ensures <strong>comprehensive testing<\/strong>.<\/p>\n<h2><strong>5.What is a Test Plan?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Test Plan<\/strong> is a detailed document that outlines the <strong>objectives<\/strong>, <strong>scope<\/strong>, <strong>approach<\/strong>, and focus of software testing efforts. It also includes information on <strong>test deliverables<\/strong>, required <strong>resources<\/strong>, a <strong>test schedule<\/strong>, and the criteria for <strong>test completion<\/strong>.<\/p>\n<h2><strong>6.What is a Bug or Defect in Software Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>bug<\/strong> or <strong>defect<\/strong> is an error, flaw, or failure in a software program that causes it to produce incorrect or unexpected results. Bugs are identified during <strong>testing<\/strong> when the <strong>actual output<\/strong> differs from the <strong>expected output<\/strong>.<\/p>\n<h2><strong>7.What is the Bug Life Cycle?<\/strong><\/h2>\n<p style=\"text-align: justify;\">The <strong>Bug Life Cycle<\/strong> is the process a defect goes through from <strong>identification<\/strong> to <strong>resolution<\/strong>. It typically involves stages like <strong>New<\/strong>, <strong>Assigned<\/strong>, <strong>Open<\/strong>, <strong>Fixed<\/strong>, <strong>Retested<\/strong>, and <strong>Closed<\/strong>. Each status indicates the current <strong>progress<\/strong> of the bug.<\/p>\n<h2><strong>8.What is Regression Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Regression Testing<\/strong> is a type of testing performed to ensure that recent <strong>code changes<\/strong> have not negatively impacted the existing functionality. It involves re-executing <strong>previously passed test cases<\/strong> to check that everything still works as expected.<\/p>\n<h2><strong>9.What is Smoke Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Smoke Testing<\/strong> is a type of <strong>initial testing<\/strong> to verify whether the basic functionalities of the application are working. It is also known as <strong>Build Verification Testing<\/strong> and is performed before conducting any detailed testing to ensure the system is stable enough for further testing.<\/p>\n<h2><strong>10.What is Sanity Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Sanity Testing<\/strong> is a subset of <strong>regression testing<\/strong>. It is conducted to verify that specific functionality works as expected after a minor <strong>code change<\/strong>. Sanity testing focuses only on <strong>critical functionalities<\/strong> and is typically executed when there is no time for extensive testing.<\/p>\n<h2><strong>11.What is Black Box Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Black Box Testing<\/strong> is a <strong>testing method<\/strong> where the tester is unaware of the <strong>internal structure<\/strong> of the software. The tester focuses on testing the functionality based on the <strong>input-output<\/strong> relationship. It emphasizes what the system does rather than how it does it.<\/p>\n<h2><strong>12.What is White Box Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>White Box Testing<\/strong> involves testing the internal logic of the application. Testers have full knowledge of the <strong>source code<\/strong> and design while creating test cases. This technique is used to check the <strong>flow of inputs and outputs<\/strong> through the code and ensure <strong>code coverage<\/strong>.<\/p>\n<h2><strong>13.What is the Difference Between Black Box and White Box Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\">The key difference is that <strong>Black Box Testing<\/strong> focuses on the <strong>functionality<\/strong> of the software without looking at the internal structure, while <strong>White Box Testing<\/strong> involves testing the internal logic and <strong>source code<\/strong> of the application.<\/p>\n<h2><strong>14.What is Exploratory Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Exploratory Testing<\/strong> is a type of manual testing where <strong>testers explore<\/strong> the application without predefined test cases. It relies on the tester\u2019s <strong>experience<\/strong> and creativity to find defects. Testers often <strong>simultaneously learn<\/strong> and execute tests, adapting as they go.<\/p>\n<h2><strong>15.What is Ad-hoc Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Ad-hoc Testing<\/strong> is an informal testing method where testers execute tests without any formal <strong>documentation<\/strong> or planning. It is done randomly and does not follow any structured approach. The goal is to identify <strong>defects<\/strong> that may not be captured by formal test cases.<\/p>\n<h2><strong>16.What is Usability Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Usability Testing<\/strong> is conducted to evaluate how <strong>user-friendly<\/strong> the application is. It measures the system\u2019s <strong>ease of use<\/strong>, <strong>navigation<\/strong>, and overall <strong>user experience<\/strong>. The aim is to ensure that end-users can use the system efficiently and without confusion.<\/p>\n<h2><strong>17.What is Acceptance Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Acceptance Testing<\/strong> is a type of testing where the system is tested to ensure that it meets the <strong>business requirements<\/strong> and is ready for <strong>deployment<\/strong>. It is often conducted by the <strong>end users<\/strong> or the <strong>client<\/strong> and is the final step before <strong>release<\/strong>.<\/p>\n<h2><strong>18.What is Alpha Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Alpha Testing<\/strong> is an early form of <strong>user acceptance testing<\/strong> performed at the developer\u2019s site. It is typically conducted by <strong>internal testers<\/strong> or the <strong>development team<\/strong> to identify <strong>bugs<\/strong> before releasing the product to external users or clients.<\/p>\n<h2><strong>19.What is Beta Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Beta Testing<\/strong> is the process where the software is released to a limited number of <strong>external users<\/strong> for <strong>testing<\/strong> in a real environment. The feedback from beta testers helps identify defects or issues that were not detected during internal testing.<\/p>\n<h2><strong>20.What is Functional Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Functional Testing<\/strong> focuses on verifying that the application works according to the specified <strong>functional requirements<\/strong>. It ensures that each feature or functionality produces the correct <strong>output<\/strong> based on the given <strong>input<\/strong>. Functional testing includes testing <strong>user interfaces<\/strong>, APIs, databases, and more.<\/p>\n<h2><strong>21.What is Non-functional Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Non-functional Testing<\/strong> involves testing the <strong>non-functional aspects<\/strong> of the software, such as <strong>performance<\/strong>, <strong>usability<\/strong>, <strong>security<\/strong>, and <strong>scalability<\/strong>. The aim is to ensure that the application meets the specified <strong>quality attributes<\/strong> and performs well under various conditions.<\/p>\n<h2><strong>22.What is Performance Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Performance Testing<\/strong> evaluates the speed, responsiveness, and <strong>stability<\/strong> of a system under different workloads. It ensures that the application performs well in terms of <strong>load<\/strong>, <strong>stress<\/strong>, and <strong>scalability<\/strong>. Tools like <strong>JMeter<\/strong> or <strong>LoadRunner<\/strong> are often used in automated performance testing.<\/p>\n<h2><strong>23.What is Load Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Load Testing<\/strong> is a type of performance testing that determines how the application behaves under <strong>normal<\/strong> and <strong>peak load conditions<\/strong>. It checks if the system can handle the expected number of users or transactions without significant <strong>degradation in performance<\/strong>.<\/p>\n<h2><strong>24.What is Stress Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Stress Testing<\/strong> is conducted to determine how the system behaves under <strong>extreme conditions<\/strong>. The goal is to push the application beyond its <strong>operational limits<\/strong> to identify the breaking point and ensure that it can recover gracefully from failures.<\/p>\n<h2><strong>25.What is Security Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Security Testing<\/strong> is conducted to identify <strong>vulnerabilities<\/strong> in the system that could be exploited by malicious users. It ensures that the application is protected against threats like <strong>unauthorized access<\/strong>, <strong>data breaches<\/strong>, and <strong>hacking<\/strong>. Security testing includes testing for <strong>injections<\/strong>, <strong>authentication<\/strong>, and <strong>authorization<\/strong>.<\/p>\n<h2><strong>26.What is Compatibility Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Compatibility Testing<\/strong> is a type of <strong>non-functional testing<\/strong> that ensures the software works across different <strong>environments<\/strong>, such as <strong>browsers<\/strong>, <strong>operating systems<\/strong>, <strong>devices<\/strong>, and <strong>networks<\/strong>. It verifies that the application performs consistently in various hardware and software configurations.<\/p>\n<h2><strong>27.What is Recovery Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Recovery Testing<\/strong> is a type of <strong>non-functional testing<\/strong> that checks how well an application can <strong>recover<\/strong> from crashes, hardware failures, or other unexpected interruptions. It tests the system&#8217;s ability to <strong>restore<\/strong> operations and data after a failure.<\/p>\n<h2><strong>28.What is Volume Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Volume Testing<\/strong> is conducted to evaluate the system&#8217;s behavior when subjected to a large volume of <strong>data<\/strong>. The objective is to identify any issues that may occur when handling huge amounts of <strong>data input<\/strong> or <strong>database transactions<\/strong>, such as performance degradation or data loss.<\/p>\n<h2><strong>29.What is End-to-End Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>End-to-End Testing<\/strong> tests the complete <strong>flow<\/strong> of an application, simulating real-world user <strong>scenarios<\/strong> from start to finish. It ensures that <strong>interconnected components<\/strong> and <strong>subsystems<\/strong> work together as expected. This type of testing verifies the <strong>integration<\/strong> of all system components.<\/p>\n<h2><strong>30.What is Test Coverage?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Test Coverage<\/strong> refers to the extent to which the <strong>test cases<\/strong> cover the <strong>requirements<\/strong> and <strong>functionality<\/strong> of the software. It is a <strong>metric<\/strong> used to measure how much of the software has been tested. High test coverage helps reduce the likelihood of undetected bugs.<\/p>\n<h2><strong>31.What is Test Data?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Test Data<\/strong> is the set of <strong>input values<\/strong> or data used by testers to execute test cases. Test data can be either <strong>static<\/strong> (predefined) or <strong>dynamic<\/strong> (generated during execution). Properly chosen test data helps validate whether the system processes input correctly.<\/p>\n<h2><strong>32.What is Test Scenario?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Test Scenario<\/strong> is a high-level description of what needs to be tested. It represents a specific <strong>functionality<\/strong> or <strong>feature<\/strong> of the system. Scenarios help guide the creation of detailed <strong>test cases<\/strong> and ensure that all possible user interactions with the system are covered.<\/p>\n<h2><strong>33.What is a Test Script?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Test Script<\/strong> is a set of instructions or code that automates the execution of a <strong>test case<\/strong>. It is commonly used in <strong>automated testing<\/strong> to simulate user actions and verify that the software behaves as expected. Test scripts can be written in various programming languages.<\/p>\n<h2><strong>34.What is a Test Environment?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Test Environment<\/strong> is the setup required to execute test cases, including <strong>hardware<\/strong>, <strong>software<\/strong>, <strong>network configurations<\/strong>, and <strong>test data<\/strong>. It simulates the production environment to ensure the application functions correctly under similar conditions.<\/p>\n<h2><strong>35.What is the Role of a Test Lead in Software Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Test Lead<\/strong> is responsible for overseeing the testing process. Their role includes <strong>planning<\/strong>, <strong>scheduling<\/strong>, and managing the testing team, ensuring that <strong>test strategies<\/strong> are implemented effectively, and coordinating with stakeholders to ensure the <strong>quality<\/strong> of the deliverables.<\/p>\n<h2><strong>36.What is the Difference Between Retesting and Regression Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Retesting<\/strong> involves testing the same functionality again after a defect has been fixed, while <strong>regression testing<\/strong> ensures that recent code changes haven\u2019t broken existing functionality. <strong>Retesting<\/strong> focuses on specific defects, and <strong>regression testing<\/strong> checks the broader impact of changes.<\/p>\n<h2><strong>37.What is a Test Closure?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Test Closure<\/strong> refers to the completion of the <strong>testing process<\/strong> and involves a formal sign-off. It includes <strong>test deliverables<\/strong>, a <strong>test summary report<\/strong>, and an analysis of <strong>defects<\/strong> found and fixed. It marks the point where testing is deemed complete.<\/p>\n<h2><strong>38.What is Traceability Matrix?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Traceability Matrix<\/strong> is a document that maps <strong>requirements<\/strong> to corresponding <strong>test cases<\/strong>. It ensures that all requirements have been <strong>covered<\/strong> by test cases and helps track the <strong>test coverage<\/strong> throughout the testing lifecycle.<\/p>\n<h2><strong>39.What is a Severity and Priority in Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Severity<\/strong> refers to the impact of a <strong>defect<\/strong> on the system\u2019s functionality, while <strong>priority<\/strong> indicates how soon the defect should be fixed. Severity is set by the tester based on the <strong>technical impact<\/strong>, and priority is set by the <strong>development team<\/strong> based on business needs.<\/p>\n<h2><strong>40.What is Boundary Value Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Boundary Value Testing<\/strong> is a testing technique where test cases are created using values at the <strong>edges<\/strong> of input ranges, including minimum and maximum boundary values. It helps identify defects related to <strong>boundary conditions<\/strong>.<\/p>\n<h2><strong>41.What is Equivalence Partitioning?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Equivalence Partitioning<\/strong> divides the input data into <strong>partitions<\/strong> or <strong>classes<\/strong> where all values within a class are considered <strong>equivalent<\/strong> for testing. Instead of testing each input individually, testers select one value from each partition, reducing the number of test cases.<\/p>\n<h2><strong>42.What is Decision Table Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Decision Table Testing<\/strong> is a method where test cases are designed based on <strong>decision tables<\/strong>. A decision table is a systematic way of listing all possible combinations of <strong>inputs<\/strong> and their corresponding <strong>outputs<\/strong>. It helps test complex business rules and decision-making logic.<\/p>\n<h2><strong>43.What is Use Case Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Use Case Testing<\/strong> is based on <strong>use cases<\/strong>, which describe the <strong>interactions<\/strong> between users and the system. Test cases are derived from the <strong>use cases<\/strong> to validate that the application performs as expected when used by end-users in real-world scenarios.<\/p>\n<h2><strong>44.What is Defect Density?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Defect Density<\/strong> is a measure of the number of <strong>defects<\/strong> detected in the software per unit of code, typically measured as defects per <strong>KLOC (thousand lines of code)<\/strong>. It is used to assess the <strong>quality<\/strong> of the software and the effectiveness of the <strong>testing process<\/strong>.<\/p>\n<h2><strong>45.What is Defect Clustering?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Defect Clustering<\/strong> refers to the phenomenon where a small number of modules in an application account for the majority of the <strong>defects<\/strong>. This is based on the <strong>Pareto Principle (80\/20 rule)<\/strong>, which states that 80% of the defects are found in 20% of the system\u2019s modules.<\/p>\n<h2><strong>46.What is Confirmation Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Confirmation Testing<\/strong> (also known as <strong>retesting<\/strong>) involves retesting the specific functionality or <strong>defect<\/strong> to ensure that the previously reported defect has been fixed. It verifies that the changes made to the code have successfully resolved the issue.<\/p>\n<h2><strong>47.What is Pair Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Pair Testing<\/strong> is a collaborative testing approach where two testers work together on the same test case or task. Typically, one tester <strong>executes<\/strong> the tests while the other <strong>observes<\/strong> or provides feedback. This can help identify defects more efficiently and ensure thorough testing.<\/p>\n<h2><strong>48.What is a Test Log?<\/strong><\/h2>\n<p style=\"text-align: justify;\">A <strong>Test Log<\/strong> is a detailed record of the <strong>test execution<\/strong> activities, including the results of each test, the environment used, the test cases executed, and any <strong>defects<\/strong> identified. It helps track the progress of testing and provides a reference for future analysis.<\/p>\n<h2><strong>49.What is Monkey Testing?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Monkey Testing<\/strong> is a type of <strong>random testing<\/strong> where testers input random or arbitrary data into the application to see if it <strong>crashes<\/strong> or reveals defects. It is an informal method used to ensure the application can handle unexpected inputs or actions.<\/p>\n<h2><strong>50.What is Root Cause Analysis?<\/strong><\/h2>\n<p style=\"text-align: justify;\"><strong>Root Cause Analysis (RCA)<\/strong> is a technique used to identify the <strong>underlying cause<\/strong> of defects or problems in the software. The goal is to understand what caused the issue so that it can be prevented in the future. RCA often results in <strong>process improvements<\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"Manual Testing Interview Questions for fresher with Answers &#8211; Software manual testing is the process of manually testing&hellip;","protected":false},"author":3,"featured_media":3963,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"csco_singular_sidebar":"","csco_page_header_type":"","csco_page_load_nextpost":"","footnotes":""},"categories":[724],"tags":[2642,2643,2608,2611,2640,2646,2399,2644,2641,2639,2645],"class_list":["post-3882","post","type-post","status-publish","format-standard","has-post-thumbnail","category-interview-questions","tag-manual-testing-interview-questions","tag-manual-testing-interview-questions-and-answers","tag-manual-testing-interview-questions-and-answers-for-experienced","tag-manual-testing-interview-questions-and-answers-for-freshers","tag-manual-testing-mock-interview-for-freshers","tag-qa-interview-questions","tag-quality-assurance-interview-questions","tag-software-testing-interview","tag-software-testing-interview-questions","tag-software-testing-interview-questions-for-freshers","tag-test-engineer-interview-questions","cs-entry"],"_links":{"self":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=3882"}],"version-history":[{"count":4,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3882\/revisions"}],"predecessor-version":[{"id":3962,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/3882\/revisions\/3962"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media\/3963"}],"wp:attachment":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=3882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=3882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=3882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}