{"id":6150,"date":"2019-08-02T12:20:27","date_gmt":"2019-08-02T12:20:27","guid":{"rendered":"https:\/\/www.arobs.com\/?p=6150"},"modified":"2021-06-23T14:33:14","modified_gmt":"2021-06-23T14:33:14","slug":"manual-testing-part-1","status":"publish","type":"post","link":"https:\/\/arobs.com\/en\/blog\/manual-testing-part-1\/","title":{"rendered":"Manual testing (1)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6150\" class=\"elementor elementor-6150\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-139a41f2 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"139a41f2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7e07036f ot-flex-column-vertical\" data-id=\"7e07036f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74ad197 elementor-widget elementor-widget-heading\" data-id=\"74ad197\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Manual testing \u2013 an indispensable testing method (Part 1)<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28bc12d elementor-widget elementor-widget-text-editor\" data-id=\"28bc12d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In all the <a href=\"https:\/\/www.arobs.com\/\">IT companies in Romania<\/a>, specialized in <a href=\"https:\/\/arobs.com\/software-services\/\">software services<\/a>, you can find a handful of QA Engineers\/Technicians\/Analysts, also known as testers in common language. They perform manual testing on various projects. This testing method has the purpose to ensure the quality in the software.<\/p><p>In this first part of the article, we are focusing on manual testing and how to do manual testing.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01cd57e elementor-widget elementor-widget-heading\" data-id=\"01cd57e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What does manual testing mean?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35c6806 elementor-widget elementor-widget-text-editor\" data-id=\"35c6806\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Manual testing is a type of Software Testing. It involves a process in which the QA Analyst is using the functions and features of an application, in order to verify if the software is working correctly. During this process, the manual tester conducts a series of pre-defined test cases based on test scenarios to discover defects (bugs) in software.<\/p><p>So basically, testers take over the role of an end-user and test the software. Manual testing implies testing the software manually, without using any kind of automated tools or scripts.<\/p><p>Now that we have an idea of what manual testing means, let\u2019s see how it\u2019s done.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b27c0e elementor-widget elementor-widget-heading\" data-id=\"2b27c0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How to do manual testing?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-753e513 elementor-widget elementor-widget-text-editor\" data-id=\"753e513\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>First, in order to proceed in testing the software, you must <strong>understand the requirements<\/strong>. In this way, you will understand what you need to test and what you can classify as a defect or bug.<\/p><p>To help the testers in their job, they create a test plan document. This document describes, in detail, how to approach testing the software. It also describes the workflow that will occur.<\/p><p>Second, <strong>test cases<\/strong>. Being a crucial part of manual testing, test cases practically guide the tester through the entire process of testing, with the help of steps to test\u00a0functions\u00a0and different scenarios within the software application. Once written, testers conduct these test cases in order to deliver bug-free software.<\/p><p>A good test case must cover all the positive and negative scenarios. It must be accurate (to contain the exact purpose), economical (do not use unnecessary words or steps), traceable (traced to requirements), repeatable (can be used again to perform tests), reusable (can be reused if necessary).<\/p><p>During tests, testers are responsible for <strong>logging bugs<\/strong>. As the tests run, if they find any kind of inconvenience or defect, they must write a bug report. A good bug report must have a strong title, steps to replicate the bug, an expected and an actual result, and any relevant information or attachments. These reports will help the development team understand and fix the problem.<\/p><p>The last step is related to reporting on the test results. After running the test cases you must know how many tests were run, how many failed or how many prevailed. A <strong>test report<\/strong> is needed to see the testing results in a formal way. It is basically a document which describes environmental or operating conditions and shows the comparison of the test results with test objectives. \u00a0<\/p><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-386187a5 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"386187a5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d6bd419 ot-flex-column-vertical\" data-id=\"1d6bd419\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-470677b elementor-widget elementor-widget-spacer\" data-id=\"470677b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ce521e3 elementor-section-full_width elementor-section-content-bottom ot-traditional elementor-section-height-default elementor-section-height-default\" data-id=\"ce521e3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-646cae3 ot-flex-column-vertical\" data-id=\"646cae3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8104ec5 elementor-widget elementor-widget-iheading\" data-id=\"8104ec5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"iheading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"ot-heading\">\r\n\t        \t            <span>\/\/ If you\u2019re looking for a software services partner to help your business adapt to change, leave us a message<\/span>\r\n\t        <h5 class=\"main-heading\">Looking for a digital upgrade?\n<\/h5>\t    <\/div>\r\n\t    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1614a6 elementor-align-center elementor-mobile-align-left elementor-widget elementor-widget-button\" data-id=\"d1614a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/arobs.com\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd8160 elementor-section-full_width ot-traditional elementor-section-height-default elementor-section-height-default\" data-id=\"fd8160\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-15f1ad86 ot-flex-column-vertical\" data-id=\"15f1ad86\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5729359c elementor-section-full_width elementor-section-content-bottom ot-traditional elementor-section-height-default elementor-section-height-default\" data-id=\"5729359c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5a47418c ot-flex-column-vertical\" data-id=\"5a47418c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24209b03 elementor-widget elementor-widget-iheading\" data-id=\"24209b03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"iheading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"ot-heading\">\r\n\t        \t            <span>\/\/ our recent news<\/span>\r\n\t        <h4 class=\"main-heading\">Read our recent blog posts<\/h4>\t    <\/div>\r\n\t    \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b8fb0da elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-posts--show-avatar elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts\" data-id=\"7b8fb0da\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.cards\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-23586 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-researchdevelopment\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/arobs.com\/en\/blog\/running-ai-where-the-cloud-cannot-reach-the-case-for-local-intelligence-in-embedded-systems\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/arobs.com\/wp-content\/uploads\/2026\/05\/AROBS-local-AI-embedded-systems-1024x283.png\" class=\"attachment-large size-large wp-image-23588\" alt=\"AROBS local AI embedded systems\" srcset=\"https:\/\/arobs.com\/wp-content\/uploads\/2026\/05\/AROBS-local-AI-embedded-systems-1024x283.png 1024w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/05\/AROBS-local-AI-embedded-systems-300x83.png 300w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/05\/AROBS-local-AI-embedded-systems-768x212.png 768w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/05\/AROBS-local-AI-embedded-systems-1536x424.png 1536w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/05\/AROBS-local-AI-embedded-systems-720x199.png 720w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/05\/AROBS-local-AI-embedded-systems.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Blog<\/div>\n\t\t\t\t<div class=\"elementor-post__avatar\">\n\t\t\t<img alt='Diana-Maria Coste' src='https:\/\/secure.gravatar.com\/avatar\/629dfaf2fd12eaaf0729c8b4a5b3ecdb3b6d03c931801663083f12b80631f903?s=128&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/629dfaf2fd12eaaf0729c8b4a5b3ecdb3b6d03c931801663083f12b80631f903?s=256&#038;d=mm&#038;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' \/>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/arobs.com\/en\/blog\/running-ai-where-the-cloud-cannot-reach-the-case-for-local-intelligence-in-embedded-systems\/\" >\n\t\t\t\tRunning AI Where the Cloud Cannot Reach: The case for local intelligence in embedded systems\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/arobs.com\/en\/blog\/running-ai-where-the-cloud-cannot-reach-the-case-for-local-intelligence-in-embedded-systems\/\" aria-label=\"Read more about Running AI Where the Cloud Cannot Reach: The case for local intelligence in embedded systems\" tabindex=\"-1\" >\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__meta-data\">\n\t\t\t\t\t<span class=\"elementor-post-author\">\n\t\t\tDiana-Maria Coste\t\t<\/span>\n\t\t\t\t<span class=\"elementor-post-date\">\n\t\t\tAugust 7, 2026\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-23731 post type-post status-publish format-standard has-post-thumbnail hentry category-blog category-testimonial\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/arobs.com\/en\/blog\/bcr-x-arobs-driving-digital-banking-innovation\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/bcr-x-AROBS-1024x283.png\" class=\"attachment-large size-large wp-image-24654\" alt=\"\" srcset=\"https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/bcr-x-AROBS-1024x283.png 1024w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/bcr-x-AROBS-300x83.png 300w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/bcr-x-AROBS-768x212.png 768w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/bcr-x-AROBS-1536x424.png 1536w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/bcr-x-AROBS-720x199.png 720w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/bcr-x-AROBS.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Blog<\/div>\n\t\t\t\t<div class=\"elementor-post__avatar\">\n\t\t\t<img alt='Diana-Maria Coste' src='https:\/\/secure.gravatar.com\/avatar\/629dfaf2fd12eaaf0729c8b4a5b3ecdb3b6d03c931801663083f12b80631f903?s=128&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/629dfaf2fd12eaaf0729c8b4a5b3ecdb3b6d03c931801663083f12b80631f903?s=256&#038;d=mm&#038;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' \/>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/arobs.com\/en\/blog\/bcr-x-arobs-driving-digital-banking-innovation\/\" >\n\t\t\t\tBCR X AROBS: Driving Digital Banking Innovation\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/arobs.com\/en\/blog\/bcr-x-arobs-driving-digital-banking-innovation\/\" aria-label=\"Read more about BCR X AROBS: Driving Digital Banking Innovation\" tabindex=\"-1\" >\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__meta-data\">\n\t\t\t\t\t<span class=\"elementor-post-author\">\n\t\t\tDiana-Maria Coste\t\t<\/span>\n\t\t\t\t<span class=\"elementor-post-date\">\n\t\t\tAugust 6, 2026\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-23882 post type-post status-publish format-standard has-post-thumbnail hentry category-case-study category-case-study-es\" role=\"listitem\">\n\t\t\t<div class=\"elementor-post__card\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/arobs.com\/en\/blog\/10-years-of-partnership-how-arobs-helped-modernise-vitrado-the-affiliate-e-commerce-platform-part-of-the-german-freenet-group\/\" tabindex=\"-1\" ><div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"1024\" height=\"283\" src=\"https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/vitrado-ecommerce1-1024x283.png\" class=\"attachment-large size-large wp-image-24657\" alt=\"\" srcset=\"https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/vitrado-ecommerce1-1024x283.png 1024w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/vitrado-ecommerce1-300x83.png 300w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/vitrado-ecommerce1-768x212.png 768w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/vitrado-ecommerce1-1536x424.png 1536w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/vitrado-ecommerce1-720x199.png 720w, https:\/\/arobs.com\/wp-content\/uploads\/2026\/08\/vitrado-ecommerce1.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/div><\/a>\n\t\t\t\t<div class=\"elementor-post__badge\">Case study<\/div>\n\t\t\t\t<div class=\"elementor-post__avatar\">\n\t\t\t<img alt='camelia.oltean' src='https:\/\/secure.gravatar.com\/avatar\/dfc8d5d588b3ce8f181a97e05ffb183b1a161649e958cbfbdf9019b874129cbe?s=128&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/dfc8d5d588b3ce8f181a97e05ffb183b1a161649e958cbfbdf9019b874129cbe?s=256&#038;d=mm&#038;r=g 2x' class='avatar avatar-128 photo' height='128' width='128' \/>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/arobs.com\/en\/blog\/10-years-of-partnership-how-arobs-helped-modernise-vitrado-the-affiliate-e-commerce-platform-part-of-the-german-freenet-group\/\" >\n\t\t\t\t10+ Years of Partnership: How AROBS Helped Modernise vitrado, the Affiliate &#038; E-Commerce Platform, part of the German Freenet Group\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\n\t\t<a class=\"elementor-post__read-more\" href=\"https:\/\/arobs.com\/en\/blog\/10-years-of-partnership-how-arobs-helped-modernise-vitrado-the-affiliate-e-commerce-platform-part-of-the-german-freenet-group\/\" aria-label=\"Read more about 10+ Years of Partnership: How AROBS Helped Modernise vitrado, the Affiliate &#038; E-Commerce Platform, part of the German Freenet Group\" tabindex=\"-1\" >\n\t\t\tRead More \u00bb\t\t<\/a>\n\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__meta-data\">\n\t\t\t\t\t<span class=\"elementor-post-author\">\n\t\t\tcamelia.oltean\t\t<\/span>\n\t\t\t\t<span class=\"elementor-post-date\">\n\t\t\tJuly 2, 2026\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-25833344 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"25833344\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53d0cf82 ot-flex-column-vertical\" data-id=\"53d0cf82\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5cde1f16 elementor-widget elementor-widget-spacer\" data-id=\"5cde1f16\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-406adebd elementor-widget elementor-widget-heading\" data-id=\"406adebd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Follow us on social media!<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e6eb2d1 elementor-widget elementor-widget-spacer\" data-id=\"3e6eb2d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-318b5359 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"318b5359\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-d50f470\" href=\"https:\/\/www.facebook.com\/AROBS\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-facebook\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-8a4a78a\" href=\"https:\/\/www.linkedin.com\/company\/arobs\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-linkedin\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-d6d4706\" href=\"https:\/\/www.instagram.com\/arobs_transilvania\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-instagram\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-84bfe0b\" href=\"https:\/\/twitter.com\/AROBSSoftware\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-twitter\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-3dad44d\" href=\"https:\/\/www.youtube.com\/channel\/UCwj21vmXJoxhfiYmdKod9OA\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-youtube\"><\/i>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>What does manual testing mean?<br \/>\nManual testing is a type of Software Testing. It involves a process in which the QA Analyst is using the functions and features of an application, in order to verify if the software is working correctly.<\/p>\n","protected":false},"author":13,"featured_media":17909,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_angie_page":false,"page_builder":"","footnotes":""},"categories":[33],"tags":[],"class_list":["post-6150","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Manual testing (1) - AROBS Transilvania Software development<\/title>\n<meta name=\"description\" content=\"Manual testing implies testing the software manually, without using any kind of automated tools or scripts. Ii ensures the software quality.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/arobs.com\/blog\/manual-testing-part-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manual testing (1)\" \/>\n<meta property=\"og:description\" content=\"What does manual testing mean? Manual testing is a type of Software Testing. It involves a process in which the QA Analyst is using the functions and features of an application, in order to verify if the software is working correctly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arobs.com\/blog\/manual-testing-part-1\/\" \/>\n<meta property=\"og:site_name\" content=\"AROBS Transilvania Software development\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AROBS\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-02T12:20:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-23T14:33:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arobs.com\/wp-content\/uploads\/2019\/08\/imaigne-adina-articol.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"530\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lucian Costea\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AROBSSoftware\" \/>\n<meta name=\"twitter:site\" content=\"@AROBSSoftware\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lucian Costea\" \/>\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:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/\"},\"author\":{\"name\":\"Lucian Costea\",\"@id\":\"https:\\\/\\\/arobs.com\\\/#\\\/schema\\\/person\\\/c1e3a128cca38abfc7113d5630065a11\"},\"headline\":\"Manual testing (1)\",\"datePublished\":\"2019-08-02T12:20:27+00:00\",\"dateModified\":\"2021-06-23T14:33:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/\"},\"wordCount\":534,\"publisher\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/imaigne-adina-articol.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/\",\"url\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/\",\"name\":\"Manual testing (1) - AROBS Transilvania Software development\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/imaigne-adina-articol.png\",\"datePublished\":\"2019-08-02T12:20:27+00:00\",\"dateModified\":\"2021-06-23T14:33:14+00:00\",\"description\":\"Manual testing implies testing the software manually, without using any kind of automated tools or scripts. Ii ensures the software quality.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/manual-testing-part-1\\\/#primaryimage\",\"url\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/imaigne-adina-articol.png\",\"contentUrl\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/imaigne-adina-articol.png\",\"width\":1920,\"height\":530,\"caption\":\"manual testing\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/arobs.com\\\/#website\",\"url\":\"https:\\\/\\\/arobs.com\\\/\",\"name\":\"AROBS Transilvania Software development\",\"description\":\"IT solutions of top quality\",\"publisher\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/arobs.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/arobs.com\\\/#organization\",\"name\":\"Software Development - AROBS Transilvania Software\",\"url\":\"https:\\\/\\\/arobs.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arobs.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/arobs-logo.jpg\",\"contentUrl\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/arobs-logo.jpg\",\"width\":763,\"height\":747,\"caption\":\"Software Development - AROBS Transilvania Software\"},\"image\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/AROBS\",\"https:\\\/\\\/x.com\\\/AROBSSoftware\",\"https:\\\/\\\/www.instagram.com\\\/arobs_transilvania\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/arobs\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCwj21vmXJoxhfiYmdKod9OA\",\"https:\\\/\\\/ro.wikipedia.org\\\/wiki\\\/Arobs_Transilvania_Software\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/arobs.com\\\/#\\\/schema\\\/person\\\/c1e3a128cca38abfc7113d5630065a11\",\"name\":\"Lucian Costea\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/305d3f8f2c7615cadf8cb8980c3c7fbd38abae8b8f5c9417875ed1e4921c4404?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/305d3f8f2c7615cadf8cb8980c3c7fbd38abae8b8f5c9417875ed1e4921c4404?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/305d3f8f2c7615cadf8cb8980c3c7fbd38abae8b8f5c9417875ed1e4921c4404?s=96&d=mm&r=g\",\"caption\":\"Lucian Costea\"},\"url\":\"https:\\\/\\\/arobs.com\\\/en\\\/blog\\\/author\\\/lucian-costea\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Manual testing (1) - AROBS Transilvania Software development","description":"Manual testing implies testing the software manually, without using any kind of automated tools or scripts. Ii ensures the software quality.","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:\/\/arobs.com\/blog\/manual-testing-part-1\/","og_locale":"en_US","og_type":"article","og_title":"Manual testing (1)","og_description":"What does manual testing mean? Manual testing is a type of Software Testing. It involves a process in which the QA Analyst is using the functions and features of an application, in order to verify if the software is working correctly.","og_url":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/","og_site_name":"AROBS Transilvania Software development","article_publisher":"https:\/\/www.facebook.com\/AROBS","article_published_time":"2019-08-02T12:20:27+00:00","article_modified_time":"2021-06-23T14:33:14+00:00","og_image":[{"width":1920,"height":530,"url":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/08\/imaigne-adina-articol.png","type":"image\/png"}],"author":"Lucian Costea","twitter_card":"summary_large_image","twitter_creator":"@AROBSSoftware","twitter_site":"@AROBSSoftware","twitter_misc":{"Written by":"Lucian Costea","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/#article","isPartOf":{"@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/"},"author":{"name":"Lucian Costea","@id":"https:\/\/arobs.com\/#\/schema\/person\/c1e3a128cca38abfc7113d5630065a11"},"headline":"Manual testing (1)","datePublished":"2019-08-02T12:20:27+00:00","dateModified":"2021-06-23T14:33:14+00:00","mainEntityOfPage":{"@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/"},"wordCount":534,"publisher":{"@id":"https:\/\/arobs.com\/#organization"},"image":{"@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/#primaryimage"},"thumbnailUrl":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/08\/imaigne-adina-articol.png","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/","url":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/","name":"Manual testing (1) - AROBS Transilvania Software development","isPartOf":{"@id":"https:\/\/arobs.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/#primaryimage"},"image":{"@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/#primaryimage"},"thumbnailUrl":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/08\/imaigne-adina-articol.png","datePublished":"2019-08-02T12:20:27+00:00","dateModified":"2021-06-23T14:33:14+00:00","description":"Manual testing implies testing the software manually, without using any kind of automated tools or scripts. Ii ensures the software quality.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arobs.com\/blog\/manual-testing-part-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arobs.com\/blog\/manual-testing-part-1\/#primaryimage","url":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/08\/imaigne-adina-articol.png","contentUrl":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/08\/imaigne-adina-articol.png","width":1920,"height":530,"caption":"manual testing"},{"@type":"WebSite","@id":"https:\/\/arobs.com\/#website","url":"https:\/\/arobs.com\/","name":"AROBS Transilvania Software development","description":"IT solutions of top quality","publisher":{"@id":"https:\/\/arobs.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arobs.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/arobs.com\/#organization","name":"Software Development - AROBS Transilvania Software","url":"https:\/\/arobs.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arobs.com\/#\/schema\/logo\/image\/","url":"https:\/\/arobs.com\/wp-content\/uploads\/2021\/06\/arobs-logo.jpg","contentUrl":"https:\/\/arobs.com\/wp-content\/uploads\/2021\/06\/arobs-logo.jpg","width":763,"height":747,"caption":"Software Development - AROBS Transilvania Software"},"image":{"@id":"https:\/\/arobs.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AROBS","https:\/\/x.com\/AROBSSoftware","https:\/\/www.instagram.com\/arobs_transilvania\/","https:\/\/www.linkedin.com\/company\/arobs","https:\/\/www.youtube.com\/channel\/UCwj21vmXJoxhfiYmdKod9OA","https:\/\/ro.wikipedia.org\/wiki\/Arobs_Transilvania_Software"]},{"@type":"Person","@id":"https:\/\/arobs.com\/#\/schema\/person\/c1e3a128cca38abfc7113d5630065a11","name":"Lucian Costea","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/305d3f8f2c7615cadf8cb8980c3c7fbd38abae8b8f5c9417875ed1e4921c4404?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/305d3f8f2c7615cadf8cb8980c3c7fbd38abae8b8f5c9417875ed1e4921c4404?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/305d3f8f2c7615cadf8cb8980c3c7fbd38abae8b8f5c9417875ed1e4921c4404?s=96&d=mm&r=g","caption":"Lucian Costea"},"url":"https:\/\/arobs.com\/en\/blog\/author\/lucian-costea\/"}]}},"_links":{"self":[{"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/posts\/6150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/comments?post=6150"}],"version-history":[{"count":0,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/posts\/6150\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/media\/17909"}],"wp:attachment":[{"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/media?parent=6150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/categories?post=6150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/tags?post=6150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}