{"id":1132,"date":"2023-01-13T00:00:00","date_gmt":"2023-01-13T00:00:00","guid":{"rendered":"https:\/\/www.qyrus.com\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/"},"modified":"2023-01-13T00:00:00","modified_gmt":"2023-01-13T00:00:00","slug":"feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators","status":"publish","type":"post","link":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/","title":{"rendered":"Feature Friday &#8211; Boost Your Mobile Testing with\u00a0Xpath Locator Strategy"},"content":{"rendered":"<p id=\"\">The holiday rush is officially over! With this holiday season now in the rearview mirror, it\u2019s time to look forward to the road ahead and get prepared for an undoubtedly busy 2023. But don\u2019t worry, Qyrus isn\u2019t throwing on the breaks anytime soon when it comes to features! This week, we are joined by Daniel and Joyal from our Chicago Qyrus team to learn more about some new mobile native locator strategies that have been introduced to the Qyrus platform. Without further delay, let\u2019s race into this topic!<\/p>\n<h5 id=\"\"><em id=\"\">Tell us more about this capability offered by Qyrus and its\u202fuse cases. <\/em><\/h5>\n<p id=\"\"><strong id=\"\">Daniel:<\/strong><br \/>\nQyrus mobile testing now has support for 3 native locator strategies when users are building out their test scripts. There are two that are supported for iOS\u2014class chain and predicate string\u2014and one for Android: UIAutomator.<\/p>\n<p id=\"\"><strong id=\"\">Joyal:<\/strong><br \/>\nThis is helpful for those mobile testers who are more experienced. Native locators can speed up test executions by improving the performance of locating the element. There are elements out there that cannot be found by using ID, name, accessibility ID, or XPath locator types.<\/p>\n<p id=\"\"><strong id=\"\">Daniel:<\/strong><br \/>\nEven though this strategy is the most common out there and platform-agnostic\u2014that is to say, it works for both iOS and Android devices\u2014it can be the most time-intensive choice. By choosing a native locator strategy, a tester can leverage the flexibility that an XPath can provide without incurring a performance penalty.<\/p>\n<p id=\"\">\u200d<\/p>\n<p id=\"\">For the reader\u2019s benefit, we have provided an example below:<\/p>\n<p id=\"\">Example of XPath on iOS:<br \/>\n<strong id=\"\">\/\/XCUIElementTypeOther[@label=&#8217;login&#8217;)]<\/strong><\/p>\n<p id=\"\">As a class chain, this XPath can look like this:<br \/>\n<strong id=\"\">**\/XCUIElementTypeOther[label matches &#8220;login&#8221;]<\/strong><\/p>\n<p id=\"\">But using a predicate string, it could look like this:<br \/>\n<strong id=\"\">label matches &#8220;login&#8221;<\/strong><\/p>\n<h5 id=\"\"><em id=\"\">What is the overall impact this might have on the testing process? <\/em><\/h5>\n<p id=\"\"><strong id=\"\">Daniel:<\/strong><br \/>\nWe can see this having an impact during the test-building phase when users are creating and building up their catalog or suite of test scripts for execution. This can help expedite the test-building process since, to an experienced mobile tester, using something like a predicate string is much quicker than having to get an XPath for every element.<\/p>\n<p id=\"\"><strong id=\"\">Joyal:<\/strong><br \/>\nNot only that, but since we see faster run times, we can say there\u2019s a definite impact on test executions. The new native locator strategies provide an overall speed boost to the testing process as a whole.<\/p>\n<p id=\"\">\u200d<\/p>\n<p id=\"\">Qyrus is always looking to push the limit when it comes to developing new tools and strategies to help enable better testing across the board for everyone involved. This is not limited to different levels or types of testers, but also to less technical personnel.<\/p>\n<h5 id=\"\"><em id=\"\">How might these new native locator strategies help testers, developers, and business technologists? What value can this feature\u202fbring?\u202f <\/em><\/h5>\n<p id=\"\"><strong id=\"\">Joyal:<\/strong><br \/>\nWell, as we mentioned before, an advanced tester might find the most use out of this feature. In general, it makes their testing experience easier. But besides that, using a predicate string also makes it easier for less technical users of Qyrus to understand what is being searched for. Seeing \u201clabel matches \u2018login\u2019\u201d makes it much easier to understand what the test is looking for than a long, exhaustive XPath.<\/p>\n<p id=\"\"><strong id=\"\">Daniel:<\/strong><br \/>\nAnd for developers, they\u2019d find use in this, much similar to a tester. It would make their unit testing and quick tests much easier to create, run, and maintain in the long run.<\/p>\n<h5 id=\"\"><em id=\"\">Does the same or similar functionality exist without Qyrus, and how do competitors address similar problems?\u202f <\/em><\/h5>\n<p id=\"\"><strong id=\"\">Joyal:<\/strong><br \/>\nThere are a few competitors out there that do offer all these strategies already, but on Qyrus we are striving to make these strategies more usable for both experienced and newer testers.<\/p>\n<p id=\"\"><strong id=\"\">Dan:<\/strong><br \/>\nAnd when it comes to using these strategies outside of Qyrus, anyone can really do it when they\u2019re scripting their own automated tests. It\u2019s just that everything has to be done through code, whereas on the Qyrus platform, everything is no-code and simple to use.<\/p>\n<p id=\"\">\u200d<\/p>\n<p id=\"\">Our features on Qyrus have the one goal of making testing more efficient, but that can be done in several ways. Speeding up the time it takes to build and execute tests, providing more insight into reporting, and enabling more intuitive test building are just some ways we are actively working to make testing more efficient.<\/p>\n<h5 id=\"\"><em id=\"\">How do you see these impacting day-to-day operations across organizations? <\/em><\/h5>\n<p id=\"\"><strong id=\"\">Dan:<\/strong><br \/>\nSpeed is really the main benefit of using these strategies. But there are some other advantages that can help to even further speed up day-to-day operations. \u201cUIScrollable\u201d can be used to automatically scroll the element if it is not in view, for example. This functionality is built into the locator strategy and is not possible with other strategies.<\/p>\n<p id=\"\"><strong id=\"\">Joyal:<\/strong><br \/>\nTo further the topic of speed, the time taken to find elements during iOS testing is significantly reduced. For example, what might take an XPath strategy of 2.8 seconds to find an element can be done in 1.8 seconds with a predicate string and even quicker at 0.7 seconds using a class chain.<\/p>\n<p id=\"\">\u200d<\/p>\n<p id=\"\">That wraps up this week\u2019s Feature Friday. The drive for new and innovative testing strategies is greater than ever, and slowing down now could mean getting into a wreck in the future, so help protect yourself by switching to Qyrus as your testing platform! We hope that this weekend you take some time to slow down, stop, and enjoy some time off from your busy, racing weekly schedule. And then on Monday, maybe sign up for a <a id=\"\" href=\"https:\/\/app.qyrus.com\/register\" target=\"_blank\" rel=\"noopener\">Free Trial<\/a> and check us out! Thanks again!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Qyrus mobile testing now has support for 3 native locator strategies when users are building out their test scripts. There are two that are supported for iOS \u2013 class chain and predicate string \u2013 and one for Android.<\/p>\n","protected":false},"author":7,"featured_media":4849,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[7],"tags":[],"industry":[],"solution":[],"class_list":["post-1132","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Boost Your Mobile Testing with Xpath Locator Strategy<\/title>\n<meta name=\"description\" content=\"Optimize your testing process with Qyrus&#039; xpath locator strategy for mobile testing. Learn more about this feature today!\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Feature Friday - How to Speed up Test Executions with Mobile Native Locators\" \/>\n<meta property=\"og:description\" content=\"A mobile device sitting on a table with a white background and the word &quot;Hello&quot; written on it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/\" \/>\n<meta property=\"og:site_name\" content=\"Qyrus\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-13T00:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.qyrus.com\/wp-content\/uploads\/2023\/03\/63c0ec26a8036cc97faf9f69_FF_Mobile-Native-Locators_blog_img.jpg\" \/>\n<meta name=\"author\" content=\"Jerin Mathew\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Feature Friday - How to Speed up Test Executions with Mobile Native Locators\" \/>\n<meta name=\"twitter:description\" content=\"A mobile device sitting on a table with a white background and the word &quot;Hello&quot; written on it.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.qyrus.com\/wp-content\/uploads\/2023\/03\/63c0ec26a8036cc97faf9f69_FF_Mobile-Native-Locators_blog_img.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jerin Mathew\" \/>\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:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/\"},\"author\":{\"name\":\"Jerin Mathew\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#\\\/schema\\\/person\\\/f7d7c4138b58b1a3e9bb010139920b34\"},\"headline\":\"Feature Friday &#8211; Boost Your Mobile Testing with\u00a0Xpath Locator Strategy\",\"datePublished\":\"2023-01-13T00:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/\"},\"wordCount\":937,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/51_Mobile-Native-Locators.png\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/\",\"url\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/\",\"name\":\"Boost Your Mobile Testing with Xpath Locator Strategy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/51_Mobile-Native-Locators.png\",\"datePublished\":\"2023-01-13T00:00:00+00:00\",\"description\":\"Optimize your testing process with Qyrus' xpath locator strategy for mobile testing. Learn more about this feature today!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#primaryimage\",\"url\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/51_Mobile-Native-Locators.png\",\"contentUrl\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/51_Mobile-Native-Locators.png\",\"width\":578,\"height\":464,\"caption\":\"Phone showing how the mobile native locators work\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/post\\\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Feature Friday &#8211; Boost Your Mobile Testing with\u00a0Xpath Locator Strategy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#website\",\"url\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/\",\"name\":\"Qyrus\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#organization\",\"name\":\"Qyrus\",\"url\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/qurus-logo.png\",\"contentUrl\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/qurus-logo.png\",\"width\":153,\"height\":34,\"caption\":\"Qyrus\"},\"image\":{\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/#\\\/schema\\\/person\\\/f7d7c4138b58b1a3e9bb010139920b34\",\"name\":\"Jerin Mathew\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7907b0591f45ad52756719fdb3e03d3d69d249ac3434801dd00456908157db?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7907b0591f45ad52756719fdb3e03d3d69d249ac3434801dd00456908157db?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7907b0591f45ad52756719fdb3e03d3d69d249ac3434801dd00456908157db?s=96&d=mm&r=g\",\"caption\":\"Jerin Mathew\"},\"url\":\"https:\\\/\\\/symmetricsolutionz.co.in\\\/qyrus\\\/author\\\/jerinmqyrus-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Boost Your Mobile Testing with Xpath Locator Strategy","description":"Optimize your testing process with Qyrus' xpath locator strategy for mobile testing. Learn more about this feature today!","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Feature Friday - How to Speed up Test Executions with Mobile Native Locators","og_description":"A mobile device sitting on a table with a white background and the word \"Hello\" written on it.","og_url":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/","og_site_name":"Qyrus","article_published_time":"2023-01-13T00:00:00+00:00","og_image":[{"url":"https:\/\/www.qyrus.com\/wp-content\/uploads\/2023\/03\/63c0ec26a8036cc97faf9f69_FF_Mobile-Native-Locators_blog_img.jpg","type":"","width":"","height":""}],"author":"Jerin Mathew","twitter_card":"summary_large_image","twitter_title":"Feature Friday - How to Speed up Test Executions with Mobile Native Locators","twitter_description":"A mobile device sitting on a table with a white background and the word \"Hello\" written on it.","twitter_image":"https:\/\/www.qyrus.com\/wp-content\/uploads\/2023\/03\/63c0ec26a8036cc97faf9f69_FF_Mobile-Native-Locators_blog_img.jpg","twitter_misc":{"Written by":"Jerin Mathew","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#article","isPartOf":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/"},"author":{"name":"Jerin Mathew","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#\/schema\/person\/f7d7c4138b58b1a3e9bb010139920b34"},"headline":"Feature Friday &#8211; Boost Your Mobile Testing with\u00a0Xpath Locator Strategy","datePublished":"2023-01-13T00:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/"},"wordCount":937,"commentCount":0,"publisher":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#organization"},"image":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#primaryimage"},"thumbnailUrl":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-content\/uploads\/2024\/05\/51_Mobile-Native-Locators.png","articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/","url":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/","name":"Boost Your Mobile Testing with Xpath Locator Strategy","isPartOf":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#website"},"primaryImageOfPage":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#primaryimage"},"image":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#primaryimage"},"thumbnailUrl":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-content\/uploads\/2024\/05\/51_Mobile-Native-Locators.png","datePublished":"2023-01-13T00:00:00+00:00","description":"Optimize your testing process with Qyrus' xpath locator strategy for mobile testing. Learn more about this feature today!","breadcrumb":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#primaryimage","url":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-content\/uploads\/2024\/05\/51_Mobile-Native-Locators.png","contentUrl":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-content\/uploads\/2024\/05\/51_Mobile-Native-Locators.png","width":578,"height":464,"caption":"Phone showing how the mobile native locators work"},{"@type":"BreadcrumbList","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/post\/feature-friday-how-to-speed-up-test-executions-with-mobile-native-locators\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/symmetricsolutionz.co.in\/qyrus\/"},{"@type":"ListItem","position":2,"name":"Feature Friday &#8211; Boost Your Mobile Testing with\u00a0Xpath Locator Strategy"}]},{"@type":"WebSite","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#website","url":"https:\/\/symmetricsolutionz.co.in\/qyrus\/","name":"Qyrus","description":"","publisher":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/symmetricsolutionz.co.in\/qyrus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#organization","name":"Qyrus","url":"https:\/\/symmetricsolutionz.co.in\/qyrus\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#\/schema\/logo\/image\/","url":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-content\/uploads\/2025\/02\/qurus-logo.png","contentUrl":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-content\/uploads\/2025\/02\/qurus-logo.png","width":153,"height":34,"caption":"Qyrus"},"image":{"@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/symmetricsolutionz.co.in\/qyrus\/#\/schema\/person\/f7d7c4138b58b1a3e9bb010139920b34","name":"Jerin Mathew","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7d7907b0591f45ad52756719fdb3e03d3d69d249ac3434801dd00456908157db?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7d7907b0591f45ad52756719fdb3e03d3d69d249ac3434801dd00456908157db?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d7907b0591f45ad52756719fdb3e03d3d69d249ac3434801dd00456908157db?s=96&d=mm&r=g","caption":"Jerin Mathew"},"url":"https:\/\/symmetricsolutionz.co.in\/qyrus\/author\/jerinmqyrus-com\/"}]}},"_links":{"self":[{"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/posts\/1132","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/comments?post=1132"}],"version-history":[{"count":0,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/posts\/1132\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/media\/4849"}],"wp:attachment":[{"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/media?parent=1132"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/categories?post=1132"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/tags?post=1132"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/industry?post=1132"},{"taxonomy":"solution","embeddable":true,"href":"https:\/\/symmetricsolutionz.co.in\/qyrus\/wp-json\/wp\/v2\/solution?post=1132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}