{"id":2528,"date":"2020-02-09T12:15:00","date_gmt":"2020-02-09T06:45:00","guid":{"rendered":"http:\/\/artoftesting.com\/?p=2528"},"modified":"2021-04-28T17:26:44","modified_gmt":"2021-04-28T11:56:44","slug":"cross-browser-testing","status":"publish","type":"post","link":"https:\/\/artoftesting.com\/cross-browser-testing","title":{"rendered":"Cross Browser Testing"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Customer: \u201cI can\u2019t see the button\u201d<br>Technical Assistant: \u201cCan you please tell me the browser that you are using to view the form?\u2019<br>Customer: \u201cSafari\u201d<br>Technical Assistant: \u201cSir can you please try opening the form in Chrome browser?<\/p><\/blockquote>\n\n\n\n<p>This can be a typical conversation in a startup (or in an established organization as well) where their newly developed application is compatible with only one browser. <br><br>Due to the lack of resources and time, they may not make the application compatible with other browsers. Now, they may put an instruction on the website stating the browser requirements (e.g. this website is compatible with Chrome browser version\u2026). Even with this instruction, a good share of their customers would complain about the issues which would arise due to different browser usage other than Chrome. Because of these complaints, the company can lose many of the customers who will never visit the site again.<\/p>\n\n\n\n<p>For a company with a small number of customers, it becomes easy to guide the customer and handle the complaints. But for a large company with millions of users, it is very important to make the application compatible with most of the browsers.<br><br>In this tutorial, we will study about cross-browser testing where we will discuss testing or checking the application compatibility on various browsers and their versions.<br><br><\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_73 counter-flat ez-toc-counter ez-toc-custom ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\">Content<\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/artoftesting.com\/cross-browser-testing\/#What_is_Cross_Browser_Testing\" title=\"What is Cross Browser Testing?\">What is Cross Browser Testing?<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/artoftesting.com\/cross-browser-testing\/#Importance_of_Cross_Browser_Testing\" title=\"Importance of Cross Browser Testing\">Importance of Cross Browser Testing<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/artoftesting.com\/cross-browser-testing\/#Cross_Browser_Testing_Tools\" title=\"Cross Browser Testing Tools\">Cross Browser Testing Tools<\/a><\/li><li class='ez-toc-page-1'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/artoftesting.com\/cross-browser-testing\/#Conclusion\" title=\"Conclusion\">Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_is_Cross_Browser_Testing\"><\/span><strong>What is Cross Browser Testing?<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Cross-browser testing is a type of testing done to check the application\u2019s working capabilities on various browsers and their versions to make sure that the application gives uniform user experience concerning the requirements.<\/p><\/blockquote>\n\n\n\n<p>Cross browser testing is performed by the QA team. But in some organizations, apart from the QA team, developers also play the role of cross-browser tester. Usually, cross browser testing is done not only for functional but also for non-functional requirements.<\/p>\n\n\n\n<p>Every browser uses different web browser engine to render front end technologies like HTML, CSS, JavaScript. Due to which application might look and work differently on different browsers. Cross browser testing is done to ensure the smooth working of the application in terms of both user interface and functionalities.<br><\/p>\n\n\n\n<p>In cross browser testing, testers should try to cover the maximum number of browsers, based on their popularity and usage. These browsers should be tested on applicable operating systems and devices as per the application requirements. Testers\/developers can start testing the system on any base browser, usually a popular one, to see how it looks and works. After this, they can go for testing on other browsers. Today, some of the most used browsers, operating systems and devices are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Browsers \u2013 <\/strong>Chrome, Safari, Firefox, Internet Explorer, Opera<\/li><li><strong>Operating Systems \u2013 <\/strong>Windows, Mac, Linux, iOS, Android&nbsp;<\/li><li><strong>Devices \u2013 <\/strong>Desktop, Laptop, Smartphone, Tablet<br><br><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Importance_of_Cross_Browser_Testing\"><\/span><strong>Importance of Cross Browser Testing<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Cross browser testing is mainly used to check the application\u2019s user interface design and functionalities on various browsers. It is useful to organizations for a variety of reasons.&nbsp;<\/p>\n\n\n\n<p>As mentioned in the example given at the beginning of the tutorial, if the application is compatible with certain browsers only and if users are asked to use any specific browser, they might lose interest in the application especially if they don\u2019t have the required browser and they don\u2019t want to spend their time in downloading the same.<br><br>This might also leave a negative impression of the application on the user and the organization may see a drop in their customers\/users. In such cases, it is important to make the application compatible with as many browsers as possible and give users a chance to run the application on the browser of their choice.<\/p>\n\n\n\n<p>Cross browser testing indirectly improves the organization\u2019s revenue. If the application is compatible with the maximum number of browsers, devices, and operating systems, a greater number of users will start using it which in turn would increase the revenue.<br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Cross_Browser_Testing_Tools\"><\/span>Cross Browser Testing Tools<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Cross browser testing can be done with both <a href=\"http:\/\/artoftesting.com\/manual-testing\">manual <\/a>and <a href=\"http:\/\/artoftesting.com\/automation-testing\">automation testing<\/a>. Manual testing requires more resources such as testers, machines, etc. As an application needs to be tested on multiple browsers, operating systems, and devices, machines with all the possible combinations of browsers and operating systems are required.&nbsp;<\/p>\n\n\n\n<p>Automation testing is another form of testing to perform cross browser testing. It has an advantage over manual testing as automation testing gives the benefit of running test scripts on multiple browsers quickly.<\/p>\n\n\n\n<p>There are some popular cross browser testing tools available in the market, some of them are explained in brief here:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>CrossBrowserTesting \u2013 <\/strong><a rel=\"noreferrer noopener\" aria-label=\"CrossBrowserTesting (opens in a new tab)\" href=\"https:\/\/crossbrowsertesting.com\/\" target=\"_blank\">CrossBrowserTesting<\/a> is produced by SmartBear Company. They offer products such as live testing, visual testing, automated testing on more than 2050 browsers.<strong> <\/strong>They have different pricing plans along with a free trial for 7 days. It supports Selenium and Appium test scripts.<br><br><\/li><li><strong>BrowserStack \u2013 <\/strong><a rel=\"noreferrer noopener nofollow\" aria-label=\"BrowserStack (opens in a new tab)\" href=\"https:\/\/www.browserstack.com\/\" target=\"_blank\">BrowserStack<\/a> is a cloud-based automated testing platform that allows users to test their application on more than 2000 real devices and browsers. They have different pricing plans and they also provide a free trial. It also supports Selenium.<br><br><\/li><li><strong>LambdaTest \u2013 <\/strong><a rel=\"noreferrer noopener nofollow\" aria-label=\"LambdaTest (opens in a new tab)\" href=\"https:\/\/www.lambdatest.com\/\" target=\"_blank\">LambdaTest<\/a> supports more than 2000 browsers and operating systems with products to perform automated testing, live testing, visual testing and to check responsiveness.<strong> <\/strong>They have various pricing plans along with one lite lifetime free plan.<strong>&nbsp;<\/strong><br><br><\/li><li><strong>Browserling \u2013 <\/strong>Another popular and cost-effective tool is <a rel=\"noreferrer noopener nofollow\" aria-label=\"Browserling (opens in a new tab)\" href=\"https:\/\/www.browserling.com\/\" target=\"_blank\">Browserling<\/a>. They support live interactive sessions, responsive testing. They have a free plan, but it comes with limited browsers, apart from other paid plans.<br><br><\/li><li><strong>Functionize \u2013 <\/strong>As per <a href=\"https:\/\/www.functionize.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\" aria-label=\"Functionize (opens in a new tab)\">Functionize<\/a> website, they use Adaptive Event Learning technology which incorporates self-learning algorithms and machine learning in a cloud-based solution. This technology separates them from other tools. Also, you can create a single set of tests for multiple browsers and run them simultaneously.<br><br><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span><strong>Conclusion<\/strong><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Cross browser testing is one of the most important testing types used to achieve customer satisfaction and is liked with the organization\u2019s financial gain. Manual cross browser testing is time and resource consuming, and with the cross-browser testing tools, organizations might need to spend some bucks on them. But even with these drawbacks, cross browser testing is one the most important testing types that is used to achieve the increasing quality of the application and customer satisfaction; and that is why it is also linked with the organization\u2019s financial gain.<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Customer: &ldquo;I can&rsquo;t see the button&rdquo;Technical Assistant: &ldquo;Can you please tell me the browser that you are using to view the form?&rsquo;Customer: &ldquo;Safari&rdquo;Technical Assistant: &ldquo;Sir can you please try opening the form in Chrome browser? This can be a typical conversation in a startup (or in an established organization as well) where their newly developed &#8230; <a title=\"Cross Browser Testing\" class=\"read-more\" href=\"https:\/\/artoftesting.com\/cross-browser-testing\" aria-label=\"Read more about Cross Browser Testing\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":2529,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-2528","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-manual-testing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cross Browser Testing - Definition, Need &amp; Tools | ArtOfTesting<\/title>\n<meta name=\"description\" content=\"Cross browser testing is mainly used to check the application\u2019s user interface design and functionalities on various browsers. It is useful to organizations for a variety of reasons.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/artoftesting.com\/cross-browser-testing\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cross Browser Testing - Definition, Need &amp; Tools | ArtOfTesting\" \/>\n<meta property=\"og:description\" content=\"Cross browser testing is mainly used to check the application\u2019s user interface design and functionalities on various browsers. It is useful to organizations for a variety of reasons.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/artoftesting.com\/cross-browser-testing\" \/>\n<meta property=\"og:site_name\" content=\"ArtOfTesting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/artoftesting\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-09T06:45:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-28T11:56:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"728\" \/>\n\t<meta property=\"og:image:height\" content=\"416\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Kuldeep Rana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:site\" content=\"@theartoftesting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kuldeep Rana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing#article\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing\"},\"author\":{\"name\":\"Kuldeep Rana\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\"},\"headline\":\"Cross Browser Testing\",\"datePublished\":\"2020-02-09T06:45:00+00:00\",\"dateModified\":\"2021-04-28T11:56:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing\"},\"wordCount\":1036,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg\",\"articleSection\":[\"Manual Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/artoftesting.com\/cross-browser-testing#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing\",\"url\":\"https:\/\/artoftesting.com\/cross-browser-testing\",\"name\":\"Cross Browser Testing - Definition, Need & Tools | ArtOfTesting\",\"isPartOf\":{\"@id\":\"https:\/\/artoftesting.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage\"},\"thumbnailUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg\",\"datePublished\":\"2020-02-09T06:45:00+00:00\",\"dateModified\":\"2021-04-28T11:56:44+00:00\",\"description\":\"Cross browser testing is mainly used to check the application\u2019s user interface design and functionalities on various browsers. It is useful to organizations for a variety of reasons.\",\"breadcrumb\":{\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/artoftesting.com\/cross-browser-testing\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage\",\"url\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg\",\"contentUrl\":\"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg\",\"width\":728,\"height\":416,\"caption\":\"cross browser testing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/artoftesting.com\/cross-browser-testing#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/artoftesting.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manual Testing\",\"item\":\"https:\/\/artoftesting.com\/category\/manual-testing\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Cross Browser Testing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/artoftesting.com\/#website\",\"url\":\"https:\/\/artoftesting.com\/\",\"name\":\"ArtOfTesting\",\"description\":\"A Beginners Guide to Testing\",\"publisher\":{\"@id\":\"https:\/\/artoftesting.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/artoftesting.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/artoftesting.com\/#organization\",\"name\":\"ArtOfTesting\",\"url\":\"https:\/\/artoftesting.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"contentUrl\":\"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png\",\"width\":400,\"height\":60,\"caption\":\"ArtOfTesting\"},\"image\":{\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/artoftesting\",\"https:\/\/x.com\/theartoftesting\",\"https:\/\/www.linkedin.com\/groups\/4797819\/\",\"https:\/\/in.pinterest.com\/artoftesting\/\",\"https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5\",\"name\":\"Kuldeep Rana\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/artoftesting.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g\",\"caption\":\"Kuldeep Rana\"},\"description\":\"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cross Browser Testing - Definition, Need & Tools | ArtOfTesting","description":"Cross browser testing is mainly used to check the application\u2019s user interface design and functionalities on various browsers. It is useful to organizations for a variety of reasons.","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:\/\/artoftesting.com\/cross-browser-testing","og_locale":"en_US","og_type":"article","og_title":"Cross Browser Testing - Definition, Need & Tools | ArtOfTesting","og_description":"Cross browser testing is mainly used to check the application\u2019s user interface design and functionalities on various browsers. It is useful to organizations for a variety of reasons.","og_url":"https:\/\/artoftesting.com\/cross-browser-testing","og_site_name":"ArtOfTesting","article_publisher":"https:\/\/facebook.com\/artoftesting","article_published_time":"2020-02-09T06:45:00+00:00","article_modified_time":"2021-04-28T11:56:44+00:00","og_image":[{"width":728,"height":416,"url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg","type":"image\/jpeg"}],"author":"Kuldeep Rana","twitter_card":"summary_large_image","twitter_creator":"@theartoftesting","twitter_site":"@theartoftesting","twitter_misc":{"Written by":"Kuldeep Rana","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/artoftesting.com\/cross-browser-testing#article","isPartOf":{"@id":"https:\/\/artoftesting.com\/cross-browser-testing"},"author":{"name":"Kuldeep Rana","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5"},"headline":"Cross Browser Testing","datePublished":"2020-02-09T06:45:00+00:00","dateModified":"2021-04-28T11:56:44+00:00","mainEntityOfPage":{"@id":"https:\/\/artoftesting.com\/cross-browser-testing"},"wordCount":1036,"commentCount":0,"publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"image":{"@id":"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg","articleSection":["Manual Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/artoftesting.com\/cross-browser-testing#respond"]}]},{"@type":"WebPage","@id":"https:\/\/artoftesting.com\/cross-browser-testing","url":"https:\/\/artoftesting.com\/cross-browser-testing","name":"Cross Browser Testing - Definition, Need & Tools | ArtOfTesting","isPartOf":{"@id":"https:\/\/artoftesting.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage"},"image":{"@id":"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage"},"thumbnailUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg","datePublished":"2020-02-09T06:45:00+00:00","dateModified":"2021-04-28T11:56:44+00:00","description":"Cross browser testing is mainly used to check the application\u2019s user interface design and functionalities on various browsers. It is useful to organizations for a variety of reasons.","breadcrumb":{"@id":"https:\/\/artoftesting.com\/cross-browser-testing#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/artoftesting.com\/cross-browser-testing"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/cross-browser-testing#primaryimage","url":"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg","contentUrl":"https:\/\/artoftesting.com\/wp-content\/uploads\/2020\/02\/cross-browser-testing-image.jpg","width":728,"height":416,"caption":"cross browser testing"},{"@type":"BreadcrumbList","@id":"https:\/\/artoftesting.com\/cross-browser-testing#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/artoftesting.com\/"},{"@type":"ListItem","position":2,"name":"Manual Testing","item":"https:\/\/artoftesting.com\/category\/manual-testing"},{"@type":"ListItem","position":3,"name":"Cross Browser Testing"}]},{"@type":"WebSite","@id":"https:\/\/artoftesting.com\/#website","url":"https:\/\/artoftesting.com\/","name":"ArtOfTesting","description":"A Beginners Guide to Testing","publisher":{"@id":"https:\/\/artoftesting.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/artoftesting.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/artoftesting.com\/#organization","name":"ArtOfTesting","url":"https:\/\/artoftesting.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/","url":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","contentUrl":"http:\/\/artoftesting.com\/wp-content\/uploads\/2019\/12\/Artoftesting_logo.png","width":400,"height":60,"caption":"ArtOfTesting"},"image":{"@id":"https:\/\/artoftesting.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/artoftesting","https:\/\/x.com\/theartoftesting","https:\/\/www.linkedin.com\/groups\/4797819\/","https:\/\/in.pinterest.com\/artoftesting\/","https:\/\/www.youtube.com\/channel\/UCQ9PUVenvvyrUdDQ9yKn31Q"]},{"@type":"Person","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/7846d06225b52c778d160becf65996a5","name":"Kuldeep Rana","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/artoftesting.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cb5979a4b81ca7739c75080e473fad391a8665364e72abaddec9002dd4553326?s=96&d=mm&r=g","caption":"Kuldeep Rana"},"description":"Kuldeep is the founder and lead author of ArtOfTesting. He is skilled in test automation, performance testing, big data, and CI-CD. He brings his decade of experience to his current role where he is dedicated to educating the QA professionals."}]}},"_links":{"self":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/2528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/comments?post=2528"}],"version-history":[{"count":2,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/2528\/revisions"}],"predecessor-version":[{"id":4928,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/posts\/2528\/revisions\/4928"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media\/2529"}],"wp:attachment":[{"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/media?parent=2528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/categories?post=2528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/artoftesting.com\/wp-json\/wp\/v2\/tags?post=2528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}