{"id":8371,"date":"2019-12-04T14:59:07","date_gmt":"2019-12-04T14:59:07","guid":{"rendered":"https:\/\/www.arobs.com\/?p=8371"},"modified":"2024-01-11T08:47:31","modified_gmt":"2024-01-11T08:47:31","slug":"software-testing-services","status":"publish","type":"post","link":"https:\/\/arobs.com\/en\/blog\/software-testing-services\/","title":{"rendered":"The hard to swallow pills of test automation"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8371\" class=\"elementor elementor-8371\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-39f0d6b6 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"39f0d6b6\" 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-4d02ab00 ot-flex-column-vertical\" data-id=\"4d02ab00\" 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-df8dea6 elementor-widget elementor-widget-heading\" data-id=\"df8dea6\" 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\">The hard to swallow pills of test automation in software testing services<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9e7275b elementor-widget elementor-widget-spacer\" data-id=\"9e7275b\" 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-99d2caf elementor-widget elementor-widget-text-editor\" data-id=\"99d2caf\" 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><span style=\"font-weight: bold;\">Topics<\/span><span style=\"font-weight: bold;\"> of this article<\/span>:\u00a0software testing services,QA automation, test automation.<\/p><p><span style=\"font-weight: bold;\">About the author<\/span>: R\u0103zvan Vu\u0219can is a software automation tester in our Travel&amp;Hospitality Division<\/p><p>Software testing services can be challenging. Especially when it comes to approaching new technologies in test automation.The idea of this article came to me after several experiences and lessons learned during my time doing test automation in\u00a0software testing services\u00a0for the\u00a0<a href=\"https:\/\/arobs.com\/travel-software\/\">travel industry<\/a><a href=\"https:\/\/www.arobs.com\/travel-software\/\">.<\/a>\u00a0Most web applications have a great impact on\u00a0<u>travel software management<\/u>. When I first started out, I was eager to learn, explore, but also try to do everything by the book. I figured I had to automate everything, and felt that the programming language and tools used at that time (Java and Selenium Webdriver) were my golden ticket to doing so. Well, since almost everybody was using these. I really felt that these two were foolproof for writing automated tests and that no web application could pose a challenge. And they did work out&#8230; for a while<em>.<\/em><\/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-63c43d9 elementor-widget elementor-widget-spacer\" data-id=\"63c43d9\" 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-f96f6a7 elementor-widget elementor-widget-heading\" data-id=\"f96f6a7\" 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\">The process of software testing services<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37edc9c elementor-widget elementor-widget-text-editor\" data-id=\"37edc9c\" 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>Then times changed. The software testing services became more complex, and the leading travel web applications I worked on starting moving away from their monolithic structure. The one written using conventional programming languages such as Java or .Net. Scripting languages like Javascript started gaining more and more ground. User interfaces were snappier, flashier. The conventional flow that would take users from one page to another was shifting towards single-page applications that were everything to loaded on the same page asynchronously.<\/p><p>Naturally, this complicates things and I felt that the tools I was using were becoming too pretentious for the new UIs. Tests were becoming flaky because they couldn\u2019t handle event loading correctly or async animations and calls. So, initially, I started finding technical solutions to these problems. Since at the time I was doing only test automation for travel management software and no manual testing I could afford to implement all kinds of pieces of logic in order to deal with the technical issues in the test framework. But maintenance was starting to become a nightmare. I started spending way more time in maintaining tests instead of writing new content or running them.\u00a0 Felt that I was getting nowhere. Afterward, I began to understand the test framework much better and started using the programming language a lot more than just for writing tests. I even built several new frameworks from scratch to experiment with different theories and approaches. Also, I worked a lot more on the Continuous Integration pipelines, trying to speed them up, split them in order for them to become more efficient, and generating better reports with a fast turn around time.<\/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-1040930 elementor-widget elementor-widget-spacer\" data-id=\"1040930\" 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-4c39311 elementor-widget elementor-widget-heading\" data-id=\"4c39311\" 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\">Don't forget your roots<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8598307 elementor-widget elementor-widget-text-editor\" data-id=\"8598307\" 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>But as I advanced down this developer\/DevOps-like path, I was just moving away from my initial role as a tester. My technical solutions were becoming more and more complex, for example focusing too much on how to write logic to bypass a loading problem, instead of just admitting that perhaps the page\/code is abnormally slow and bugging the developers to look into the issue and find a common solution.<\/p><p>So that was my wake-up call: I was spending too much finding overcomplicated solutions to obvious usability problems that could be a bother to a user, as well as doing WAY too much maintenance on the test automation framework and Continuous Integration pipelines.<\/p><p>Something had to be done. So I started doing some introspection, started by reviewing my system of values and figuring out why I wanted to be a tester in the first place. I remembered that things should be black and white when it came to testing: it\u2019s either a bug or it\u2019s not. Naturally, the next step was to review the automated tests in the travel management software I was working on. I noticed that these had become too long and too complex, taking too much time to run and, being so long, were prone to failure along the way. This meant that the rest of the steps were not being run and bits were no longer being tested. In short, I figured that oftentimes I would stop at the breaking point in a test invest a lot of time to do the maintenance there, but not spending too much time on the remaining part of the flow which was not run. So I had to figure out a solution of breaking up these tests who had become mammoths back into independent, atomic bits that focus on testing one thing.<\/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-3a1730f elementor-widget elementor-widget-spacer\" data-id=\"3a1730f\" 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-9f03cdb elementor-widget elementor-widget-heading\" data-id=\"9f03cdb\" 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\">Welcome the new in software testing services<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-81154dd elementor-widget elementor-widget-text-editor\" data-id=\"81154dd\" 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>Finally, the hardest thing to tackle was admitting that the testing tool and programming language I was using was not suited to the needs mentioned above. Applications User Interfaces were now being transformed through the power of React or Angular. Stuff like GWT or Drupal was being dropped in favor of the first two. So, I also needed to find a testing tool that worked well with the asynchronous calls of JavaScript on a webpage in order to spend less time doing maintenance and more time doing test scripting for the given project of software testing services.<\/p><p>Eventually, I found something that worked for me: NightwatchJs, which is an end-to-end test framework written in NodeJs. The learning curve was not that difficult and the switch from Java and Selenium Webdriver not as painful as I initially expected it. I loved the fact that Nightwatch was easy to integrate with Cucumber and could provide test reports written in a human-readable text which any user would understand. It also supported features being split into descriptive scenarios with clear steps. All in all, a powerful but easy to use and to maintain test framework which allowed me to focus more on writing end-to-end tests for the User Interface, but also had the potential for writing API layer tests because of it being written in NodeJs.<\/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-af49b46 elementor-widget elementor-widget-spacer\" data-id=\"af49b46\" 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-c070baf elementor-widget elementor-widget-heading\" data-id=\"c070baf\" 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\">The lesson<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e19da9f elementor-widget elementor-widget-text-editor\" data-id=\"4e19da9f\" 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><b>I<\/b>\u00a0believe my greatest lesson learned was that sometimes you must let go and being anew instead of being stuck about using only one test tool or programming language. The best tool for the job isn\u2019t always what\u2019s being used by the masses. So, don\u2019t be afraid to look for something better suited for your project, as I tried to find the one suitable for travel management software, in my case. If you end up wasting too much time on technical solutions or doing maintenance, then perhaps you should rethink your approach and analyze the direction you\u2019re going before it\u2019s too late.<\/p><p>If you want to read more about test automation and software testing services, find more articles about the subject<span style=\"text-decoration: underline; color: #3366ff;\">\u00a0<a style=\"color: #3366ff;\" href=\"https:\/\/medium.com\/@AROBS\/how-automation-testing-can-cut-your-delivery-time-4214e122cd47\">HERE<\/a>.<\/span><\/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-5e1542b9 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e1542b9\" 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-746d4a9d ot-flex-column-vertical\" data-id=\"746d4a9d\" 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-5eb4ab14 elementor-widget elementor-widget-spacer\" data-id=\"5eb4ab14\" 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-787b912d elementor-section-full_width elementor-section-content-bottom ot-traditional elementor-section-height-default elementor-section-height-default\" data-id=\"787b912d\" 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-6addb360 ot-flex-column-vertical\" data-id=\"6addb360\" 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-47131f86 elementor-widget elementor-widget-iheading\" data-id=\"47131f86\" 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        <h5 class=\"main-heading\">Do you need software testing services? \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-603b904a elementor-align-center elementor-mobile-align-left elementor-widget elementor-widget-button\" data-id=\"603b904a\" 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-738f947c elementor-section-full_width ot-traditional elementor-section-height-default elementor-section-height-default\" data-id=\"738f947c\" 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-465d3167 ot-flex-column-vertical\" data-id=\"465d3167\" 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-208c093b elementor-section-full_width elementor-section-content-bottom ot-traditional elementor-section-height-default elementor-section-height-default\" data-id=\"208c093b\" 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-628d2df7 ot-flex-column-vertical\" data-id=\"628d2df7\" 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-2d650f6a elementor-widget elementor-widget-iheading\" data-id=\"2d650f6a\" 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-3a92475b 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=\"3a92475b\" 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-22861e2 ot-traditional elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"22861e2\" 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-43ede0f5 ot-flex-column-vertical\" data-id=\"43ede0f5\" 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-15d672a elementor-widget elementor-widget-spacer\" data-id=\"15d672a\" 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-7a991052 elementor-widget elementor-widget-heading\" data-id=\"7a991052\" 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-305ea421 elementor-widget elementor-widget-spacer\" data-id=\"305ea421\" 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-35510897 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"35510897\" 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>The hard to swallow pills of test automation in software testing services Topics of this article:\u00a0software testing services,QA automation, test automation. About the author: R\u0103zvan<\/p>\n","protected":false},"author":13,"featured_media":17878,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_angie_page":false,"page_builder":"","footnotes":""},"categories":[33],"tags":[],"class_list":["post-8371","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>Software testing services - The hard to swallow pills of test automation<\/title>\n<meta name=\"description\" content=\"Software testing services can be challenging. Especially when it comes to approaching new technologies in test automation.\" \/>\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\/software-testing-services\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The hard to swallow pills of test automation\" \/>\n<meta property=\"og:description\" content=\"The hard to swallow pills of test automation in software testing services Topics of this article:\u00a0software testing services,QA automation, test\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arobs.com\/blog\/software-testing-services\/\" \/>\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-12-04T14:59:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-11T08:47:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arobs.com\/wp-content\/uploads\/2019\/12\/The-hard-to-swallow-pills-of-test-automation.jpg\" \/>\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\/jpeg\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/\"},\"author\":{\"name\":\"Lucian Costea\",\"@id\":\"https:\\\/\\\/arobs.com\\\/#\\\/schema\\\/person\\\/c1e3a128cca38abfc7113d5630065a11\"},\"headline\":\"The hard to swallow pills of test automation\",\"datePublished\":\"2019-12-04T14:59:07+00:00\",\"dateModified\":\"2024-01-11T08:47:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/\"},\"wordCount\":1167,\"publisher\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/The-hard-to-swallow-pills-of-test-automation.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/\",\"url\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/\",\"name\":\"Software testing services - The hard to swallow pills of test automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/The-hard-to-swallow-pills-of-test-automation.jpg\",\"datePublished\":\"2019-12-04T14:59:07+00:00\",\"dateModified\":\"2024-01-11T08:47:31+00:00\",\"description\":\"Software testing services can be challenging. Especially when it comes to approaching new technologies in test automation.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arobs.com\\\/blog\\\/software-testing-services\\\/#primaryimage\",\"url\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/The-hard-to-swallow-pills-of-test-automation.jpg\",\"contentUrl\":\"https:\\\/\\\/arobs.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/The-hard-to-swallow-pills-of-test-automation.jpg\",\"width\":1920,\"height\":530,\"caption\":\"The-hard-to-swallow-pills-of-test-automation\"},{\"@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":"Software testing services - The hard to swallow pills of test automation","description":"Software testing services can be challenging. Especially when it comes to approaching new technologies in test automation.","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\/software-testing-services\/","og_locale":"en_US","og_type":"article","og_title":"The hard to swallow pills of test automation","og_description":"The hard to swallow pills of test automation in software testing services Topics of this article:\u00a0software testing services,QA automation, test","og_url":"https:\/\/arobs.com\/blog\/software-testing-services\/","og_site_name":"AROBS Transilvania Software development","article_publisher":"https:\/\/www.facebook.com\/AROBS","article_published_time":"2019-12-04T14:59:07+00:00","article_modified_time":"2024-01-11T08:47:31+00:00","og_image":[{"width":1920,"height":530,"url":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/12\/The-hard-to-swallow-pills-of-test-automation.jpg","type":"image\/jpeg"}],"author":"Lucian Costea","twitter_card":"summary_large_image","twitter_creator":"@AROBSSoftware","twitter_site":"@AROBSSoftware","twitter_misc":{"Written by":"Lucian Costea","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/arobs.com\/blog\/software-testing-services\/#article","isPartOf":{"@id":"https:\/\/arobs.com\/blog\/software-testing-services\/"},"author":{"name":"Lucian Costea","@id":"https:\/\/arobs.com\/#\/schema\/person\/c1e3a128cca38abfc7113d5630065a11"},"headline":"The hard to swallow pills of test automation","datePublished":"2019-12-04T14:59:07+00:00","dateModified":"2024-01-11T08:47:31+00:00","mainEntityOfPage":{"@id":"https:\/\/arobs.com\/blog\/software-testing-services\/"},"wordCount":1167,"publisher":{"@id":"https:\/\/arobs.com\/#organization"},"image":{"@id":"https:\/\/arobs.com\/blog\/software-testing-services\/#primaryimage"},"thumbnailUrl":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/12\/The-hard-to-swallow-pills-of-test-automation.jpg","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/arobs.com\/blog\/software-testing-services\/","url":"https:\/\/arobs.com\/blog\/software-testing-services\/","name":"Software testing services - The hard to swallow pills of test automation","isPartOf":{"@id":"https:\/\/arobs.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/arobs.com\/blog\/software-testing-services\/#primaryimage"},"image":{"@id":"https:\/\/arobs.com\/blog\/software-testing-services\/#primaryimage"},"thumbnailUrl":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/12\/The-hard-to-swallow-pills-of-test-automation.jpg","datePublished":"2019-12-04T14:59:07+00:00","dateModified":"2024-01-11T08:47:31+00:00","description":"Software testing services can be challenging. Especially when it comes to approaching new technologies in test automation.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arobs.com\/blog\/software-testing-services\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arobs.com\/blog\/software-testing-services\/#primaryimage","url":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/12\/The-hard-to-swallow-pills-of-test-automation.jpg","contentUrl":"https:\/\/arobs.com\/wp-content\/uploads\/2019\/12\/The-hard-to-swallow-pills-of-test-automation.jpg","width":1920,"height":530,"caption":"The-hard-to-swallow-pills-of-test-automation"},{"@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\/8371","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=8371"}],"version-history":[{"count":0,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/posts\/8371\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/media\/17878"}],"wp:attachment":[{"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/media?parent=8371"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/categories?post=8371"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arobs.com\/en\/wp-json\/wp\/v2\/tags?post=8371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}