{"id":83871,"date":"2022-05-23T12:34:46","date_gmt":"2022-05-23T12:34:46","guid":{"rendered":"https:\/\/www.softwaretestinghelp.com\/?p=83871"},"modified":"2025-05-09T11:01:43","modified_gmt":"2025-05-09T11:01:43","slug":"ranorex-webtestit-tutorial","status":"publish","type":"post","link":"https:\/\/www.softwaretestinghelp.com\/ranorex-webtestit-tutorial\/","title":{"rendered":"How to Build Selenium Tests Faster with Ranorex Webtestit"},"content":{"rendered":"\n<p><strong>In this article, we<b> explore ways to build selenium tests faster with Ranorex Webtestit. <\/b>Let&#8217;s get started.<\/strong><\/p>\n\n\n\n<p>If you\u2019re like most of the testing professionals, then you are all about efficiency!<\/p>\n\n\n\n<p>When it comes to a task like test automation, you need to focus on building tests rather than configuration and setup. <\/p>\n\n\n\n<p>You especially should not waste time in doing repetitive boilerplate code or troubleshooting the failing tests.<\/p>\n\n\n  \n \n \n\n\n<h2 class=\"wp-block-heading\">Why Ranorex Webtestit<em>  <\/em><\/h2>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Header-Ranorex-Webtestit.png\"><img decoding=\"async\" width=\"650\" height=\"389\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Header-Ranorex-Webtestit.png\" alt=\"Ranorex Webtestit review\" class=\"wp-image-83903\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Header-Ranorex-Webtestit.png 650w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Header-Ranorex-Webtestit-300x180.png 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/><\/a><\/figure>\n\n\n\n<p>Currently, <a href=\"https:\/\/www.softwaretestinghelp.com\/selenium-tutorial-1\/\" target=\"_blank\" rel=\"noopener\">Selenium<\/a> Webdriver is the most popular solution for web test automation. It is open-source, works on major desktops &amp; supports leading development languages. However, it is a chore to set up and requires specific expertise in Selenium to master.<\/p>\n\n\n\n<p>One of the first setup tasks is to select an IDE. There are several IDEs that you can use with the Selenium WebDriver, such as Eclipse, IntelliJ, and NetBeans. <\/p>\n\n\n\n<p>Even the old <a href=\"https:\/\/www.seleniumhq.org\/selenium-ide\/\" target=\"_blank\" rel=\"noopener nofollow\">Selenium IDE<\/a> has been resurrected from the grave, after going to end-of-life in 2017.<\/p>\n\n\n\n<p>We now have a new option i.e. <strong><a href=\"https:\/\/www.ranorex.com\/web-test-automation\/\" target=\"_blank\" rel=\"noopener nofollow\">Ranorex Webtestit<\/a><\/strong>. This is an IDE that specializes in building UI tests for websites and web apps for Selenium (or Protractor), using <a href=\"https:\/\/www.softwaretestinghelp.com\/java\/\" target=\"_blank\" rel=\"noopener\">Java<\/a> or Typescript.<\/p>\n\n\n\n<p>But Ranorex Webtestit is much more than just an IDE. This is a <strong>complete web testing toolset<\/strong> that eliminates the hassle of setting up and maintaining a Selenium Webdriver test environment.<\/p>\n\n\n\n<p><strong><em>Also Read =&gt; <\/em><\/strong><a href=\"https:\/\/www.softwaretestinghelp.com\/ranorex-studio-review\/\" target=\"_blank\" rel=\"noopener\">Ranorex Studio Tutorial<\/a><\/p>\n\n\n\n<p><span style=\"color: #ff6600;\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-contrast-color\">Quickly set up your test environment with Ranorex Webtestit<\/mark><\/span><\/p>\n\n\n\n<p><strong>Selenium WebDriver Vs Ranorex WebTestit Quick Setup:<\/strong><\/p>\n\n\n\n<p>Here is a quick <strong>comparison<\/strong> of the time taken for us to complete a basic setup (with exact steps to take) for Selenium WebDriver and Ranorex WebTestit.<\/p>\n\n\n\n<div id=\"tablepress-747-scroll-wrapper\" class=\"tablepress-scroll-wrapper\">\n<table id=\"tablepress-747\" class=\"tablepress tablepress-id-747 tablepress-responsive\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Selenium WebDriver (approx 2 hours to 2 days, depending on your experience)<\/th><th class=\"column-2\">Ranorex WebTestit (approx 15 minutes)<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"row-striping row-hover\">\n<tr class=\"row-2\">\n\t<td class=\"column-1\">Select and install an IDE.<\/td><td class=\"column-2\">Install Ranorex Webtestit.<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">Install a project management tool like Apache Maven, and create a project for your test.<\/td><td class=\"column-2\">Configure desired endpoints using a dialog.<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">Download and configure the files needed for your project (in Java projects, all the JAR\u2019s, libraries, etc.)<\/td><td class=\"column-2\">(Optional) Configure a local Selenium Grid endpoint using a dialog or use the native SauceLabs integration for cloud-based testing.<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">Install the version of Selenium WebDriver that matches the version of your target browsers.<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">Set up a Selenium server.<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">Configure testing endpoints with JSON files.<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">(Optional) Configure additional JSON files to run tests remotely or in parallel on a Selenium Grid, or to a cloud provider such as Sauce Labs.<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">Set up test execution and reporting using TestNG, JUnit, or a similar tool.<\/td><td class=\"column-2\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<!-- #tablepress-747 from cache -->\n\n\n<p>In addition to making the setup much faster, Ranorex Webtestit includes tools that help to save time in automating web tests, such as the automatic generation locators for web elements, conditional execution logic, built-in test reporting, and much more.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Set up and Run a Sample Test<\/h3>\n\n\n\n<p><strong>=&gt; To follow along with the below walkthrough steps to <a href=\"https:\/\/www.ranorex.com\/web-test-automation\/\" target=\"_blank\" rel=\"noopener nofollow\">download and install the free trial of Ranorex Webtestit<\/a>. <\/strong><\/p>\n\n\n\n<p>You can set up a username and password that will also give you access to the Ranorex Webtestit user forum: https:\/\/discourse.webtestit.com\/, which is a great place to get help or interact with the Ranorex team.<\/p>\n\n\n\n<p>You should also add the free <a href=\"https:\/\/chrome.google.com\/webstore\/search\/ranorex%20selocity\" target=\"_blank\" rel=\"noopener nofollow\">Ranorex Selocity<\/a> browser extension to Google Chrome and this is incredibly useful for generating UI element locators.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-1.1.png\"><img decoding=\"async\" width=\"650\" height=\"567\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-1.1.png\" alt=\"Run a sample test\" class=\"wp-image-83889\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-1.1.png 650w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-1.1-300x262.png 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/><\/a><\/figure>\n\n\n\n<p>1) Launch and sign in to Ranorex Webtestit. The Start screen will appear.<\/p>\n\n\n\n<p>2) Click <strong>Download sample project<\/strong>.<\/p>\n\n\n\n<p>3) Choose Java &#8211; Demoshop, and then click <strong>Download and open.<\/strong> This sample project is for a fictional web store, which you can find here: http:\/\/demoshop.webtestit.com\/<\/p>\n\n\n\n<p>4) Ranorex Webtestit project view open. On the left, you will see the project window with the project tree.<\/p>\n\n\n\n<p>In the project tree, you can find several Page Object files. Each will represent a major section of a web page (not necessarily an entire web page). <\/p>\n\n\n\n<p>Using a Page Object model separates the definition of the UI from your test code, thereby making your tests easier to maintain and less likely to break.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-2.1.png\"><img decoding=\"async\" width=\"446\" height=\"673\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-2.1.png\" alt=\"project window - Java Demoshop\" class=\"wp-image-83890\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-2.1.png 446w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-2.1-199x300.png 199w\" sizes=\"(max-width: 446px) 100vw, 446px\" \/><\/a><\/figure>\n\n\n\n<p> If you\u2019re unfamiliar with Page Objects, then you can learn about them <a href=\"https:\/\/www.martinfowler.com\/bliki\/PageObject.html\" target=\"_blank\" rel=\"noopener nofollow\">here<\/a>.<\/p>\n\n\n\n<p>5) In the below page objects, you can see two test cases, TC1 and TC2. The first test case adds items to the cart and then checks out. The second test case verifies the \u201cfast checkout\u201d process.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"315\" height=\"177\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Test-Cases-TC1-TC2.jpg\" alt=\"Test Cases\" class=\"wp-image-84012\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Test-Cases-TC1-TC2.jpg 315w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Test-Cases-TC1-TC2-300x169.jpg 300w\" sizes=\"(max-width: 315px) 100vw, 315px\" \/><\/figure>\n\n\n\n<p>6) In Ranorex Webtestit, you can notice the \u201c<strong>Get Started<\/strong>\u201d panel on the bottom left corner (if you don\u2019t see it, you can open it from the menu. Just choose <strong>Help =&gt; Get Started<\/strong>).<\/p>\n\n\n\n<p>Since this is a demo project, steps 1-3 are already complete. To run the test, all that we need to do is add one or more endpoints.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-4.1.png\"><img decoding=\"async\" width=\"454\" height=\"673\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-4.1.png\" alt=\"Get Started\u201d panel \" class=\"wp-image-83892\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-4.1.png 454w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-4.1-202x300.png 202w\" sizes=\"(max-width: 454px) 100vw, 454px\" \/><\/a><\/figure>\n\n\n\n<p>7) Open the Execution panel. Click <strong>Add Endpoint<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-5.1.png\"><img decoding=\"async\" width=\"543\" height=\"528\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-5.1.png\" alt=\"Add endpoint.\" class=\"wp-image-83893\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-5.1.png 543w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-5.1-300x292.png 300w\" sizes=\"(max-width: 543px) 100vw, 543px\" \/><\/a><\/figure>\n\n\n\n<p>8) Choose <strong>Local endpoint<\/strong>. Let\u2019s name it \u201cLocal Chrome\u201d. Set up Platform on Desktop and choose Google Chrome browser. Then, click on the <strong>Save endpoint<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-6.1.png\"><img decoding=\"async\" width=\"449\" height=\"623\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-6.1.png\" alt=\"Save endpoint\" class=\"wp-image-83894\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-6.1.png 449w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-6.1-216x300.png 216w\" sizes=\"(max-width: 449px) 100vw, 449px\" \/><\/a><\/figure>\n\n\n\n<p>9) The new endpoint appears in the Execution panel and you\u2019re now ready to execute the test suite.<\/p>\n\n\n\n<p>10) Click <strong>Run all test files<\/strong>. As this is the first time you have run a test with Ranorex Webtestit, there may be several dependencies to load.<\/p>\n\n\n\n<p>Future test executions won\u2019t need to repeat this initial download and it will go faster. You can track the progress in the Log panel just below the Execution panel.<\/p>\n\n\n\n<p>11) Finally, the test run finishes. Click on <strong>Show Report<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Show-Report.png\"><img decoding=\"async\" width=\"251\" height=\"35\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Show-Report.png\" alt=\"Show Report\" class=\"wp-image-83900\"\/><\/a><\/figure>\n\n\n\n<p>12) The test run report shows the duration of the test, the number of test failures (if any), the number of test suites and test cases executed, and much more. Click the down arrow next to the TestSuite(Desktop) item to see the duration of each of the test cases executed.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-8.1.png\"><img decoding=\"async\" width=\"650\" height=\"357\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-8.1.png\" alt=\"duration of each of the test cases executed\" class=\"wp-image-83896\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-8.1.png 650w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-8.1-300x165.png 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Start Building Your Own Web Test<\/h3>\n\n\n\n<p>So far you have seen a sample test executed on your desktop, let\u2019s take a look at the process for building your own test.<\/p>\n\n\n\n<p>1) Click on <strong>New Project <\/strong>and then Create a new project dialogue will appear.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-9.1.png\"><img decoding=\"async\" width=\"650\" height=\"341\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-9.1.png\" alt=\"Create new project dialog\" class=\"wp-image-83897\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-9.1.png 650w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-9.1-300x157.png 300w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/><\/a><\/figure>\n\n\n\n<p>2) Enter a project name, select your preferred programming language, and then click Save. If you select Java, Ranorex Webtestit \u201cscaffolds\u201d your project with <a href=\"https:\/\/maven.apache.org\/\" target=\"_blank\" rel=\"noopener nofollow\">Maven<\/a>, Apache\u2019s build automation tool, and the widely used TestNG testing framework. Then, the Project workspace appears.<\/p>\n\n\n\n<p>3) You may see a warning that Ranorex Webtestit is disconnected from Ranorex Selocity. Install the Ranorex Selocity add-on to Chrome DevTools if you haven\u2019t done so already.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-10.1.png\"><img decoding=\"async\" width=\"577\" height=\"79\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-10.1.png\" alt=\"disconnected from Ranorex Selocity\" class=\"wp-image-83898\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-10.1.png 577w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-10.1-300x41.png 300w\" sizes=\"(max-width: 577px) 100vw, 577px\" \/><\/a><\/figure>\n\n\n\n<p>Then, simply open the Chrome browser, right-click on any web element, and choose <strong>Inspect<\/strong>. In the DevTools panel, click <strong>Ranorex Selocity<\/strong>, and then click <strong>Connect.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure11.1.png\"><img decoding=\"async\" width=\"525\" height=\"660\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure11.1.png\" alt=\"Ranorex Selocity\" class=\"wp-image-83899\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure11.1.png 525w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure11.1-239x300.png 239w\" sizes=\"(max-width: 525px) 100vw, 525px\" \/><\/a><\/figure>\n\n\n\n<p>4) Return to Ranorex Webtestit. Click on the <strong>New Page Object file<\/strong>. A file called \u201cnewpofile.java\u201d will appear in the Project tree. Let\u2019s rename this to \u201cmainPO.java\u201d.<\/p>\n\n\n\n<p>5) Now, open the Chrome browser and go to your web application. Right-click on the search box and choose <strong>Selector actions<\/strong>.<\/p>\n\n\n\n<p>You\u2019ll see a list of available selectors for the search box web element. Just copy and paste the one that you want to use into your new Page Object file.<\/p>\n\n\n\n<p>(If you link Ranorex Selocity with Ranorex Webtestit, then you will also have the option to send the selector directly to Ranorex Webtestit along with a screenshot).<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure12.png\"><img decoding=\"async\" width=\"700\" height=\"523\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure12.png\" alt=\"Selector actions\" class=\"wp-image-83901\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure12.png 700w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure12-300x224.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/a><\/figure>\n\n\n\n<p>6) Return to Ranorex Webtestit and you\u2019ll see a new element in the Elements panel. If the name of the element isn\u2019t meaningful, then you can edit it. In the example below, the name has been changed to \u201cSearchbox.\u201d Now click on <strong>Close<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-13.png\"><img decoding=\"async\" width=\"426\" height=\"428\" src=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-13.png\" alt=\"Searchbox\" class=\"wp-image-83902\" srcset=\"https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-13.png 426w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-13-150x150.png 150w, https:\/\/www.softwaretestinghelp.com\/wp-content\/qa\/uploads\/2019\/06\/Figure-13-300x300.png 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" \/><\/a><\/figure>\n\n\n\n<p>7) To use the new element in the test, first, add it to your page object. Simply drag the element into the page object and choose an action, such as <strong>Click on element<\/strong> or <strong>Type into the element<\/strong>. Ranorex Webtestit will automatically create the associated code for you.<\/p>\n\n\n\n<p>8) You can now start coding your test. Right-click on the tests folder in the Project panel, and then choose New =&gt; Test file. Ranorex Webtestit creates a new test file and includes the boilerplate code for you. Please refer to the actions in the Page Object to perform your test steps.<\/p>\n\n\n\n<p>9) Once your test is complete, add an endpoint as in the demoshop example above, and then execute your test.<\/p>\n\n\n\n<p><span style=\"color: #ff6600;\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-contrast-color\">Fine Print<\/mark><\/strong><\/span><\/p>\n\n\n\n<p>Ranorex Webtestit works on Windows, Mac, and Linux. It integrates with tools like TFS, Jenkins, <a href=\"https:\/\/www.softwaretestinghelp.com\/atlassian-jira-tutorial-1\/\" target=\"_blank\" rel=\"noopener\">Jira<\/a>, Git, TestRail, and TravisCI using the command line interface.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>If you are using (or thinking about using) Selenium WebDriver, then you should definitely check out Ranorex Webtestit. It will, in turn, save you time upfront by setting up your test project for you.<\/p>\n\n\n\n<p>It will save you time with every web test that you build, through the automatic application of the Page Object model, reduction of boilerplate code, web element locator generation, and much more.<\/p>\n\n\n\n<p><strong>You can read more about Ranorex Webtestit <a href=\"https:\/\/www.ranorex.com\/webtestit\/help\/\" target=\"_blank\" rel=\"noopener nofollow\">here<\/a><\/strong><\/p>\n\n\n\n<p><strong>Please feel free to share your experience in the comments section below! We would love to hear from you. <\/strong><\/p>\n\r\n\t\t\t<div id=\"daexthefup-container\"\r\n\t\t\t\tclass=\"daexthefup-container daexthefup-layout-stacked daexthefup-alignment-center\"\r\n\t\t\t\tdata-post-id=\"83871\">\r\n\r\n\t\t\t\t<div class=\"daexthefup-feedback\">\r\n\t\t\t\t\t<div class=\"daexthefup-text\">\r\n\t\t\t\t\t\t<h3 class=\"daexthefup-title\">Was this helpful?<\/h3>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"daexthefup-buttons-container\">\r\n\t\t\t\t\t\t<div class=\"daexthefup-buttons\">\r\n\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefup-yes daexthefup-button daexthefup-button-type-icon\" data-value=\"1\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-up-cls-1{fill:#c9c9c9;}.thumb-up-cls-2{fill:#e1e1e1;}.thumb-up-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_up\">\r\n                        <path class=\"thumb-up-cls-2 daexthefup-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-up-cls-3 daexthefup-icon-secondary-color\" x=\"10\" y=\"20\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefup-icon-primary-color\" d=\"m30.57,9.06l-.49-.1c-.81-.17-1.61.35-1.78,1.16l-5.3,11.74c-.17.81,3.16,1.61,3.97,1.78l1.96.41c.81.17,1.61-.35,1.78-1.16l2.18-10.27c.34-1.61-.7-3.21-2.31-3.56Z\" \/>\r\n                            <path class=\"thumb-up-cls-1 daexthefup-icon-primary-color\" d=\"m38.17,20h-18.67c-.83,0-1.5.67-1.5,1.5v12c0,.83.67,1.5,1.5,1.5h16.27c.71,0,1.33-.5,1.47-1.21l2.4-12c.19-.93-.53-1.8-1.47-1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t<div class=\"daexthefup-no daexthefup-button daexthefup-button-type-icon\" data-value=\"0\">\r\n\t\t\t\t\r\n                <svg>\r\n                    <defs>\r\n                        <style>.thumb-down-cls-1{fill:#c9c9c9;}.thumb-down-cls-2{fill:#e1e1e1;}.thumb-down-cls-3{fill:#676767;}<\/style>\r\n                    <\/defs>\r\n                    <g id=\"thumb_down\">\r\n                        <path class=\"thumb-down-cls-2 daexthefup-icon-circle\" d=\"m24,3c11.58,0,21,9.42,21,21s-9.42,21-21,21S3,35.58,3,24,12.42,3,24,3m0-1C11.85,2,2,11.85,2,24s9.85,22,22,22,22-9.85,22-22S36.15,2,24,2h0Z\" \/>\r\n                        <g>\r\n                            <rect class=\"thumb-down-cls-3 daexthefup-icon-secondary-color\" x=\"10\" y=\"13\" width=\"6\" height=\"15\" rx=\"1.5\" ry=\"1.5\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefup-icon-primary-color\" d=\"m30.57,38.94l-.49.1c-.81.17-1.61-.35-1.78-1.16l-5.3-11.74c-.17-.81,3.16-1.61,3.97-1.78l1.96-.41c.81-.17,1.61.35,1.78,1.16l2.18,10.27c.34,1.61-.7,3.21-2.31,3.56Z\" \/>\r\n                            <path class=\"thumb-down-cls-1 daexthefup-icon-primary-color\" d=\"m38.17,28h-18.67c-.83,0-1.5-.67-1.5-1.5v-12c0-.83.67-1.5,1.5-1.5h16.27c.71,0,1.33.5,1.47,1.21l2.4,12c.19.93-.53,1.8-1.47,1.8Z\" \/>\r\n                        <\/g>\r\n                    <\/g>\r\n                <\/svg>\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefup-comment\">\r\n\t\t\t\t\t<div class=\"daexthefup-comment-top-container\">\r\n\t\t\t\t\t\t<label id=\"daexthefup-comment-label\" class=\"daexthefup-comment-label\"><\/label>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"daexthefup-comment-character-counter-container\">\r\n\t\t\t\t\t\t\t\t<div id=\"daexthefup-comment-character-counter-number\"\r\n\t\t\t\t\t\t\t\t\tclass=\"daexthefup-comment-character-counter-number\"><\/div>\r\n\t\t\t\t\t\t\t\t<div class=\"daexthefup-comment-character-counter-text\"><\/div>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<textarea id=\"daexthefup-comment-textarea\" class=\"daexthefup-comment-textarea\"\r\n\t\t\t\t\t\t\t\tplaceholder=\"Type your message\"\r\n\t\t\t\t\t\t\t\tmaxlength=\"\r\n\t\t\t\t\t\t\t\t400\t\t\t\t\t\t\t\t\t\"><\/textarea>\r\n\t\t\t\t\t<div class=\"daexthefup-comment-buttons-container\">\r\n\t\t\t\t\t\t<button class=\"daexthefup-comment-submit daexthefup-button\">Submit<\/button>\r\n\t\t\t\t\t\t<button class=\"daexthefup-comment-cancel daexthefup-button\">Cancel<\/button>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t<div class=\"daexthefup-successful-submission-text\">Thanks for your feedback!<\/div>\r\n\r\n\t\t\t<\/div>\r\n\r\n\t\t\t","protected":false},"excerpt":{"rendered":"<p>In this article, we explore ways to build selenium tests faster with Ranorex Webtestit. Let&#8217;s get started. If you\u2019re like most of the testing professionals, then you are all about efficiency! When it comes to a task like test automation, you need to focus on building tests rather than configuration &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Build Selenium Tests Faster with Ranorex Webtestit\" class=\"read-more button\" href=\"https:\/\/www.softwaretestinghelp.com\/ranorex-webtestit-tutorial\/#more-83871\" aria-label=\"Read more about How to Build Selenium Tests Faster with Ranorex Webtestit\">Read more<\/a><\/p>\n","protected":false},"author":9,"featured_media":83903,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_helpful_pro_status":1,"footnotes":""},"categories":[214],"tags":[],"class_list":["post-83871","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-selenium-tutorials"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/posts\/83871","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/comments?post=83871"}],"version-history":[{"count":0,"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/posts\/83871\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/media\/83903"}],"wp:attachment":[{"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/media?parent=83871"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/categories?post=83871"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.softwaretestinghelp.com\/wp-json\/wp\/v2\/tags?post=83871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}