<description/><language>en-US</language><copyright>(C) Copyright 2006-2024 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">KB771</guid><author>Max K (denis.markovtsev@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">report</category><category domain="http://www.inflectra.com/kronodesk/article/tag">pdf</category><category domain="http://www.inflectra.com/kronodesk/article/tag">html</category><title>How to generate an HTML report using own template and convert it to PDF Rapise can export an execution report in HTML format, it even allows to choose from a few predefined templates . However you may want to create own template or customize existing one and export the report automatically at the end of test execution. Also you may want to convert generated HTML report to PDF format. Learn how from this article. Wed, 19 Jul 2023 06:45:46 -04002023-07-19T06:50:04-04:00/Support/KnowledgeBase/KB771.aspxKB767Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: how to use Rapise with Git and Spira If your team has only one or two test automation engineers, the best option for storing files of a testing framework is within SpiraTest. This approach is straightforward to implement and does not require specific configuration of test sets. However, if your testing framework is expected to grow significantly and you have multiple automation engineers, it is recommended to incorporate Git into your set of tools. Using Git offers several important benefits: Improved file loading speed: By integrating Git with RapiseLauncher, the process of loading files from a repository is significantly faster. This can save valuable time, especially when dealing with larger frameworks or complex test suites. Comprehensive source control features: Git provides a wide range of source control capabilities, including branching and merging. These features are essential for managing changes and collaborating effectively when multiple team members are working on the same codebase. It allows for better organization, tracking, and merging of code changes, ensuring a streamlined development process. Enhanced teamwork: Git simplifies collaboration in a team environment. It allows team members to work on different branches or even different features concurrently, while providing mechanisms to merge and synchronize their work seamlessly. This enables better coordination and reduces the risk of conflicts when integrating changes made by multiple developers. By incorporating Git into your testing workflow, you can optimize file loading speed, leverage powerful source control features, and foster a more efficient and collaborative team environment. Fri, 23 Jun 2023 14:02:52 -04002023-06-23T16:21:42-04:00/Support/KnowledgeBase/KB767.aspxKB765Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: how to use Page Objects/Modules 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. Fri, 23 Jun 2023 08:48:31 -04002023-06-23T13:56:36-04:00/Support/KnowledgeBase/KB765.aspxKB760Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: using multiselect and datacolumn parameters for comprehensive testing The true strength of test automation lies in its capability to execute the same test cases with varying input parameters. In Rapise 8.0, you can achieve this by utilizing multiselect and datacolumn parameters. Lets now explore a specific example to illustrate this concept. Wed, 07 Jun 2023 08:06:38 -04002023-06-07T09:24:21-04:00/Support/KnowledgeBase/KB760.aspxKB756Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: development flow for Test Automation Framework in Team Mode When working as part of a team of automation engineers, the principles mentioned in the Single User Mode still apply. However, there are additional considerations to keep in mind, particularly when using a SpiraTest-based file repository. Fri, 19 May 2023 07:22:44 -04002023-05-22T06:31:48-04:00/Support/KnowledgeBase/KB756.aspxKB755Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: development flow for Test Automation Framework in Single User Mode If you are the sole automation engineer working on test creation with Rapise, it is recommended to follow these basic principles when developing a test automation framework. These guidelines specifically apply to the new Framework mode introduced in Rapise 8.0. Fri, 19 May 2023 06:35:50 -04002023-05-22T06:31:36-04:00/Support/KnowledgeBase/KB755.aspxKB753Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: how to make a copy of a test automation framework There are various situations where duplicating a test automation framework and linking it with another product in SpiraTest becomes necessary. For instance, you may want to create a copy to test the next major version of your application or start fresh with a clean product in SpiraTest. Another common scenario is when you need to transfer the test repository from SpiraTest to Git. Thu, 18 May 2023 13:02:51 -04002023-05-22T06:31:23-04:00/Support/KnowledgeBase/KB753.aspxKB752Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: how to define and use test set configurations Rapise 8.0 provides the simplified way of parameterizing test sets . With the ability to define parameters and create configurations, managing different test scenarios has never been easier. Each configuration automatically includes all the defined parameters, but you can override specific parameter values as needed. If a configuration does not explicitly assign a parameter value, the default value is utilized during test set execution. Thu, 18 May 2023 10:26:50 -04002023-05-22T06:30:11-04:00/Support/KnowledgeBase/KB752.aspxKB751Max K (denis.markovtsev@inflectra.com)rapise8academydocsRapise 8.0: what are the benefits of using the new Framework mode? The Framework mode was introduced in Rapise 8.0 to simplify test case and test set management, as well as the management of parameters, page objects/modules, object repositories, and shared code. The legacy Single Test mode required dealing with Sub-Tests and linking tests to SpiraTest on a per test case basis, whereas in the Framework mode, there is a single button labeled Sync with Spira that handles everything. When this button is pressed, test cases and test sets are automatically synchronized with SpiraTest, and files are uploaded/downloaded. In the Framework mode, team collaboration is streamlined because changes made by team members are automatically merged. In addition, it is possible to view diffs and resolve conflicts in complex cases. Wed, 17 May 2023 15:22:18 -04002023-05-22T06:30:00-04:00/Support/KnowledgeBase/KB751.aspxKB749Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: how to define and use parameters in test cases In test automation projects, it is often necessary to parameterize test cases for various purposes. For instance, this could involve specifying different URLs for running tests in different environments (development, staging, production), or providing user credentials for logging into the system. Additionally, there might be a need to quickly modify playback speed, error handling, and screenshot settings for multiple test cases. In the Rapise 8.0 Framework mode, managing parameters is made simple and convenient, allowing easy creation and management of parameters, including the ability to run the same test case with different input data, such as filling a form with various values to create multiple records in a system database. Mon, 15 May 2023 13:14:47 -04002023-05-22T06:29:20-04:00/Support/KnowledgeBase/KB749.aspxKB748Max K (denis.markovtsev@inflectra.com)rapise8academydocsRapise 8.0: recommended way of executing code before and after each test case Rapise 8.0 has introduced a new feature called the Framework mode. In this mode a new framework is created with the Common.js file which contains event handlers such as SeSOnTestInit and SeSOnTestFinish that get executed for every test case. Fri, 12 May 2023 10:44:59 -04002023-05-22T06:29:34-04:00/Support/KnowledgeBase/KB748.aspxKB746David J (support1@inflectra.com)dynamic uiautomation desktopDynamically Clicking on a Desktop App Button Sample (MS-Word) 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 . Tue, 18 Apr 2023 15:11:05 -04002023-04-18T15:54:31-04:00/Support/KnowledgeBase/KB746.aspxKB689Max K (denis.markovtsev@inflectra.com)licenseactivation codeHow to find Rapise activation code that is used on a machine In your Customer Area on Inflectra website you have a list of Rapise activation codes. To find out which code is used on a specific machine follow these simple steps. Mon, 31 Oct 2022 12:01:43 -04002023-08-18T11:11:09-04:00/Support/KnowledgeBase/KB689.aspxKB681Victoria D (nino.diasamidze@inflectra.com)How to disable browser notifications for Selenium Chrome Some of the Web resources used for automated tests have a browsers push notifications active. However, push notifications creating unnecessary records in RVL table. Tue, 04 Oct 2022 15:45:23 -04002022-10-04T15:53:40-04:00/Support/KnowledgeBase/KB681.aspxKB671Max K (denis.markovtsev@inflectra.com)attachmentHow to attach a file to a test run in Spira By default Rapise uploads all the screenshots to a test run in Spira but you may need to upload a specific file, e.g. text file or a spreadhseet. Mon, 12 Sep 2022 08:40:06 -04002023-02-02T10:39:19-05:00/Support/KnowledgeBase/KB671.aspxKB651Max K (denis.markovtsev@inflectra.com)command line cmdRunning Rapise test sets without third-party tools Recommended way of running Rapise tests on regular basis is using SpiraTest and RapiseLauncher . Other options include Azure DevOps and Jenkins . But there is also a way of running Rapise tests via command line. If this is what you are looking for then read this article. Wed, 22 Jun 2022 12:06:19 -04002023-08-18T12:38:28-04:00/Support/KnowledgeBase/KB651.aspxKB635Max K (denis.markovtsev@inflectra.com)incidentCreate an incident in Spira from Rapise test In some cases a test may automatically determine that its failure is definitely caused by a bug in software under test. In this case the test may create an incident in Spira using Spira.CreateIncident action. Requires Rapise 7.2+. Thu, 27 Jan 2022 13:01:58 -05002023-02-02T10:46:56-05:00/Support/KnowledgeBase/KB635.aspxKB608Max K (denis.markovtsev@inflectra.com)spirablockedWhat Blocked status means for a Test Run When you run a test with Spira (via RapiseLauncher) you may get a `Blocked` status for a test run. It is displayed in the Test Runs view and Test Sets view both in Spira and Spira Dashboard in Rapise. Wed, 29 Sep 2021 12:03:24 -04002023-08-18T08:05:35-04:00/Support/KnowledgeBase/KB608.aspxKB602Max K (denis.markovtsev@inflectra.com)Auto start/stop Azure VM to run UI tests If you are using a Microsoft Azure VM to run UI tests and do not want to keep the VM always running (to save budget) you may configure automatic start/stop and auto logon for the machine. Thu, 26 Aug 2021 15:07:01 -04002021-08-26T15:07:01-04:00/Support/KnowledgeBase/KB602.aspxKB600Max K (denis.markovtsev@inflectra.com)screenshotsreportChange the default Screenshot folder If a test is configured to capture screenshots during playback - Rapise puts then into Reports folder in the working directory of the test. If you want to copy screenshots to a different location or instruct Rapise to put images into a different folder - check out this article. Fri, 18 Jun 2021 14:55:55 -04002021-06-18T15:12:17-04:00/Support/KnowledgeBase/KB600.aspxKB599Max K (denis.markovtsev@inflectra.com)rvltoolboxRVL Toolbox to boost productivity in writing tests If you are new to Rapise or use it occasionally you may not know or remember all the cool objects and actions to use in your tests. With RVL Toolbox you can get access to required information by searching for it without leaving the RVL Editor. Fri, 18 Jun 2021 09:13:06 -04002021-06-18T14:35:33-04:00/Support/KnowledgeBase/KB599.aspxKB586Max K (denis.markovtsev@inflectra.com)amazonawssecretHow to get AWS Secret from Rapise Learn how to query AWS Secret from Rapise. Requires Rapise 6.7+ Thu, 04 Feb 2021 15:01:28 -05002021-02-04T15:01:28-05:00/Support/KnowledgeBase/KB586.aspxKB584Max K (denis.markovtsev@inflectra.com)antivirusRapise and Microsoft Defender Antivirus If you use Microsoft Defender Antivirus to protect your system then you may need to perform certain steps to use Rapise effectively. Wed, 03 Feb 2021 18:38:00 -05002021-02-03T18:38:00-05:00/Support/KnowledgeBase/KB584.aspxKB583Max K (denis.markovtsev@inflectra.com)antivirusRapise and Avast Antivirus If you use Avast Antivirus to protect your system then you may need to perform certain steps to install and use Rapise. Wed, 27 Jan 2021 08:48:08 -05002021-01-27T08:48:08-05:00/Support/KnowledgeBase/KB583.aspxKB574Max K (denis.markovtsev@inflectra.com)Advanced search for elements in desktop applications If a desktop application is dynamic and recorded locators do not work then there is a way to search for elements using UIAObject.DoFindElementByCondition and UIAObject.DoFindElementsByCondition . Requires Rapise 6.6+ Tue, 03 Nov 2020 09:42:17 -05002020-11-03T10:03:49-05:00/Support/KnowledgeBase/KB574.aspxKB569Alex G (alexey.grinevich@inflectra.com)Making Negative API Tests By default Rapise reports an error when REST service request fails. With the negative test the request should fail, so we want the reporting to behave differently. Tue, 13 Oct 2020 14:16:30 -04002020-10-13T14:16:30-04:00/Support/KnowledgeBase/KB569.aspxKB568Max K (denis.markovtsev@inflectra.com)test management rename cloneHow to rename a Rapise test linked to a Spira Test Case It is a 3 step process: 1. SaveAs or Clone the test with a new name 2. Save it to Spira 3. Delete old test copy from Documents module in Spira (optional) Mon, 12 Oct 2020 12:44:47 -04002023-08-17T15:07:57-04:00/Support/KnowledgeBase/KB568.aspxKB555Max K (denis.markovtsev@inflectra.com)Recording Web and Desktop actions into the same test Starting from Rapise 6.5 you may record both Web and Desktop actions into the same test. Tue, 14 Jul 2020 09:46:39 -04002023-08-17T14:18:24-04:00/Support/KnowledgeBase/KB555.aspxKB543Max K (denis.markovtsev@inflectra.com)propertiesparametersRapiseLauncherlauncherValues passed from RapiseLauncher to Rapise When a test is executed by RapiseLauncher it may access key properties of the test run, custom test set properties and test case parameters. Requires Rapise 6.4.19.16+ Mon, 01 Jun 2020 12:30:19 -04002023-06-15T08:15:08-04:00/Support/KnowledgeBase/KB543.aspxKB540Max K (denis.markovtsev@inflectra.com)Unified Service Desk with Chrome for Hosted Controls If you want to use Unified Service Desk with Chrome and test it with Rapise you need to configure it properly. Wed, 20 May 2020 15:46:29 -04002020-05-22T09:14:39-04:00/Support/KnowledgeBase/KB540.aspxKB533Max K (denis.markovtsev@inflectra.com)screenshotserrorMake screenshots on failure only Automatic screenshots on every test step may occupy too much space. Learn how to make a screenshot on failure only. Thu, 07 May 2020 12:16:13 -04002023-08-17T11:55:07-04:00/Support/KnowledgeBase/KB533.aspxKB529Max K (denis.markovtsev@inflectra.com)gotomeetingsupportzoomUsing Zoom/GoToMeeting for Support Session Learn how to connect to a support session and how to enable Rapise Expert to remotely control your Rapise instance. Fri, 10 Apr 2020 14:11:00 -04002022-06-29T11:44:23-04:00/Support/KnowledgeBase/KB529.aspxKB522Max K (denis.markovtsev@inflectra.com)calccalculatordemo trainingWindows Calculator For Rapise training purposes we may need a simple desktop application that can be executed on any Windows version. What can be simpler than Windows Calculator? Thu, 12 Mar 2020 06:35:34 -04002020-03-12T06:35:34-04:00/Support/KnowledgeBase/KB522.aspxKB508Max K (denis.markovtsev@inflectra.com)imageImageWrapperCompare Images in JavaScript To compare images in JavaScript you may use Tester.AssertImage . Tue, 04 Feb 2020 10:35:22 -05002020-02-04T10:36:13-05:00/Support/KnowledgeBase/KB508.aspxKB507Max K (denis.markovtsev@inflectra.com)uiautomationUIAutomation2 Locator Rapise 6.3 includes an experimental feature - new UIAutomation2 locator for UIAutomation based desktop testing. Rather than specifying a path from the element tree root to the element this locator relies on built-in ability of UIAutomation to search for elements based on property values. Wed, 22 Jan 2020 10:08:51 -05002021-06-30T09:39:50-04:00/Support/KnowledgeBase/KB507.aspxKB486Max K (denis.markovtsev@inflectra.com)javaAutomatic learning of objects in a Java application If you prefer writing test steps manually in JavaScript then it might be helpful to automatically learn all child objects of a Java application to make them available for scripting. Thu, 10 Oct 2019 06:43:30 -04002019-10-10T06:47:07-04:00/Support/KnowledgeBase/KB486.aspxKB485Alex G (alexey.grinevich@inflectra.com)How to Enable JRE Accessibility Only for Tests By default Rapise is using Java Accessibility Bridge by changing some Java Runtime Environment (JRE)-wide configuration files. So all applications using same JRE will use the modified version. If your goal is to have Accessibility only for test runs, then there is another way of doing that. Wed, 09 Oct 2019 16:41:20 -04002019-10-09T16:41:20-04:00/Support/KnowledgeBase/KB485.aspxKB479Max K (denis.markovtsev@inflectra.com)citrixrdpremoteRapise and Citrix/RDP We are getting a lot of questions on how to use Rapise with Citrix and remotely accessed VMs . Here is the answer. Tue, 17 Sep 2019 06:16:16 -04002019-09-17T06:16:16-04:00/Support/KnowledgeBase/KB479.aspxKB477Max K (denis.markovtsev@inflectra.com)spyuiautomationcustom controlInspecting custom UI control with UI Automation Spy UI Automation is a default technology for testing desktop applications on Windows. If your application is not .NET or Java then Rapise will turn on UI Automation library during recording. If some elements in your application are not recognized or there are issues with playback of recorded steps then most likely your application is using custom UI controls. You may inspect those controls and send information to Rapise support team to get recommendations on how to proceed with testing. Fri, 06 Sep 2019 14:39:43 -04002019-09-06T15:31:39-04:00/Support/KnowledgeBase/KB477.aspxKB470Max K (denis.markovtsev@inflectra.com)powershellHow to run a PowerShell script in Rapise test To run a PowerShell script use Global.DoLaunch action. Mon, 29 Jul 2019 12:24:32 -04002019-07-30T12:00:35-04:00/Support/KnowledgeBase/KB470.aspxKB468Alex G (alexey.grinevich@inflectra.com)Rapise Java Java Web StartUsing Rapise with Java Web Start Applications Rapise supports testing of Java applications . In the case that application is launched using Java Web Start ( JWS ) additional steps are needed to successfully test an application. Fri, 05 Jul 2019 16:13:34 -04002019-07-05T16:19:42-04:00/Support/KnowledgeBase/KB468.aspxKB466Max K (denis.markovtsev@inflectra.com)uiautomationcustomcontrolelementspyapiuiaobjectHow to deal with custom UI Automation controls This article is for those who test a desktop application via UI Automation library. Since desktop applications are frequently built using UI controls from different vendors and the number of such controls available on the market is pretty big (> 1k) - Rapise may not have out-of-the-box support for some controls in your application. For such cases Rapise offers a low level API to navigate UI Automation tree of elements inside an application and read/write element properties. In this tutorial well show how to use this API and quickly add minimal support for a custom control. Thu, 04 Jul 2019 09:54:01 -04002019-07-04T16:25:09-04:00/Support/KnowledgeBase/KB466.aspxKB458Max K (denis.markovtsev@inflectra.com)How to start Rapise Launcher on Windows Boot Windows may reboot because of various reasons. If you use a machine to run Rapise tests on regular basis than you want RapiseLauncher to be started automatically after system reboot. Thu, 16 May 2019 12:53:40 -04002023-08-16T15:36:37-04:00/Support/KnowledgeBase/KB458.aspxKB457Max K (denis.markovtsev@inflectra.com)recordingplaybackcustom code functionvariableHow to organize custom code in User.js Every test has a User.js file and it is a place to put custom code and functions. This code must follow a few rules. Thu, 16 May 2019 11:53:40 -04002019-05-16T11:54:45-04:00/Support/KnowledgeBase/KB457.aspxKB453Max K (denis.markovtsev@inflectra.com)absoluterelativepathworking directoryWorking Directory of a Test and Relative Paths When Rapise starts execution of a test, it sets working directory. If a test refers to a file using a relative path then the absolute path is calculated using the working directory. Wed, 08 May 2019 15:58:28 -04002023-08-16T15:28:20-04:00/Support/KnowledgeBase/KB453.aspxKB444Max K (denis.markovtsev@inflectra.com)How to get title of a window In this short topic we describe how to get the value of a window title. The way depends on the application type. Mon, 15 Apr 2019 10:07:22 -04002019-04-15T10:07:22-04:00/Support/KnowledgeBase/KB444.aspxKB443Max K (denis.markovtsev@inflectra.com)closeClosing application under test from Rapise There are different techniques one can use to close the application being tested from Rapise. The method to choose may depend on the application type. Mon, 15 Apr 2019 09:39:25 -04002019-04-15T09:39:25-04:00/Support/KnowledgeBase/KB443.aspxKB432Max K (denis.markovtsev@inflectra.com)excelspreadsheetwrite dataWriting data to an Excel spreadsheet In this article we describe how to write data to an external Excel spreadsheet during test playback. Both RVL and JavaScript examples are given. Fri, 15 Mar 2019 07:17:41 -04002019-03-15T07:17:41-04:00/Support/KnowledgeBase/KB432.aspxKB431Alex G (alexey.grinevich@inflectra.com)Multiple Object Locators Sometimes object location is unstable. The same object may be identified by different location path or XPath depending on application version or state. Sat, 09 Mar 2019 19:43:14 -05002019-03-11T07:31:47-04:00/Support/KnowledgeBase/KB431.aspxKB429Max K (denis.markovtsev@inflectra.com)dynamic titleHow to deal with dynamic window titles Desktop applications may use window titles to show important information to a user. In some cases the title contains subject of a displayed entity or time. Since Rapise uses window title while searching for an object during playback - the search may fail. This complication may be resolved if you replace recorded windows title with a regular expression. Wed, 20 Feb 2019 17:32:12 -05002019-02-20T17:32:36-05:00/Support/KnowledgeBase/KB429.aspxKB428Max K (denis.markovtsev@inflectra.com)relearnlocationHow to relearn an object If an object can not be found at playback and it is obvious that object location has changed because of application update (differs from the case when location is dynamic!) then the best way to fix the test is simply relearn the object. Wed, 20 Feb 2019 16:55:48 -05002019-02-20T16:55:48-05:00/Support/KnowledgeBase/KB428.aspxKB427Max K (denis.markovtsev@inflectra.com)dynamic location uiautomationSetLocatorOptsFormatStringHow to master a dynamic locator with RVL There are situations when object location attribute depends on the object data and it is not possible to record/learn all such objects in advance. In this case it may be convenient to calculate object location at playback time using FormatString and SetLocatorOpts actions of the RVL global object. Wed, 20 Feb 2019 09:51:54 -05002023-08-16T13:06:56-04:00/Support/KnowledgeBase/KB427.aspxKB421Max K (denis.markovtsev@inflectra.com)How to save type information for UI control in Rapise Spy Rapise supports many standard UI controls out-of-the-box. And there are even more custom UI controls that are not supported. This is why Rapise has a well-defined way of adding extensions. To add support for a custom control first it makes sense to Spy on it. If you are dealing with Managed or Java applications you can Save Type Information for the control and also save UI tree structure/properties to a file. Send this information to Rapise team to get an advice on how to add support for the new control. Mon, 21 Jan 2019 08:38:06 -05002019-02-05T12:52:18-05:00/Support/KnowledgeBase/KB421.aspxKB416Alex G (alexey.grinevich@inflectra.com)Rapise RVL Desktop WPF Calendar DatePickerWPF Calendar and DatePicker It is tricky do deal with WPF calendar control. Here we introduce a number of supplementary functions to copy in your project and use to modify and read Calendar and DatePicker data. Fri, 28 Dec 2018 10:34:57 -05002021-06-30T09:40:42-04:00/Support/KnowledgeBase/KB416.aspxKB412Max K (denis.markovtsev@inflectra.com)dynamics dynamics axHow to ensure that a Fast Tab is expanded and scrolled into view in Dynamics AX Many views in Dynamics AX have several collapsible panes: General, Addresses, Contact information, etc. They are also known as Fast Tabs. Learn how to ensure that a Fast Tab is expanded and scrolled into view before entering data into the fields in this tab. Requires Rapise 5.7+ Tue, 04 Dec 2018 15:25:42 -05002018-12-04T18:00:48-05:00/Support/KnowledgeBase/KB412.aspxKB411Max K (denis.markovtsev@inflectra.com)dynamics dynamics nav dynamics axIf recording of actions in Dynamics AX or Dynamics NAV does not work More and more computers are equipped with High DPI displays. Though high resolution looks beautiful it may bring some issues. One of them is broken recording in Rapise. Tue, 04 Dec 2018 12:02:02 -05002018-12-04T12:03:23-05:00/Support/KnowledgeBase/KB411.aspxKB406David J (support1@inflectra.com)rapise installation start pageRapise Start Page Layout Does Not Display Correctly Sometimes when you first install and open Rapise, the Start Page does not display correctly. This article explains the cause and solution to fix the issue. Fri, 23 Nov 2018 13:44:11 -05002018-11-23T13:44:11-05:00/Support/KnowledgeBase/KB406.aspxKB393Alex G (alexey.grinevich@inflectra.com)RapiseDoClick() vs DoClick(x,y) 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 Thu, 11 Oct 2018 08:02:23 -04002023-08-16T11:53:39-04:00/Support/KnowledgeBase/KB393.aspxKB387David J (support1@inflectra.com)rapise intellisense activex code completion javascriptDisplay Intellisense for ActiveX and .NET Objects Sometimes when you are using Rapise, you have to use external ActiveX or .NET objects to perform specific actions. You can get Rapise to display intellisense for those objects. Mon, 24 Sep 2018 17:46:41 -04002018-09-24T17:46:41-04:00/Support/KnowledgeBase/KB387.aspxKB380Max K (denis.markovtsev@inflectra.com)manual rvl semimanual semiautomatedHow to insert an RVL step into Manual Test Sometimes it makes sense to automate certain steps of a Manual Test. If you prefer to implement automatic steps in RVL then include the AUTO helper function into your test. Wed, 12 Sep 2018 17:45:52 -04002018-09-12T17:45:52-04:00/Support/KnowledgeBase/KB380.aspxKB378Max K (denis.markovtsev@inflectra.com)dynamics ax dynamics ax rpaRPA - importing data into Dynamics AX If anything can be automated - it will be automated. You can use Rapise to automate day-to-day processes within a company to free your employees for more creative and productive job. Imagine you have data from third-party system in Excel file and you want to import it into Dynamics AX instance. You have a choice either to develop a software program that does the import via Dynamics AX API or you can create an automation script in Rapise. Mon, 10 Sep 2018 13:07:30 -04002019-02-26T18:02:04-05:00/Support/KnowledgeBase/KB378.aspxKB377Max K (denis.markovtsev@inflectra.com)How to find an object in the object tree A test may contain a lot of objects. If you want to locate an object in the object tree you may use the filter box. Wed, 05 Sep 2018 13:44:24 -04002023-08-16T10:13:20-04:00/Support/KnowledgeBase/KB377.aspxKB376Max K (denis.markovtsev@inflectra.com)What is object Location? When you record a test Rapise captures UI elements with which you interact and adds them as objects to the Object Tree of a test. Each object has a Type (Button, Text, Label, Tree, Grid, ...) and Location. Rapise uses Location attribute of an object to find it in the application during test execution. Tue, 04 Sep 2018 12:29:10 -04002018-09-04T12:31:34-04:00/Support/KnowledgeBase/KB376.aspxKB375Max K (denis.markovtsev@inflectra.com)How to check that Rapise can find an object on screen When you execute a recorded test, sometimes, Rapise may not find some object on screen and display Object is not found error message in the report. If you see that the object is visible you can check if Rapise can find it or not without running the test. Tue, 04 Sep 2018 11:41:28 -04002018-09-12T18:44:06-04:00/Support/KnowledgeBase/KB375.aspxKB374Max K (denis.markovtsev@inflectra.com)dynamicsdynamics navnavrpaRPA - importing data into Dynamics NAV If anything can be automated - it will be automated. You can use Rapise to automate day-to-day processes within a company to free your employees for more creative and productive job. Imagine you have data from third-party system in Excel file and you want to import it into Dynamics NAV instance. You have a choice either to develop a software program that does the import via Dynamics NAV API or you can create an automation script in Rapise. Mon, 03 Sep 2018 12:05:20 -04002018-09-03T17:38:33-04:00/Support/KnowledgeBase/KB374.aspxKB372Max K (denis.markovtsev@inflectra.com)exceltablegridsoreadsheetHow to save content of a table/grid into a spreadsheet file If you need to make a copy of data in a Table/Grid object - you may simply save it to Excel file with a single function call. Wed, 15 Aug 2018 17:47:33 -04002018-08-15T17:47:33-04:00/Support/KnowledgeBase/KB372.aspxKB366Max K (denis.markovtsev@inflectra.com)dynamicsdynamics navnavfast tabsHow to ensure that a Fast Tab is expanded and scrolled into view in Dynamics NAV Many views in Dynamics NAV have several collapsible panes: General, Lines, Invoice Details, etc. They are also known as Fast Tabs. Learn how to ensure that a Fast Tab is expanded and scrolled into view before entering data into the fields in this tab. Requires Rapise 5.7+ Wed, 01 Aug 2018 16:55:45 -04002018-08-01T17:00:21-04:00/Support/KnowledgeBase/KB366.aspxKB362Max K (denis.markovtsev@inflectra.com)dynamicsframeworkunified service deskHow to automate testing of Unified Service Desk for Microsoft Dynamics 365 Unified Service Desk (USD) is a hybrid application. It is a windows desktop application with embedded browser components. Follow this guide to setup a test automation framework for USD. Wed, 18 Jul 2018 18:10:08 -04002018-07-19T12:15:09-04:00/Support/KnowledgeBase/KB362.aspxKB357Max K (denis.markovtsev@inflectra.com)spreadsheetexceldata-drivenddtData-driven testing with spreadsheets and RVL 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. Mon, 02 Jul 2018 14:09:11 -04002023-08-15T18:16:34-04:00/Support/KnowledgeBase/KB357.aspxKB353David J (support1@inflectra.com)rapise fonts installationRapise Doesn't Launch Because of Missing Windows Fonts If you dont have some of the standard Window fonts installed (e.g. Courier New), when you try and launch Rapise, it will fail to open correctly. This article provides information on the problem and solution. Wed, 27 Jun 2018 18:35:52 -04002018-06-28T14:37:39-04:00/Support/KnowledgeBase/KB353.aspxKB352David J (support1@inflectra.com)rapise user functions scenariodConverting Recorded Steps into Functions/Scenarios 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. Tue, 26 Jun 2018 03:21:02 -04002023-08-15T17:47:04-04:00/Support/KnowledgeBase/KB352.aspxKB339David J (support1@inflectra.com)logs support rapise loggingWhere does Rapise log errors? Sometimes when you are using Rapise, you see an error on the screen, or something doesnt work as expected. In that case, our support team will need a copy of the log file that is likely to contain the error message. This article explains how to get that log file. Fri, 27 Apr 2018 13:55:49 -04002023-08-18T07:08:10-04:00/Support/KnowledgeBase/KB339.aspxKB336Max K (denis.markovtsev@inflectra.com)flakyunstableWays to deal with flaky tests When you do UI test automation and create a big enough test coverage the probability of having certain portion of flaky tests increases. In many cases there is no reasonable way in terms of time and resources to mitigate all flakiness from the test coverage. In some cases even a flaky test may still be useful. Wed, 11 Apr 2018 17:32:40 -04002021-06-11T12:55:15-04:00/Support/KnowledgeBase/KB336.aspxKB331David J (support1@inflectra.com)delphi windows desktop thick client rapise automated testingHow to Check if Rapise Can Test My Delphi Application In order for Rapise to be able to test a thick-client desktop application written using Delphi, it needs to support Microsoft Active Accessibility (MSAA) , as described in this article - http://edn.embarcadero.com/article/33642 This article demonstrates how to check your application to see if it supports MSAA. Thu, 08 Mar 2018 21:36:40 -05002023-08-15T13:50:45-04:00/Support/KnowledgeBase/KB331.aspxKB318David J (support1@inflectra.com)rapise antivirus installationTroubleshooting the "The Pipe is being Closed" Error during Rapise Installation Sometimes when you try and install Rapise, you will see the error message The Pipe is Being Closed, this article provides some solutions for this message. Mon, 22 Jan 2018 15:41:29 -05002018-01-22T15:46:11-05:00/Support/KnowledgeBase/KB318.aspxKB314Max K (denis.markovtsev@inflectra.com)dynamics navHow to start Dynamics NAV client Check that Dynamics NAV client is installed on a machine and launch it if it is not started yet with this simple function. Thu, 11 Jan 2018 15:59:42 -05002019-02-05T12:54:27-05:00/Support/KnowledgeBase/KB314.aspxKB307David J (support1@inflectra.com)rapise automated testing qt framework msaa accessibilityHow to Check if Rapise can Test my Qt Application In order for Rapise to be able to test a thick-client desktop application written using Qt, it needs to support Microsoft Active Accessibility (MSAA) , as described in this article - http://doc.qt.io/qt-5/accessible-qwidget.html This article demonstrates how to check your application to see if it supports MSAA. Wed, 15 Nov 2017 17:26:03 -05002023-08-18T09:35:35-04:00/Support/KnowledgeBase/KB307.aspxKB289Alex G (alexey.grinevich@inflectra.com)How Object Recognition Works in Rapise This article contains of overview of object recognition by UI automation tools in general and its implementation in Rapise in particular. Wed, 13 Sep 2017 10:23:39 -04002023-08-15T12:10:50-04:00/Support/KnowledgeBase/KB289.aspxKB273David J (support1@inflectra.com)rapise dynamics ax automated testing test automationRapise Tips, Tricks & Workarounds when Testing Dynamics AX 2012 During the evaluation of Rapise 5.2 for Microsoft Dynamics AX testing, a customer collected the following tips and tricks from our support team (thanks Maxime!). Mon, 07 Aug 2017 19:48:36 -04002023-05-03T06:34:28-04:00/Support/KnowledgeBase/KB273.aspxKB272David J (support1@inflectra.com)microsoft dynamics dynamics ax dynamics crm dynamics 365 dynamics navMicrosoft Dynamics Solutions - Which One Do You Have? As described in a recent article, Microsoft Dynamics has been going through major changes in the past year , there are now many different products that all bear the Microsoft Dynamics brand, including older legacy tools such as Dynamics AX, NAV, GP, SL and CRM and the new Dynamics 365 platform which has different modules (Sales, Operations, etc.). This article helps you know which tool you have when you need help from our Rapise support team. Thu, 03 Aug 2017 18:46:40 -04002019-02-28T06:39:58-05:00/Support/KnowledgeBase/KB272.aspxKB269David J (support1@inflectra.com)rapise slowing down playback waitingDifferent Ways of Slowing Down Rapise to Handle Slow Applications We often get requests for ways to slow down the playback speed of Rapise so that the application under test (AUT) has time to respond. This article describes the different ways and provides suggestions as to when you should use each one. Tue, 01 Aug 2017 20:26:16 -04002023-08-15T08:37:51-04:00/Support/KnowledgeBase/KB269.aspxKB249David J (support1@inflectra.com)javascript rapise scripting resourcesResources for Learning JavaScript One of the most popular programming languages in the world is JavaScript. Initially conceived by Netscape as a web page scripting language, christened JavaScript to leverage the popularity of Java (which was fairly new and sexy at the time) and now used for servers (NodeJS), desktop apps (ReactNative) and for us at Inflectra, the core technology at the heart of our Rapise test automation system. This article provides some useful resources for those first learning the language. Thu, 30 Mar 2017 17:51:16 -04002023-08-15T07:37:55-04:00/Support/KnowledgeBase/KB249.aspxKB233David J (support1@inflectra.com)silent methods privacy sensitive data loggingSuppressing Text in Rapise Logs for Sensitive Data A customer had a question - is there a way to suppress the DoSetText or DoSendkeys methods from sending their text to the logs. They didnt want users to see this text in the Rapise (and SpiraTest) logs because they contained sensitive information (e.g. passwords). Wed, 25 Jan 2017 05:00:00 -05002023-08-15T10:13:53-04:00/Support/KnowledgeBase/KB233.aspxKB231David J (support1@inflectra.com)obsoleteadobe air flex flashAdobe Flash / Flex / AIR Support in Rapise Rapise 4.0 supports the testing of Adobe AIR Flex applications using the Adobe Integrated Runtime (AIR). Rapise can test applications using a wide variety of different Flex controls and supports testing both Flex 3 and Flex 4 applications. Rapise 4.0 supports the testing of Adobe Flex applications that are executed by the Adobe Flash Player inside the Internet Explorer, Mozilla Firefox or Google Chrome web browsers. Rapise can test applications using a wide variety of different Flex controls and supports testing both Flex 3 and Flex 4 applications. [We have depreciated support for testing Adobe Flex/Flash applications in Rapise 5.0 and later, so this article is provided for use by existing customers] Sun, 15 Jan 2017 05:00:00 -05002023-08-15T10:34:09-04:00/Support/KnowledgeBase/KB231.aspxKB223David J (support1@inflectra.com)java swing awtTroubleshooting Java Swing/AWT Testing When you are testing a Java application using either Swing or AWT you may run into some issues due to the environment. This article collects some of these common cases and provides the recommended solutions. Sat, 22 Oct 2016 04:00:00 -04002023-08-15T12:13:18-04:00/Support/KnowledgeBase/KB223.aspxKB221David J (support1@inflectra.com)debugging scriptingWhere do I get the Microsoft Script DebuggerWhen you install Rapise onto a computer that does not have Visual Studio or the Microsoft Script Debugger installed you will get a message to install the debugger. This article provides the download link to the necessary debugger. Thu, 22 Sep 2016 04:00:00 -04002016-09-22T18:37:00-04:00/Support/KnowledgeBase/KB221.aspxKB217David J (support1@inflectra.com)alllibraries file paths missing junctionsRapise - Cannot Find AllLibraries.json file during Recording/Playback When recording or playing back a test script on a new PC you may get an error message that Rapise cannot find the path to AllLibraries.json.This article provides instructions on how to fix the issue. Mon, 29 Aug 2016 04:00:00 -04002023-08-11T13:53:56-04:00/Support/KnowledgeBase/KB217.aspxKB204Inflectra Sarah (donotreply6@kronodesk.net)wpf rapise uiautomation grids tables listsWorking with WPF and UIAutomation Structures It is a common situation that desktop applications written using Microsoft Windows Presentation Framework (WPF) will have complex layouts including tabs, splitters and panels having custom grids and tables inside. This article provides help in dealing with such situations, including how to dynamically find items. Fri, 01 Apr 2016 04:00:00 -04002023-08-11T13:59:48-04:00/Support/KnowledgeBase/KB204.aspxKB202David J (support1@inflectra.com)io files filesystemobjectReading the Details of Files on the Windows File System In the KB62 article - Accessing Files using Rapise we explain how to access the names, versions and locations of files on the Windows file system. One customer asked - can we verify any file details other than version. This article provides sample code for accessing other information. Note: if you have Rapise 5.5+ then you may simply use File.Info action. Tue, 29 Mar 2016 14:55:25 -04002023-08-11T13:43:37-04:00/Support/KnowledgeBase/KB202.aspxKB203David J (support1@inflectra.com)windows registry rapiseAccessing the Windows Registry using Rapise Sometimes when testing local/desktop applications you need to access the Windows registry to verify that keys exist or that keys have specific values. For example you may be testing that a DLL was successfully registered. This article provides information on the UsingRegistry sample that comes with Rapise. Tue, 29 Mar 2016 04:00:00 -04002023-08-11T13:24:05-04:00/Support/KnowledgeBase/KB203.aspxKB201David J (support1@inflectra.com)excel 64-bit rapise spreadsheetError attaching to Excel spreadsheet when using Rapise 4.0 with MS-Excel 64-bitWhen you are using the global Rapise Spreadsheet object on a system running the 64-bit version of MS-Office, you may get an error attaching to the spreadsheet. This article describes the cause of the issue and provides a solution and workaround. Thu, 24 Mar 2016 04:00:00 -04002016-03-24T17:39:20-04:00/Support/KnowledgeBase/KB201.aspxKB200David J (support1@inflectra.com)rapise ms-word office desktopTesting MS-Word With Rapise We had some customers that were looking to record some tests against Microsoft Word 2010. When testing against MS-Word 2010 there are actually two parts to the application: There is the application ribbon (the menus, navigation, etc.) There is the MS-Word text window where your content is actually displayed This article provides some strategies for dealing with both areas. Tue, 22 Mar 2016 04:00:00 -04002023-08-10T13:52:50-04:00/Support/KnowledgeBase/KB200.aspxKB185David J (support1@inflectra.com)shared objects global sub-tests obsoleteUsing Global.DoLoadObjects to Use Rapise Objects from External File 72 One of the challenges using an automated testing tool is to organize things in a way that it is logical enough to find something quickly, structured enough to avoid duplication and simple enough to maintain and upgrade. This statement is also true for Rapise objects. A common requirement is to deal with the same objects within a flow of different test cases. For instance, if an application has Log In functionality then many, many tests will require logging-in and logging-out. Each test will have this object in its own object tree. However this causes trouble if a change in the application affects the recognition of the Log In object. All of the test cases will need to be updated. In such situations it is much more convenient to have the Log In objects placed into their own file and re-used by other tests. This article is obsolete. In Rapise 8.0 and above the recommended approach is to use Page Objects / Modules . Wed, 06 Jan 2016 05:00:00 -05002023-08-10T11:54:07-04:00/Support/KnowledgeBase/KB185.aspxKB186David J (support1@inflectra.com)testing waiting application not readyGlobal.DoWaitFor vs Global.DoWaitForProperty 72 The most commonly used synchronization option to make Rapise wait until the application under test (AUT) is ready is the Global.DoSleep action. However having just a sleep may cause an unnecessary delay because we have to consider the maximum wait interval and it may be much less on average. Rapise includes some additional synchronization options for more fine grained control of the test case flow. Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} Wed, 06 Jan 2016 05:00:00 -05002019-09-18T09:04:17-04:00/Support/KnowledgeBase/KB186.aspxKB184David J (support1@inflectra.com)reporting test flowWhat is the purpose of the Tester.EndTest() Function? The Tester.EndTest() function in Rapise is described as: Marks end of a currently executed test. Calculates test results and performs finalization of test execution . We have found that some of our customers have been confused as what the purpose of this function is. Wed, 16 Dec 2015 20:17:42 -05002020-03-09T07:33:18-04:00/Support/KnowledgeBase/KB184.aspxKB183David J (support1@inflectra.com)desktop thick-client librariesDesktop Application Testing - Choosing the Right Library Suppose we have a situation that a thick-client (desktop) application under test (AUT) is based on a technology that is too old or not completely supported by Rapise. Rapise has a number of libraries for different types of apps. Usually Rapise finds the correct libraries using its auto-detection, but sometimes an application is unusual and the auto-detection fails. Wed, 16 Dec 2015 19:19:56 -05002023-08-10T11:38:01-04:00/Support/KnowledgeBase/KB183.aspxKB175David J (support1@inflectra.com)excel spreadsheet data-driven testingUsing Rapise to populate data in an Excel SpreadsheetThe built-in Spreadsheet object in Rapise makes it easy to read data from an MS-Excel spreadsheet. What happens if you want to write data back to the Excel sheet? Mon, 16 Nov 2015 20:53:47 -05002015-11-16T20:53:47-05:00/Support/KnowledgeBase/KB175.aspxKB168David J (support1@inflectra.com)rapise reportingCustomizing the Rapise Reports By default, the reports displayed within Rapise report back each test activity and assert statement as a line in the report with all of the activities and events being displayed in a single flat list regardless of whether they happen inside the main Test() function or a sub-function. This articles explains how you can extend the reporting. Sat, 22 Aug 2015 04:00:00 -04002023-08-10T09:50:07-04:00/Support/KnowledgeBase/KB168.aspxKB164David J (support1@inflectra.com)asserts quiet rapiseCalling Rapise DoX functions without reporting result When you use a DoX command in Rapise to perform a specific command (e.g. DoDOMChildrenCount() to get a number of objects DOM children), in the report an extra step -- assert -- is created during test execution. Sometimes you want to be able to call a function quietly without it affecting the report. Mon, 06 Jul 2015 19:29:18 -04002023-08-10T09:34:20-04:00/Support/KnowledgeBase/KB164.aspxKB142Kat A (support2@inflectra.com)DoClick Click mouse obsoleteScripts created with Rapise 2.1 or earlier no longer playing back correctly in Rapise 2.2 or later In Rapise 2.2, DoClick behavior was changed, so we dont do a click but rather just position the mouse over the control and do API-level click event. However we provided a way to enable backward compatibility. This article is obsolete. Mon, 04 May 2015 04:00:00 -04002023-08-08T15:23:04-04:00/Support/KnowledgeBase/KB142.aspxKB139David J (support1@inflectra.com)rapise recording commentsDisabling the generation of comments during Recording By default Rapise records user actions with a line commented out for each action. This articles describes how you can disable this behavior if you just want the script lines recorded on their own. Mon, 02 Mar 2015 05:00:00 -05002023-08-07T15:47:42-04:00/Support/KnowledgeBase/KB139.aspxKB137David J (support1@inflectra.com)antivirus av test automationAnti-Virus Software and Test Automation Anti-virus software is very sensitive to test automation tools. This is normal, because test automation tools usually do API, keyboard and mouse hooking to be able to record and playback user actions. Fri, 20 Feb 2015 21:50:13 -05002023-08-07T14:59:09-04:00/Support/KnowledgeBase/KB137.aspxKB134David J (support1@inflectra.com)flex recording rapise instrumentation obsoleteWhy is My Flex application recorded as mouse clicks? A Flex application requires some instrumentation to be ready for testing. By default Flash player has security restrictions preventing Rapise from accessing the application contents. Please, check the this help topic to learn more about Adobe Flex testing. This article is obsolete. Flex support was removed from Rapise. Fri, 20 Feb 2015 21:20:39 -05002023-08-07T13:54:06-04:00/Support/KnowledgeBase/KB134.aspxKB124Jim R (donotreply5@kronodesk.net)object state reading validationReading an Object's State Sometimes it is necessary to examine the state of an object. For example, determine if Toggle Button is pressed or not, Radio/Check Button is checked or not, etc. This guide describes a couple of different ways of achieving this. Fri, 20 Feb 2015 19:47:35 -05002023-08-10T08:58:14-04:00/Support/KnowledgeBase/KB124.aspxKB121Jim R (donotreply5@kronodesk.net)object type recordingChoosing Object Type Manually Sometimes Rapise will incorrectly recognize a GUI component. This guide outlines how you can manually change the object type captured during recording. Fri, 20 Feb 2015 19:43:47 -05002023-08-10T08:44:38-04:00/Support/KnowledgeBase/KB121.aspxKB119Jim R (donotreply5@kronodesk.net)content menu recordingWorking with Right-Click Context Menus The context menu control is not natively supported by Rapise, but one can use a simple workaround. Fri, 20 Feb 2015 19:34:30 -05002023-08-10T08:36:41-04:00/Support/KnowledgeBase/KB119.aspxKB118Jim R (donotreply5@kronodesk.net)combo box selectable lists list box comboboxWorking with Selectable Lists The behavior of list and combobox controls in GUI applications sometimes require additional attention. This guide explains the different types of combobox controls and best practices for testing them in Rapise. Fri, 20 Feb 2015 19:32:13 -05002023-05-03T06:43:33-04:00/Support/KnowledgeBase/KB118.aspxKB114Jim R (donotreply5@kronodesk.net)recording mouse activity automationMy Actions are Not Recorded By design Rapise tries to record user activity on the highest possible level. This makes recorded actions more readable and universal. However that sometimes means that certain actions that a user performs wont be automatically picked up. This guide explains ways to handle situations when a specific user activity is not recorded. Fri, 20 Feb 2015 19:24:16 -05002023-08-09T15:40:37-04:00/Support/KnowledgeBase/KB114.aspxKB113Jim R (donotreply5@kronodesk.net)mouse activity recording clicksRecording Mouse Activity This guide describes the different types of mouse events and how they are recorded in Rapise. Fri, 20 Feb 2015 19:15:30 -05002023-08-11T08:53:06-04:00/Support/KnowledgeBase/KB113.aspxKB122Jim R (donotreply5@kronodesk.net)object value object text send keysChange Object Value or Text This guide describes the different ways that you can change the value of text label of an object.Fri, 20 Feb 2015 05:00:00 -05002016-01-07T18:03:44-05:00/Support/KnowledgeBase/KB122.aspxKB125Jim R (donotreply5@kronodesk.net)analog recordingAnalog Recording Sometimes the application under test doesnt contain any learnable objects. In that case you may need to use the fallback of Analog Recording . This guide describes how you perform analog recording. Fri, 20 Feb 2015 05:00:00 -05002023-08-04T15:10:26-04:00/Support/KnowledgeBase/KB125.aspxKB126Jim R (donotreply5@kronodesk.net)simulated objects analog recordingSimulated Objects This guide describes what simulated objects are and when they should be used. Fri, 20 Feb 2015 05:00:00 -05002023-08-04T15:01:31-04:00/Support/KnowledgeBase/KB126.aspxKB135David J (support1@inflectra.com)dialogs modal recordingHow does Rapise detect if a dialog is already open? There are several ways to find if something is already on the screen, this article explains some of the options. Fri, 20 Feb 2015 05:00:00 -05002023-08-02T09:50:35-04:00/Support/KnowledgeBase/KB135.aspxKB111David J (support1@inflectra.com)analog recording break pause keyboard laptopAnalog Testing when the Machine does not have the Break Key When using Rapise for analog testing you need to use the key sequence CTRL+BREAK to start and stop the analog recorder. However some machines (particularly smaller laptops) do not have a BREAK or PAUSE (often the same function as BREAK) key. This article describes some solutions Thu, 19 Feb 2015 05:00:00 -05002023-08-04T15:27:49-04:00/Support/KnowledgeBase/KB111.aspxKB89David J (support1@inflectra.com)flex flash air controls obsoleteAdding Support for Custom Flex Controls By default the Rapise Flex library supports a wide variety of Flex controls which will be capable of testing the majority of application. However sometimes there will be an unknown objects which will be learnt as a generic object with FlexObject flavor. The article describes support for such custom Flex controls. This article is obsolete. Flex support was removed from Rapise since Flex is dead already for a long time. Tue, 16 Sep 2014 04:00:00 -04002023-08-02T08:44:15-04:00/Support/KnowledgeBase/KB89.aspxKB68Inflectra Sarah (donotreply6@kronodesk.net)clipboardAccessing Clipboard in Rapise Sometimes when automating a test, you need to access the local Windows clipboard. This article describes how to access the Windows clipboard programmatically. Thu, 12 Dec 2013 15:53:59 -05002023-08-02T08:14:17-04:00/Support/KnowledgeBase/KB68.aspxKB65David J (support1@inflectra.com)win32 state buttons focus hoverTesting Win32 applications to verify that controls change display state Sometimes you may have a button (or other control) that can have a different appearance depending on the different focus statuses. For example, the default status without focus is a grey image, whereas when the mouse hovering over it becomes blue. Then when the mouse left button is held down on the button (and not released), the image changes to a red image. Finally, when the button is activated using the tab key to tab into the button and the mouse is somewhere else, it has a fourth color. This article discusses solutions for how to test these kinds of situationю Fri, 01 Nov 2013 04:00:00 -04002023-08-02T08:07:19-04:00/Support/KnowledgeBase/KB65.aspxKB63David J (support1@inflectra.com)state win32 accessible enabledGetting the State of a Win32 object using Rapise Sometimes you need to be able to test the state of a specific Win32 object in Rapise to see if it is enabled, disabled, is activated, etc. This sample illustrates how to get the numeric and textual value of the objects state. Mon, 21 Oct 2013 17:41:27 -04002023-08-01T15:53:03-04:00/Support/KnowledgeBase/KB63.aspxKB59David J (support1@inflectra.com)simulated objects analog recordingUsing Simulated Objects Simulated objects are found by looking at the parameters of the object (x number of pixels from the top of the window, y number of pixels from the left of the window, etc). One common question that has arisen is - during playback, does Rapise take into account screen resolution? If the resolution on the computer you run it on is different from the one it records on the location of the object will change relative to the number of pixels. So on the computer you record it on the top parameter might be 200 but on a different resolution it might be 180. Would Rapise recognize that the resolution is different and adjust for that? Mon, 07 Oct 2013 14:33:55 -04002023-08-01T14:45:53-04:00/Support/KnowledgeBase/KB59.aspxKB57David J (support1@inflectra.com)java object spy dumpwidgetAccessing Child Objects in a Java AWT/Swing application This article describes how to access child objects of a Learned Java AWT/Swing object when using the Rapise Java library. Sometimes when you Learn a top-level object, you want to be able to programmatically query the object to locate the child objects that are visible in the Java Spy. Thu, 15 Aug 2013 14:27:07 -04002023-08-01T14:38:51-04:00/Support/KnowledgeBase/KB57.aspxKB56David J (support1@inflectra.com)wpf silverlight listbox components listitemsAccessing child components of a WPF / Silverlight ListBox When you have a WPF or Silverlight application that has a list box (or other control that supports templates such as a Tree) that has an item template that contains sub-controls, you may need to access the individual controls rather than just the entire list item. This article outlines the approach for doing this. Thu, 18 Jul 2013 04:00:00 -04002023-08-01T14:26:34-04:00/Support/KnowledgeBase/KB56.aspxKB50David J (support1@inflectra.com)uiautomation locators wpf silverlight obsoleteDynamically changing object locators for WPF/Silverlight applications Sometimes you will have controls in a WPF or Silverlight application which use dynamic lists. Depending on certain settings, the widgets in the list will appear in different places. This means that a learned Rapise object which works fine if its in the original ListBox[0] location position is not found during playback when its displayed in another position, e.g. ListBox[1] or [2]. Unlike the XPath option with web testing, Rapise doesnt currently allow regular expressions (Regex) in locators stored inside the Objects.js file. This article describes a way around the problem. This article is obsolete. Rapise supports regular expressions in UIAutomation locators since version 6. Read this article for more details. Fri, 24 May 2013 04:00:00 -04002023-08-01T13:46:26-04:00/Support/KnowledgeBase/KB50.aspxKB47David J (support1@inflectra.com)executable process win32 consoleExecuting a process and checking if it's still running If you use the Global.DoLaunch(...) command to launch a Windows console application, it will return a process ID. This article provides some sample code for executing a console application and checking to make sure that the process is not still running. Thu, 25 Apr 2013 18:15:10 -04002019-12-11T07:46:32-05:00/Support/KnowledgeBase/KB47.aspxKB24David J (support1@inflectra.com)rapise windows name change objects locatorsHow to handle Windows/Objects that have names that change When using Rapise to record test scripts against Windows, Java, Flex, or other thick client applications that have windows or objects whose names may change in between test runs, you will usually need to make changes to either the test script or the learned objects so that they can match correctly. This article outlines some suggested techniques for recording/playing back scripts against such applications. Fri, 26 Oct 2012 04:00:00 -04002023-07-31T12:45:08-04:00/Support/KnowledgeBase/KB24.aspxKB8David J (support1@inflectra.com)rapise managed infragistics librariesRecording Infragistics Applications with Rapise Throws Error If you try and record a test script in Rapise using just the 'Infragistics' library you will get the following error message: C:\Program Files (x86)\Inflectra\Rapise\Engine\Recorder.js(285, 3) Microsoft JScript runtime error: 'ManagedObjectSelectableBehavior_OnMouseEvent' is undefined Thu, 16 Aug 2012 22:28:55 -04002012-08-16T22:28:55-04:00/Support/KnowledgeBase/KB8.aspx