<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title/><description/><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><ttl>120</ttl><item><guid isPermaLink="false">KB909</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Reading Map Data in RVL</title><description> This topic explains different ways of reading data from a Map in RVL. </description><pubDate>Tue, 23 Sep 2025 08:21:26 -0400</pubDate><a10:updated>2025-09-23T08:24:06-04:00</a10:updated><link>/Support/KnowledgeBase/KB909.aspx</link></item><item><guid isPermaLink="false">KB866</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Comparing strings with wildcard in RVL</title><description> Sometimes you need to check if string is matching specific pattern (i.e. has variable part like date, time etc). This topic covers the way to compare it in RVL. </description><pubDate>Tue, 13 Aug 2024 19:04:55 -0400</pubDate><a10:updated>2024-08-13T19:04:55-04:00</a10:updated><link>/Support/KnowledgeBase/KB866.aspx</link></item><item><guid isPermaLink="false">KB765</guid><author>Max K (denis.markovtsev@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">rapise8</category><category domain="http://www.inflectra.com/kronodesk/article/tag">docs</category><category domain="http://www.inflectra.com/kronodesk/article/tag">academy</category><title>Rapise 8.0: how to use Page Objects/Modules</title><description> When writing automated tests, it is often necessary to create shared modules that can be used by multiple test cases. These modules serve various purposes, such as handling authentication for applications with a login page, performing necessary actions after test case completion, or working with custom controls within the application, such as dropdown menus, form fields, or grid/table controls.  In Rapise 8.0, you have the ability to address all these requirements. Rapise supports two types of modules: RVL (Rapise Visual Language) and JavaScript-based modules. These modules provide a flexible and powerful approach to handle common functionalities across your test cases.  By using RVL modules, you can visually create reusable components that encapsulate specific actions or sequences of steps. For example, you can create an RVL module that handles the authentication process by entering credentials and clicking the login button. This module can then be easily reused across multiple test cases that require login functionality.  Alternatively, you can leverage JavaScript-based modules in Rapise 8.0. JavaScript is a versatile programming language that allows you to create custom functions and logic to handle complex scenarios. With JavaScript-based modules, you can implement specific interactions with custom controls or perform actions that are not easily achievable through the visual interface of Rapise.  Both RVL and JavaScript-based modules in Rapise provide a seamless way to organize and reuse common functionalities within your automated tests. They help improve maintainability, reduce duplication of code, and enhance overall test efficiency. </description><pubDate>Fri, 23 Jun 2023 08:48:31 -0400</pubDate><a10:updated>2023-06-23T13:56:36-04:00</a10:updated><link>/Support/KnowledgeBase/KB765.aspx</link></item><item><guid isPermaLink="false">KB746</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">dynamic</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> uiautomation</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> desktop</category><title>Dynamically Clicking on a Desktop App Button Sample (MS-Word)</title><description> We had a customer request for a sample that demonstrates how to click on buttons in a desktop application (in this case a plugin for Microsoft Word) where instead of having to learn each of the buttons individually, you can learn the button container and then loop through the buttons using a Rapise  RVL Map . </description><pubDate>Tue, 18 Apr 2023 15:11:05 -0400</pubDate><a10:updated>2023-04-18T15:54:31-04:00</a10:updated><link>/Support/KnowledgeBase/KB746.aspx</link></item><item><guid isPermaLink="false">KB724</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Check if File is in the Downloads Folder</title><description> When you test scenario has some sort of download we may need to wait/verify for download to be done. Here we provide some functions designed to help in such cases. </description><pubDate>Mon, 30 Jan 2023 16:14:11 -0500</pubDate><a10:updated>2023-01-30T16:14:56-05:00</a10:updated><link>/Support/KnowledgeBase/KB724.aspx</link></item><item><guid isPermaLink="false">KB722</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title> Play All Sheets in RVL</title><description> Use many sheets in RVL? Want to execute them all at once without calling one-by-one. Here is a simple solution. </description><pubDate>Mon, 30 Jan 2023 13:12:51 -0500</pubDate><a10:updated>2023-01-30T13:12:51-05:00</a10:updated><link>/Support/KnowledgeBase/KB722.aspx</link></item><item><guid isPermaLink="false">KB681</guid><author>Victoria D (nino.diasamidze@inflectra.com)</author><title>How to disable browser notifications for Selenium Chrome </title><description> Some of the Web resources used for automated tests have a browsers push notifications active. However, push notifications creating unnecessary records in RVL table. </description><pubDate>Tue, 04 Oct 2022 15:45:23 -0400</pubDate><a10:updated>2022-10-04T15:53:40-04:00</a10:updated><link>/Support/KnowledgeBase/KB681.aspx</link></item><item><guid isPermaLink="false">KB644</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Reading DOM element runtime property</title><description> Sometimes we need to get runtime property for the element. For example, we need to get a background color to know that element is highlighted for a user. Anything configured via stylesheet is usually a property: color, font, margins, dimensions, visibility etc. </description><pubDate>Wed, 06 Apr 2022 07:45:57 -0400</pubDate><a10:updated>2022-04-06T07:45:57-04:00</a10:updated><link>/Support/KnowledgeBase/KB644.aspx</link></item><item><guid isPermaLink="false">KB622</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><title>Get DOM element visible color</title><description> Sometimes we need to get runtime property for the element. For example, we need to get a background color to know that element is highlighted for a user. You may do it with help of Navigator.ExecJs. </description><pubDate>Fri, 26 Nov 2021 11:34:41 -0500</pubDate><a10:updated>2021-11-26T11:34:41-05:00</a10:updated><link>/Support/KnowledgeBase/KB622.aspx</link></item><item><guid isPermaLink="false">KB621</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><title>Get DOM element visible color</title><description> Sometimes we need to get runtime property for the element. For example, we need to get a background color to know that element is highlighted for a user. You may do it with help of Navigator.ExecJs. </description><pubDate>Fri, 26 Nov 2021 11:34:31 -0500</pubDate><a10:updated>2021-11-26T11:34:31-05:00</a10:updated><link>/Support/KnowledgeBase/KB621.aspx</link></item><item><guid isPermaLink="false">KB598</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Using RVL Merge Utility</title><description> Sometimes we need to do Diff and Merge operations when working with external Source Control systems (git, svn, etc). This utility (ExcelMerge) will enable this functionality. </description><pubDate>Thu, 03 Jun 2021 11:58:14 -0400</pubDate><a10:updated>2023-08-18T08:01:11-04:00</a10:updated><link>/Support/KnowledgeBase/KB598.aspx</link></item><item><guid isPermaLink="false">KB596</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>SoftAssert in Rapise</title><description> Sometimes you need more control on whether to stop execution when an assertion fails. Assertion that does not stop execution is Soft Assertion.  With soft assertions you may force it to fail later when all expected errors are collected or keep running until the very end. </description><pubDate>Tue, 27 Apr 2021 09:47:05 -0400</pubDate><a10:updated>2023-08-18T06:22:30-04:00</a10:updated><link>/Support/KnowledgeBase/KB596.aspx</link></item><item><guid isPermaLink="false">KB594</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Returning Values from RVL sheets</title><description> Sometimes you need to return a value or a set of values from RVL.DoPlaySheet or RVL.DoPlayScript calls. This sample shows you how. </description><pubDate>Wed, 24 Mar 2021 14:25:18 -0400</pubDate><a10:updated>2021-03-24T14:25:41-04:00</a10:updated><link>/Support/KnowledgeBase/KB594.aspx</link></item><item><guid isPermaLink="false">KB570</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Easy Way to Dump Sheet Variables</title><description> We sometimes need to dump diagnostic information to the report. It may be values of some or all local variables. </description><pubDate>Thu, 15 Oct 2020 13:00:51 -0400</pubDate><a10:updated>2020-10-15T13:00:51-04:00</a10:updated><link>/Support/KnowledgeBase/KB570.aspx</link></item><item><guid isPermaLink="false">KB566</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Merge Strings in RVL</title><description> Here we show a few examples on how to combine strings in RVL. </description><pubDate>Thu, 01 Oct 2020 10:41:00 -0400</pubDate><a10:updated>2020-10-01T10:41:00-04:00</a10:updated><link>/Support/KnowledgeBase/KB566.aspx</link></item><item><guid isPermaLink="false">KB565</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Customize Rapise Report Messages</title><description> Sometimes we need to override the message written to the report when some action is performed.   </description><pubDate>Thu, 01 Oct 2020 10:18:05 -0400</pubDate><a10:updated>2021-04-01T13:42:38-04:00</a10:updated><link>/Support/KnowledgeBase/KB565.aspx</link></item><item><guid isPermaLink="false">KB537</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Using Extra Columns in RVL to control screenshots</title><description> Sometimes we need more fine-grained control over screenshots. Here we describe the way of using H column for defining which actions will have what kind of screenshot captured. </description><pubDate>Wed, 13 May 2020 09:09:17 -0400</pubDate><a10:updated>2023-08-17T12:21:52-04:00</a10:updated><link>/Support/KnowledgeBase/KB537.aspx</link></item><item><guid isPermaLink="false">KB531</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><title>Handling Grouped Data in Rapise</title><description> Sometimes we need to process data in groups or even in hierarchical way. Here we will show how to make it using plain table and loop in RVL. </description><pubDate>Mon, 20 Apr 2020 08:43:53 -0400</pubDate><a10:updated>2023-02-02T10:50:18-05:00</a10:updated><link>/Support/KnowledgeBase/KB531.aspx</link></item><item><guid isPermaLink="false">KB519</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Reading values from .properties files in Rapise</title><description> .properties is a file format mainly used in Java related technologies to store the configurable values. Here we show how to work with it in Rapise.   </description><pubDate>Fri, 06 Mar 2020 09:06:56 -0500</pubDate><a10:updated>2020-03-06T09:11:31-05:00</a10:updated><link>/Support/KnowledgeBase/KB519.aspx</link></item><item><guid isPermaLink="false">KB515</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Checking String Length in RVL</title><description> If you need to get the size of the string, then here is a couple of possible ways for doing it. </description><pubDate>Fri, 21 Feb 2020 14:45:06 -0500</pubDate><a10:updated>2020-02-21T14:47:15-05:00</a10:updated><link>/Support/KnowledgeBase/KB515.aspx</link></item><item><guid isPermaLink="false">KB504</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Referring Repository Objects from Maps</title><description> Sometimes you need to specify object and data for it in the map. Here we will show how to make it using Rapise built in maps and available APIs. </description><pubDate>Thu, 02 Jan 2020 14:53:55 -0500</pubDate><a10:updated>2020-01-02T14:53:55-05:00</a10:updated><link>/Support/KnowledgeBase/KB504.aspx</link></item><item><guid isPermaLink="false">KB502</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><title>Passing Map as a Parameter into RVL Sheet</title><description> This topic covers more detailed description on how to pass map from one Sheet to another in RVL </description><pubDate>Mon, 23 Dec 2019 11:57:48 -0500</pubDate><a10:updated>2020-01-16T13:55:25-05:00</a10:updated><link>/Support/KnowledgeBase/KB502.aspx</link></item><item><guid isPermaLink="false">KB501</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Passing Sub-Test Parameters</title><description> Here we will cover several ways of passing parameters and returning values from Sub-Tests. </description><pubDate>Thu, 12 Dec 2019 19:23:06 -0500</pubDate><a10:updated>2023-08-17T08:57:48-04:00</a10:updated><link>/Support/KnowledgeBase/KB501.aspx</link></item><item><guid isPermaLink="false">KB487</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>How to Do Mouse Wheel Scroll in Rapise</title><description> Some controls require mouse wheel input. Here is how to do it. </description><pubDate>Fri, 11 Oct 2019 15:33:14 -0400</pubDate><a10:updated>2019-10-11T15:33:14-04:00</a10:updated><link>/Support/KnowledgeBase/KB487.aspx</link></item><item><guid isPermaLink="false">KB484</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Comparing Parts of Images</title><description> Sometimes compared images partially differ due to some dynamic part. Here we show how to do partial comparison in this case. </description><pubDate>Wed, 09 Oct 2019 16:06:40 -0400</pubDate><a10:updated>2023-08-17T08:36:15-04:00</a10:updated><link>/Support/KnowledgeBase/KB484.aspx</link></item><item><guid isPermaLink="false">KB483</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Renaming Objects in Rapise</title><description> Good object naming is important for test script clarity and readability. Default names are detected during record/learn session and results sometimes are cumbersome, obscure or irrelevant. Here we show how to give proper names to objects. </description><pubDate>Fri, 27 Sep 2019 12:16:17 -0400</pubDate><a10:updated>2019-09-27T13:33:23-04:00</a10:updated><link>/Support/KnowledgeBase/KB483.aspx</link></item><item><guid isPermaLink="false">KB475</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>How to Get All Links on the Page with Rapise</title><description> Sometimes you need to go through all links to check something. Here are two ways: JS and RVL of doing it with Rapise. </description><pubDate>Tue, 27 Aug 2019 11:59:35 -0400</pubDate><a10:updated>2023-08-16T16:22:31-04:00</a10:updated><link>/Support/KnowledgeBase/KB475.aspx</link></item><item><guid isPermaLink="false">KB433</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Using Extra Columns in RVL to add Report Attributes</title><description> You may use extra RVL columns for your own purposes. In the simple case for storing additional information (notes, links). In more advanced cases extra columns may affect script behavior: add report attributes, control screenshots, control custom actions, assign variable values etc. Here we provide live example of one of such use-cases. </description><pubDate>Mon, 18 Mar 2019 19:03:40 -0400</pubDate><a10:updated>2019-03-18T19:05:41-04:00</a10:updated><link>/Support/KnowledgeBase/KB433.aspx</link></item><item><guid isPermaLink="false">KB432</guid><author>Max K (denis.markovtsev@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">excel</category><category domain="http://www.inflectra.com/kronodesk/article/tag">spreadsheet</category><category domain="http://www.inflectra.com/kronodesk/article/tag">write</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> data</category><title>Writing data to an Excel spreadsheet</title><description> In this article we describe how to write data to an external Excel spreadsheet during test playback. Both RVL and JavaScript examples are given. </description><pubDate>Fri, 15 Mar 2019 07:17:41 -0400</pubDate><a10:updated>2019-03-15T07:17:41-04:00</a10:updated><link>/Support/KnowledgeBase/KB432.aspx</link></item><item><guid isPermaLink="false">KB393</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><title>DoClick() vs DoClick(x,y)</title><description> When doing mouse click from Rapise it is sometimes need to use offset coordinates. You will learn:  1. When explicit coordinates are needed  2. How to determine them </description><pubDate>Thu, 11 Oct 2018 08:02:23 -0400</pubDate><a10:updated>2023-08-16T11:53:39-04:00</a10:updated><link>/Support/KnowledgeBase/KB393.aspx</link></item><item><guid isPermaLink="false">KB371</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Sample Spira-Friendly Framework with Multiple RVLs and Common Library</title><description> Working example of test framework designed to maximize flexibility and get the most from Rapise productivity features. </description><pubDate>Wed, 15 Aug 2018 10:56:39 -0400</pubDate><a10:updated>2018-08-15T10:56:39-04:00</a10:updated><link>/Support/KnowledgeBase/KB371.aspx</link></item><item><guid isPermaLink="false">KB367</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> RVL</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> Global</category><title>Storing Values Across Test Cases and Sessions in Rapise</title><description> Sometimes test set requires a value passing through the sequence of test cases. Good example is  User ID  assigned during sign-in and then used in subsequent test cases.  Another use case is when test case requires some input value that should always be unique. </description><pubDate>Thu, 02 Aug 2018 12:18:57 -0400</pubDate><a10:updated>2023-08-16T09:20:17-04:00</a10:updated><link>/Support/KnowledgeBase/KB367.aspx</link></item><item><guid isPermaLink="false">KB357</guid><author>Max K (denis.markovtsev@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">spreadsheet</category><category domain="http://www.inflectra.com/kronodesk/article/tag">excel</category><category domain="http://www.inflectra.com/kronodesk/article/tag">data-driven</category><category domain="http://www.inflectra.com/kronodesk/article/tag">ddt</category><title>Data-driven testing with spreadsheets and RVL</title><description> Many test automation scenarios require performing same steps with different data. For example, login into application with different user credentials, or enter several lines of a sales order into a table. This is data-driven testing. From this article you will learn how to do this in Rapise Visual Language (RVL) and JavaScript modes.  You will also learn how to define data within a test and in external spreadsheet. </description><pubDate>Mon, 02 Jul 2018 14:09:11 -0400</pubDate><a10:updated>2023-08-15T18:16:34-04:00</a10:updated><link>/Support/KnowledgeBase/KB357.aspx</link></item><item><guid isPermaLink="false">KB352</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">rapise</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> user functions</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> scenariod</category><title>Converting Recorded Steps into Functions/Scenarios</title><description> You have recorded some basic test scripts in Rapise, and now you want to easily extract the steps into a reusable function that can be called from the main test script. This article explains how you can do this for both RVL and JavaScript based tests. </description><pubDate>Tue, 26 Jun 2018 03:21:02 -0400</pubDate><a10:updated>2023-08-15T17:47:04-04:00</a10:updated><link>/Support/KnowledgeBase/KB352.aspx</link></item><item><guid isPermaLink="false">KB340</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">rapise</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> scriptless</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> rvl</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> visual language</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> loops</category><title>How to Do a Nested Loop with Rapise Visual Language (RVL)</title><description> Sometimes you want to have multiple nested loops to test a set of test data (for example loop over a list of users, and for each user, loop over a list of browsers). In JavaScript you can use standard nested loops, this article explains how you can do the same using RVL. </description><pubDate>Wed, 02 May 2018 15:17:46 -0400</pubDate><a10:updated>2018-05-02T15:19:17-04:00</a10:updated><link>/Support/KnowledgeBase/KB340.aspx</link></item><item><guid isPermaLink="false">KB330</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Compare two SpreadSheets in Rapise</title><description> Sometimes you need to compare two tables. Here we introduce a function to compare two spreadsheets. </description><pubDate>Wed, 07 Mar 2018 13:57:10 -0500</pubDate><a10:updated>2023-08-15T13:42:01-04:00</a10:updated><link>/Support/KnowledgeBase/KB330.aspx</link></item><item><guid isPermaLink="false">KB326</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">rapise</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> excel</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> rvl</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> windows scripting host</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> windows 10</category><title>Windows Scripting Host Crashes When Playing Back Rapise RVL Script after Windows 10 Update</title><description> Unfortunately, Windows10 has a nasty habit of frequently updating itself and then breaking existing applications. We found that the February 14th, 2018 Windows10 update corrupted the Excel device driver that Rapise uses to access the RVL test script spreadsheet during playback. </description><pubDate>Thu, 15 Feb 2018 22:11:41 -0500</pubDate><a10:updated>2018-02-15T22:11:41-05:00</a10:updated><link>/Support/KnowledgeBase/KB326.aspx</link></item><item><guid isPermaLink="false">KB324</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> RVL</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> Loops</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> Data Generation</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> Array</category><title>List Files from Folder in RVL</title><description> Sometimes it is required to have list of files from some folder. Here we demonstrate how to get this list and how to iterate through it in RVL. </description><pubDate>Thu, 08 Feb 2018 06:17:26 -0500</pubDate><a10:updated>2018-02-08T06:17:26-05:00</a10:updated><link>/Support/KnowledgeBase/KB324.aspx</link></item><item><guid isPermaLink="false">KB320</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">Rapise</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> RVL</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> Loops</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> Data Generation</category><title>Using RVL Loop to generate sequence of file names</title><description> We show how to do data generation for test scenario using RVL Variable loop in Rapise. This sample shows how to produce a sequence of filenames: FILE1.txt, FILE2.txt, FILE3.txt and so on. </description><pubDate>Fri, 26 Jan 2018 12:49:23 -0500</pubDate><a10:updated>2018-01-26T12:49:51-05:00</a10:updated><link>/Support/KnowledgeBase/KB320.aspx</link></item><item><guid isPermaLink="false">KB317</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Read external Excel spreadsheet in RVL</title><description> Attaching to external .XLS spreadsheet in RVL may be easily done in RVL by use of  Range  type of the  Map . </description><pubDate>Thu, 18 Jan 2018 11:04:55 -0500</pubDate><a10:updated>2018-09-03T06:22:16-04:00</a10:updated><link>/Support/KnowledgeBase/KB317.aspx</link></item><item><guid isPermaLink="false">KB312</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">rvl</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> react</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> dom</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> attributes</category><title>Accessing DOM elements by Attributes in RVL</title><description> It is possible to access such objects form RVL using one of the methods shown in this article. </description><pubDate>Mon, 08 Jan 2018 12:40:15 -0500</pubDate><a10:updated>2023-08-18T10:33:01-04:00</a10:updated><link>/Support/KnowledgeBase/KB312.aspx</link></item><item><guid isPermaLink="false">KB270</guid><author>Alex G (alexey.grinevich@inflectra.com)</author><title>Using Object ID as RVL ParamValue</title><description> Sometimes Object ID used as a parameter to the function or object Action (such as Global.DoWaitFor(objId) ). RVL contains special feature intended to make pick-up of object from the list easier. </description><pubDate>Wed, 02 Aug 2017 10:04:13 -0400</pubDate><a10:updated>2023-08-15T08:40:04-04:00</a10:updated><link>/Support/KnowledgeBase/KB270.aspx</link></item><item><guid isPermaLink="false">KB257</guid><author>David J (adam.sandman+support@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">rapise</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> rvl</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> visual language</category><category domain="http://www.inflectra.com/kronodesk/article/tag"> scriptless</category><title>Using Rapise Visual Language (RVL) 5.1 with Multiple Sheets</title><description> With the release of the new Rapise Visual Language (RVL), there have been some questions about how to use it to organize tests, subtests and multiple sheets. For example:   I see that I can create multiple sheets.  How does Rapise handle multiple sheets?  Does it run each in order or can they be run separately?  Is it possible to call a test in RVL from another test in RVL?  In other worlds, how can I create subtests and scenarios using RVL?     </description><pubDate>Fri, 02 Jun 2017 15:37:30 -0400</pubDate><a10:updated>2023-08-15T07:53:09-04:00</a10:updated><link>/Support/KnowledgeBase/KB257.aspx</link></item></channel></rss>