<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">KB813</guid><author>Max K (denis.markovtsev@inflectra.com)</author><category domain="http://www.inflectra.com/kronodesk/article/tag">mobile</category><category domain="http://www.inflectra.com/kronodesk/article/tag">signature</category><category domain="http://www.inflectra.com/kronodesk/article/tag">draw</category><title>Drawing in Mobile Tests When testing mobile applications, you may need to draw graphics, such as a signature. This article provides a helper function that you can copy and customize for your tests. Mon, 25 Mar 2024 08:34:51 -04002024-03-25T08:34:51-04:00/Support/KnowledgeBase/KB813.aspxKB810Max K (denis.markovtsev@inflectra.com)mobilecamerabrowserstackBrowserStack Camera Image Injection BrowserStack enables you to test image capture and QR/Bar code scanning from BrowserStacks mobile device camera. If your mobile app has features, such as check scanning, profile image capture, and QR/Bar code scanning, you can use this feature to automate the testing of such a feature in your app. Thu, 21 Mar 2024 11:55:48 -04002024-03-21T12:00:09-04:00/Support/KnowledgeBase/KB810.aspxKB808Max K (denis.markovtsev@inflectra.com)mobileiosiOS Testing Hints (Personal Team) This is the second part of the iOS Testing Hints series. It describes how to configure real device testing if you dp not have a paid membership with Apple Developer. Wed, 20 Mar 2024 09:05:40 -04002024-03-20T12:20:18-04:00/Support/KnowledgeBase/KB808.aspxKB805Max K (denis.markovtsev@inflectra.com)macOSiOSmobileiOS Testing Hints (March 2024 version) Most complex part in Mobile testing is connecting to a simulator or device. In this article we describe steps necessary to configure the testing environment. Note: In brackets we specify versions of software components we used at the time of writing this article. Thu, 14 Mar 2024 14:23:02 -04002024-03-20T11:48:24-04:00/Support/KnowledgeBase/KB805.aspxKB803Alex G (alexey.grinevich@inflectra.com)Invoking async/Promise from Rapise Script Rapise Scripts are sequential. Sometimes you need to call a library that only has async API (i.e. OpenAI) and thus need to do it sequentially. Wed, 28 Feb 2024 08:01:57 -05002024-02-28T08:01:57-05:00/Support/KnowledgeBase/KB803.aspxKB798Max K (denis.markovtsev@inflectra.com)mobileionicwebwebdriverappiumTesting mobile applications built with Ionic framework Ionic is an open source UI toolkit for building performant, high-quality mobile apps using web technologies - HTML, CSS, and JavaScript. This means that being mobile, Ionic applications are web applications by nature. And it is much more convenient to test them via WebDriver rather than Appium. Requires Rapise 8.1+. Mon, 12 Feb 2024 13:39:26 -05002024-02-12T14:17:35-05:00/Support/KnowledgeBase/KB798.aspxKB796Alex G (alexey.grinevich@inflectra.com)Useful Page Objects Sample framework including general purpose page objects that you may find useful in your test cases (KeyboardHelper, ListChecker, ManagedHelper, StringChecker, TableHandler). Help pressing special keys, comparing lists, accessing managed popup windows, checking unique strings and string formatting, working with standard web table. Thu, 08 Feb 2024 08:45:49 -05002024-02-08T11:41:57-05:00/Support/KnowledgeBase/KB796.aspxKB790Max K (denis.markovtsev@inflectra.com)mobileiosipaHow to resign a third-party .ipa file to run it on a real iOS device You may receive an .ipa file from a development team or download one published by a third-party vendor. In order to create and run automation scripts using a real iOS device you need to resign the .ipa file with your provisioning profile and development certificate. Learn how to do it from this article. Mon, 15 Jan 2024 11:50:16 -05002024-01-15T14:53:08-05:00/Support/KnowledgeBase/KB790.aspxKB780Max K (denis.markovtsev@inflectra.com)chrome chromedriver webdriver seleniumChrome for Testing This is the mirror of https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json Using links from this JSON file you may download specific versions of Chrome that do not auto-update. Thu, 05 Oct 2023 10:05:51 -04002024-03-20T06:51:44-04:00/Support/KnowledgeBase/KB780.aspxKB776Max K (denis.markovtsev@inflectra.com)browser invoke sub-testHow to run a sub-test in isolated mode Sometimes there is a need to execute another test (sub-test) from a Rapise test. Doing so with Global.DoInvokeTest or RVL.DoPlayTest will run the sub-test in the context of the calling test, it will reuse same browser profile or mobile profile, it will use same loaded libraries. Such mode of execution may produce different results compared with running the sub-test standalone. To run the sub-test in isolated mode use Global.DoInvokeTestParallel and RVL.DoPlayTestParallel . Tue, 05 Sep 2023 10:05:12 -04002023-09-05T10:06:05-04:00/Support/KnowledgeBase/KB776.aspxKB775Max K (denis.markovtsev@inflectra.com)rapise installation logsWhere to find Rapise installation logs In rare cases Rapise installation fails. There may be different reasons for this including AV software, security configuration or corrupted Windows system. To help Rapise team to find out the root cause you may zip and share Rapise installation logs. Fri, 18 Aug 2023 07:00:15 -04002023-08-18T08:13:27-04:00/Support/KnowledgeBase/KB775.aspxKB774Max K (denis.markovtsev@inflectra.com)webflutterHow to automate testing of Flutter Web applications In most cases Flutter Web applications are built with CanvasKit renderer (flutter build web --web-renderer canvaskit). It means that by default UI elements of an application are not visible to test automation tools. They see just the big pane that covers all browser window. So does Rapise. However, there is a simple workaround that can be applied to solve this problem. Tue, 08 Aug 2023 14:15:55 -04002023-09-08T09:57:12-04:00/Support/KnowledgeBase/KB774.aspxKB772Max K (denis.markovtsev@inflectra.com)If you have Rapise version lower than 8.0.28.45 and Chrome 115+ Since version 115 of Chrome the central storage of chromedriver executables has changed. If you have Rapise version older than 8.0.28.45 than you need to take special steps to continue testing on Chrome 115 and above. Fri, 21 Jul 2023 07:05:15 -04002023-08-18T06:40:49-04:00/Support/KnowledgeBase/KB772.aspxKB771Max K (denis.markovtsev@inflectra.com)reportpdfhtmlHow 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.aspxKB764Max K (denis.markovtsev@inflectra.com)mobileiosandroidHow to switch between applications in a Mobile test Sometimes mobile testing scenarios involve interactions with built-in applications installed on a device. For example you may need to open Messages, locate SMS with a one-time code and use it in your application. Thu, 22 Jun 2023 13:53:28 -04002024-03-22T09:56:18-04:00/Support/KnowledgeBase/KB764.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.aspxKB750Max K (denis.markovtsev@inflectra.com)rapise8docsacademyRapise 8.0: how to run test cases on different browsers In this article, we will demonstrate how to configure multi-browser execution of test cases in Rapise to ensure compatibility of a web application across major web browsers. This method is specifically designed for the Framework mode, which was introduced in Rapise 8.0. Wed, 17 May 2023 11:44:52 -04002023-05-22T06:29:47-04:00/Support/KnowledgeBase/KB750.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.aspxKB745Alex G (alexey.grinevich@inflectra.com)Re-formatting strings and numbers Sometimes you need to change format of date, time or number to put it into some form or to compare it with known value. Here is a couple of functions. Mon, 10 Apr 2023 14:15:14 -04002023-04-10T14:15:14-04:00/Support/KnowledgeBase/KB745.aspxKB739David J (support1@inflectra.com)data import user importLoading Users into KronoDesk from Excel using Rapise We had a customer that needed to load in a batch of customer users into our KronoDesk service desk platform . The built-in Excel add-on is only able to import help desk tickets, not users. So in this article we explain how you can use Rapise to bulk load in the data using the KronoDesk REST API . Sun, 26 Mar 2023 12:13:04 -04002023-03-26T12:25:27-04:00/Support/KnowledgeBase/KB739.aspxKB737Alex G (alexey.grinevich@inflectra.com)Waiting for Process to Start / Stop in Rapise Here is a couple of useful functions for the case you need to wait for a process. Fri, 17 Mar 2023 08:19:16 -04002023-03-17T08:19:16-04:00/Support/KnowledgeBase/KB737.aspxKB732Max K (denis.markovtsev@inflectra.com)mobilewebseleniumappiumbitbarRun Rapise tests on Bitbar Bitbar is a browser and device farm that enables its clients to run cross-browser and mobile tests remotely. Mon, 27 Feb 2023 11:53:35 -05002023-03-06T17:04:48-05:00/Support/KnowledgeBase/KB732.aspxKB728Alex G (alexey.grinevich@inflectra.com)Windows Defender: Trojan:JS/Mountsi.B!ml False Alarm about Rapise Recently Rapise has problem working on some hosts with Windows Defender. The problem occurs as a result of one of the key files being quarantined. Here we provide necessary workarounds. Tue, 14 Feb 2023 07:52:50 -05002023-02-14T10:26:49-05:00/Support/KnowledgeBase/KB728.aspxKB724Alex G (alexey.grinevich@inflectra.com)Check if File is in the Downloads Folder 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. Mon, 30 Jan 2023 16:14:11 -05002023-01-30T16:14:56-05:00/Support/KnowledgeBase/KB724.aspxKB722Alex G (alexey.grinevich@inflectra.com) Play All Sheets in RVL Use many sheets in RVL? Want to execute them all at once without calling one-by-one. Here is a simple solution. Mon, 30 Jan 2023 13:12:51 -05002023-01-30T13:12:51-05:00/Support/KnowledgeBase/KB722.aspxKB718Alex G (alexey.grinevich@inflectra.com)Sending Email With Test Report To Spira Users After Execution Sometimes you need to be notified of one test with some summary. And here we give you an example. With this approach, interested users can receive an email about the status of a test with a report. Wed, 11 Jan 2023 09:43:19 -05002023-01-11T09:43:19-05:00/Support/KnowledgeBase/KB718.aspxKB712Alex G (alexey.grinevich@inflectra.com)File Checkpoints in Rapise Sometimes you need to compare files: documents, invoices, logs etc. Sometimes you need to use direct comparison or pattern comparison. You may need to compare text, PDF or binary files. Here we provide one of the solutions for Rapise. Mon, 19 Dec 2022 08:18:56 -05002022-12-19T08:18:56-05:00/Support/KnowledgeBase/KB712.aspxKB705Max K (denis.markovtsev@inflectra.com)How to switch from `Chrome HTML` to `Selenium - Chrome` browser profile Chrome extension and Chrome HTML browser profile have been deprecated. Chrome extension and Chrome HTML browser profile have been deprecated. The reason is that Google is going to remove MV2 extensions from the store . At Inflectra we decided not to migrate to MV3 extension format because it is unlikely possible due to security changes (primary reason of appearance of MV3). To make Chrome based testing possible we implemented Selenium Based Recorder . So please consider switching to Selenium - Chrome browser profile. Fri, 02 Dec 2022 12:58:45 -05002023-09-27T11:08:02-04:00/Support/KnowledgeBase/KB705.aspxKB697Alex G (alexey.grinevich@inflectra.com)Modifying Date string Sometimes you need to manipulate a date string: add year, find same date next month, add an hour to a meeting start time and so on. Here we have a function for doing increments and subtractions of that kind. Tue, 15 Nov 2022 07:10:06 -05002022-11-15T07:10:06-05:00/Support/KnowledgeBase/KB697.aspxKB692Max K (denis.markovtsev@inflectra.com)seleniumbrowserextensionHow to load Chrome browser extensions via Selenium profile If you need specific browser extensions for running web tests you may specify them in Selenium profile. Fri, 04 Nov 2022 08:08:13 -04002023-02-02T10:30:51-05:00/Support/KnowledgeBase/KB692.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.aspxKB686Max K (denis.markovtsev@inflectra.com)chromeedgeseleniumprofileHow to set permanent user profile for Selenium - Chrome/Edge profile When you are recording/running a test via Selenium browser profiles in Rapise - by default a new user profile is created when new instance of a browser is launched. It means that new browser instance starts with empty cache, no cookies, etc. Sometimes it complicates testing. If you are testing a Web application that requires SMS/Email code to authorize a browser then you will have to do it every time. Automation of input of SMS/Email codes may be really hard. It is much easier to authorize a browser manually once and then run tests for long period of time. To make it work you will need to configure a permanent user profile for the browser used for testing. Learn how to do it for Chrome/Edge from this article. Fri, 21 Oct 2022 06:58:49 -04002023-02-02T10:34:05-05:00/Support/KnowledgeBase/KB686.aspxKB685Max K (denis.markovtsev@inflectra.com)email send powershell rpaHow to send an email via Office 365 account with OAuth In the past we could use basic authentication to send an email but today this method of authentication is considered insecure and is disabled in major email services like Office 365 and Gmail. Read this article to learn how to send an email via SMTP with OAuth using Office 365 account. Thu, 20 Oct 2022 07:25:13 -04002022-10-20T07:51:46-04:00/Support/KnowledgeBase/KB685.aspxKB683Max K (denis.markovtsev@inflectra.com)selenium download file webHow to set download folder for Selenium - Chrome profile If your Web testing scenario includes file downloading you may configure `Selenium - Chrome` profile and specify which folder to use to store downloaded files. Wed, 19 Oct 2022 10:49:30 -04002023-02-02T10:36:02-05:00/Support/KnowledgeBase/KB683.aspxKB682Max K (denis.markovtsev@inflectra.com)Sample Excel File This is a sample Excel file to download and use during demos. Mon, 17 Oct 2022 10:49:12 -04002022-10-17T10:49:12-04:00/Support/KnowledgeBase/KB682.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.aspxKB675Max K (denis.markovtsev@inflectra.com)web object element screenHow to wait for Web element to disappear from screen Rapise has built-in function Navigator.DoWaitFor to wait for object to appear. If you need to do the opposite add the following function into your User.js. Tue, 20 Sep 2022 08:25:02 -04002022-09-20T08:25:02-04:00/Support/KnowledgeBase/KB675.aspxKB673Alex G (alexey.grinevich@inflectra.com)Uploading files to ftp/sftp This article contains a function that may be used to upload file to FTP/SFTP. This script uses WinSCP ( https://winscp.net/eng/download.php ) free tool to perform an upload. Thu, 15 Sep 2022 08:39:05 -04002022-09-19T14:13:15-04:00/Support/KnowledgeBase/KB673.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.aspxKB663Alex G (alexey.grinevich@inflectra.com)Scripting Drag&Drop for Web Tests This function is useful for scripting DragNDrop for web tests. Mon, 15 Aug 2022 09:37:43 -04002023-08-18T12:16:01-04:00/Support/KnowledgeBase/KB663.aspxKB662Alex G (alexey.grinevich@inflectra.com)Check if Excel Sheet Exists Function to check if a given Excel workbook contains a sheet with the given name. Fri, 12 Aug 2022 08:09:07 -04002023-08-18T12:17:48-04:00/Support/KnowledgeBase/KB662.aspxKB655Max K (denis.markovtsev@inflectra.com)seleniumwebdrivershadowHow to work with Shadow DOM via Native Selenium API in Rapise If your scripting is style is writing JavaScript and using Native Selenium API and you wish to dig inside Shadow DOM - read this short article. Requires Rapise 7.3+ Thu, 21 Jul 2022 06:41:07 -04002022-07-21T06:42:39-04:00/Support/KnowledgeBase/KB655.aspxKB654Alex G (alexey.grinevich@inflectra.com)Moving Rapise Tests Between Spira Products Sometimes you want to move or clone tests. If tests have linked Rapise test cases, then you need to properly handle the move as described here. Mon, 11 Jul 2022 11:12:16 -04002023-08-18T12:21:34-04:00/Support/KnowledgeBase/KB654.aspxKB652Alex G (alexey.grinevich@inflectra.com)Resolving 'Connection to Chrome Failed' Recent change in MS Edge browser affects Edge and Chrome browser extensions for Rapise. Here we show the workaround. Fri, 01 Jul 2022 11:10:09 -04002023-08-18T12:24:48-04:00/Support/KnowledgeBase/KB652.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.aspxKB649Alex G (alexey.grinevich@inflectra.com)Query Data from SQLite file Some application store valuable information in sqlite format. This is a way to deal with it. Thu, 19 May 2022 09:32:13 -04002022-05-19T09:32:13-04:00/Support/KnowledgeBase/KB649.aspxKB648Alex G (alexey.grinevich@inflectra.com)Checking .zip file contents with Rapise Sometimes you need to check if some files are available in the .zip file. You may read the list of .zip file contents with Rapise. Thu, 19 May 2022 08:44:42 -04002022-05-19T08:44:42-04:00/Support/KnowledgeBase/KB648.aspxKB646Max K (denis.markovtsev@inflectra.com)androidkeysHow to press special keys on Android keyboard To enter characters one may use AndroidObject.DoSendKeys , but sometimes you need to send special characters like ENTER. Learn how from this article. Thu, 28 Apr 2022 12:57:04 -04002022-04-28T12:57:04-04:00/Support/KnowledgeBase/KB646.aspxKB645Alex G (alexey.grinevich@inflectra.com)How to Ask User for Input For some automatic tests manual interaction is still required. For example, you may get authorization code to your phone and enter it to log into application. So you need to ask user for input to proceed execution. Tue, 26 Apr 2022 15:45:47 -04002022-04-26T15:45:47-04:00/Support/KnowledgeBase/KB645.aspxKB644Alex G (alexey.grinevich@inflectra.com)Reading DOM element runtime property 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. Wed, 06 Apr 2022 07:45:57 -04002022-04-06T07:45:57-04:00/Support/KnowledgeBase/KB644.aspxKB639Max K (denis.markovtsev@inflectra.com)Dismiss Safari popup on a Mobile device If you are running a web test on a mobile device via Appium then you have three options of how to accept a popup window alert. Tue, 22 Mar 2022 10:28:20 -04002023-02-02T10:43:42-05:00/Support/KnowledgeBase/KB639.aspxKB636Alex G (alexey.grinevich@inflectra.com)Silent Installation of Rapise for CI/CD Sometimes you need to perform unattended installation of Rapise for test execution only. It may be a part of automated test execution step executed by CI/CD pipeline . Here is the snippet. Fri, 28 Jan 2022 07:06:16 -05002022-05-13T20:06:33-04:00/Support/KnowledgeBase/KB636.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.aspxKB634Alex G (alexey.grinevich@inflectra.com)Comparing Web Page to Text or Word File Sometimes you need to validate the whole page text. This sample demonstrates usage of plain text or MSWord file for this purpose with some help of myers-diff npm module Fri, 21 Jan 2022 08:25:08 -05002022-01-21T08:25:08-05:00/Support/KnowledgeBase/KB634.aspxKB631Alex G (alexey.grinevich@inflectra.com)Reading DOM element style property Sometimes we need to get runtime property for the element. For example, we need to get a background color to know that element is visually highlighted for a user. This topic shows how it may be done with Navigator.ExecJS. Fri, 26 Nov 2021 11:53:39 -05002021-11-26T11:53:53-05:00/Support/KnowledgeBase/KB631.aspxKB623Max K (denis.markovtsev@inflectra.com)rdpdpiFix DPI scaling for RDP connections to Windows VMs If you connect to a Windows VM via RDP and see that all fonts are very small and it is hard to read text on screen then this article is for you. If you can access the VM without RDP then you may change scaling via Display Settings in Windows and thus make text larger. But if this VM is Azure or AWS hosted VM then you may see a message: the display settings cant be changed from a remote session . Fri, 26 Nov 2021 11:36:52 -05002023-08-18T08:06:25-04:00/Support/KnowledgeBase/KB623.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.aspxKB603Max K (denis.markovtsev@inflectra.com)dynamics dynamics365The 2021 release wave 2 for Dynamics 365 for Sales The 2021 release wave 2 for Dynamics 365 contains hundreds of new features across Dynamics 365 applications. If you are using Rapise to test a Dynamics 365 for Sales instance you may be affected by the coming changes. To help you update existing tests we summarized differences (important for UI automation) between old and new versions of Dynamics 365 for Sales. Fri, 27 Aug 2021 13:43:11 -04002021-08-27T14:03:46-04:00/Support/KnowledgeBase/KB603.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.aspxKB598Alex G (alexey.grinevich@inflectra.com)Using RVL Merge Utility 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. Thu, 03 Jun 2021 11:58:14 -04002023-08-18T08:01:11-04:00/Support/KnowledgeBase/KB598.aspxKB597Alex G (alexey.grinevich@inflectra.com)Using Regular Expressions in Object Locators Sometimes application components change and we need more flexibility when creating locators. You may use regex: prefix for locator components to make it more flexible. Very similar approach applies to Managed (DotNet Forms), Java and UI Automation locators. Tue, 04 May 2021 10:28:48 -04002023-08-01T13:50:51-04:00/Support/KnowledgeBase/KB597.aspxKB596Alex G (alexey.grinevich@inflectra.com)SoftAssert in Rapise 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. Tue, 27 Apr 2021 09:47:05 -04002023-08-18T06:22:30-04:00/Support/KnowledgeBase/KB596.aspxKB594Alex G (alexey.grinevich@inflectra.com)Returning Values from RVL sheets Sometimes you need to return a value or a set of values from RVL.DoPlaySheet or RVL.DoPlayScript calls. This sample shows you how. Wed, 24 Mar 2021 14:25:18 -04002021-03-24T14:25:41-04:00/Support/KnowledgeBase/KB594.aspxKB588Max K (denis.markovtsev@inflectra.com)Using SeeTest Instrumented Mode If you are testing a native mobile application using SeeTest you have an option to switch to NATIVE_APP_INSTRUMENTED context and record/playback tests in it. Wed, 24 Feb 2021 11:45:33 -05002021-02-24T11:45:33-05:00/Support/KnowledgeBase/KB588.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.aspxKB585Max K (denis.markovtsev@inflectra.com)amazonseleniumcross-browserHow to run cross-browser tests on AWS Device Farm Learn how to configure Rapise to run cross-browser tests on AWS Device Farm. Requires Rapise 6.7+ Thu, 04 Feb 2021 14:32:58 -05002021-02-04T15:02:15-05:00/Support/KnowledgeBase/KB585.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.aspxKB581Alex G (alexey.grinevich@inflectra.com)Rapise 6.6 Built In Help Fix Rapise help system has been updated to latest template introducing new search and navigation capabilities. The side effect is that is it not compatible with default HTML-based viewer engine and may look corrupted. Mon, 21 Dec 2020 15:48:57 -05002020-12-21T15:48:57-05:00/Support/KnowledgeBase/KB581.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.aspxKB572Alex G (alexey.grinevich@inflectra.com)Specifying Timeout for REST Calls Rapise REST module uses 100 seconds timeout by default. Since Rapise 6.6 you may make it longer or shorter. Thu, 22 Oct 2020 12:07:07 -04002023-08-18T08:34:12-04:00/Support/KnowledgeBase/KB572.aspxKB570Alex G (alexey.grinevich@inflectra.com)Easy Way to Dump Sheet Variables We sometimes need to dump diagnostic information to the report. It may be values of some or all local variables. Thu, 15 Oct 2020 13:00:51 -04002020-10-15T13:00:51-04:00/Support/KnowledgeBase/KB570.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.aspxKB566Alex G (alexey.grinevich@inflectra.com)Merge Strings in RVL Here we show a few examples on how to combine strings in RVL. Thu, 01 Oct 2020 10:41:00 -04002020-10-01T10:41:00-04:00/Support/KnowledgeBase/KB566.aspxKB565Alex G (alexey.grinevich@inflectra.com)Customize Rapise Report Messages Sometimes we need to override the message written to the report when some action is performed. Thu, 01 Oct 2020 10:18:05 -04002021-04-01T13:42:38-04:00/Support/KnowledgeBase/KB565.aspxKB561Max K (denis.markovtsev@inflectra.com)Using Free Apple Development account to test on mobile devices It is possible to use Free Apple Developer account for iOS testing. But it requires some knowledge and time to setup. Thu, 13 Aug 2020 09:25:26 -04002020-08-13T09:25:26-04:00/Support/KnowledgeBase/KB561.aspxKB558Max K (denis.markovtsev@inflectra.com)Mobile testing with Experitest SeeTest Connecting to the mobile devices hosted by SeeTest is easy. Learn how from this article. Requires Rapise 6.5+. Wed, 15 Jul 2020 16:08:54 -04002020-07-15T16:42:35-04:00/Support/KnowledgeBase/KB558.aspxKB556Max K (denis.markovtsev@inflectra.com)RapiseChromeExtension version 3 Along with Rapise 6.5 we are releasing an update to the RapiseChromeExtension. The new version (v3) is back compatible. It means that older versions of Rapise should work with it without issues. Rapise 6.5+ will require you to update the extension if you have RapiseChromeExtension v2. Tue, 14 Jul 2020 09:54:39 -04002020-07-14T09:54:39-04:00/Support/KnowledgeBase/KB556.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.aspxKB553Max K (denis.markovtsev@inflectra.com)Basic authentication in Web tests Legacy Web applications still may use basic authentication. So when you navigate to an application URL the browser shows a dialog with Username and Password fields to enter. The content of this dialog is not a Web content so recording and playback in a Web test will not work. Mon, 13 Jul 2020 12:34:12 -04002020-07-13T12:37:23-04:00/Support/KnowledgeBase/KB553.aspxKB551Max K (denis.markovtsev@inflectra.com)webspyxpathSearching for a Web element by text that contains non-breaking spaces Are you writing XPath to find an element using its inner text but it does not work? Most likely the text contains non-breaking spaces. This situation is described in detail in our UI Test Automation Playground . Tue, 30 Jun 2020 17:01:18 -04002020-06-30T17:03:05-04:00/Support/KnowledgeBase/KB551.aspxKB545Alex G (alexey.grinevich@inflectra.com)How To Read Environment Variable in Rapise Here is a number of ways of doing it. Mon, 15 Jun 2020 10:43:53 -04002023-12-20T15:41:06-05:00/Support/KnowledgeBase/KB545.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.aspxKB541Max K (denis.markovtsev@inflectra.com)tinymcerichtextAutomating TinyMCE 2020 The world moves forward and our older KB articles related to TinyMCE became outdated. In this article we present a modern way (as of year 2020) of automating TinyMCE controls. Thu, 21 May 2020 16:10:41 -04002020-05-21T16:10:41-04:00/Support/KnowledgeBase/KB541.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.aspxKB539Alex G (alexey.grinevich@inflectra.com)Working with Rapise AWS SaaS Images Rapise is available as a SaaS solution. Here we describe step-by-step guide how to make several Rapise cloud instances ready for test execution. Tue, 19 May 2020 20:06:33 -04002023-08-17T12:39:19-04:00/Support/KnowledgeBase/KB539.aspxKB538David J (support1@inflectra.com)custom reports screenshots embedded imagesIncreasing the Size of Rapise Images in Spira Reports When you run Rapise automated tests using RapiseLauncher the system will automatically embed the images from Rapise into the various test cases and test run reports. By default the report format has relatively small images so that they can fit easily into the tables of expected result and actual results. However some users have asked for ways to make the images bigger. Fri, 15 May 2020 13:53:55 -04002020-05-15T14:04:16-04:00/Support/KnowledgeBase/KB538.aspxKB537Alex G (alexey.grinevich@inflectra.com)Using Extra Columns in RVL to control screenshots 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. Wed, 13 May 2020 09:09:17 -04002023-08-17T12:21:52-04:00/Support/KnowledgeBase/KB537.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.aspxKB532Max K (denis.markovtsev@inflectra.com)profile browsermobileHow to set path for local browser and mobile profiles Since version 6.3 Rapise has support for local browser and mobile profiles. Using it you may package browser profiles along with tests. What if you want to reuse browser profiles between different projects? Or have sets of profiles for different situations? You may now set path to profile directory using a special global variable. Supported in Rapise 6.4+ Mon, 04 May 2020 18:01:59 -04002020-05-04T18:01:59-04:00/Support/KnowledgeBase/KB532.aspxKB531Alex G (alexey.grinevich@inflectra.com)RapiseHandling Grouped Data in Rapise 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. Mon, 20 Apr 2020 08:43:53 -04002023-02-02T10:50:18-05:00/Support/KnowledgeBase/KB531.aspxKB530David J (support1@inflectra.com)rapise ide naming conventions javascriptWhy Does Rapise Use DoXXXX Naming for Methods A customer asked us why Rapise uses Pascal Case names for the various operations, functions and properties, as well as the reason why operations are prefixed with a Do action name. Wed, 15 Apr 2020 21:02:37 -04002020-04-15T21:02:37-04:00/Support/KnowledgeBase/KB530.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.aspxKB528Alex G (alexey.grinevich@inflectra.com)Import JUnit XML Report into Rapise Some unit testing tools produce reports in JUnit XML format. Here we show how to import it into Rapise test report. Wed, 08 Apr 2020 11:41:17 -04002020-04-08T11:41:17-04:00/Support/KnowledgeBase/KB528.aspxKB526Max K (denis.markovtsev@inflectra.com)recordingweburlHow to disable recording URLs When you do recording of test steps for a Web application - Rapise by default captures page URLs and stores them in the object repository. Learn how to disable URL recording from this article. Requires Rapise 6.4+ Mon, 30 Mar 2020 09:34:51 -04002023-08-17T10:41:19-04:00/Support/KnowledgeBase/KB526.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.aspxKB519Alex G (alexey.grinevich@inflectra.com)Reading values from .properties files in Rapise .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. Fri, 06 Mar 2020 09:06:56 -05002020-03-06T09:11:31-05:00/Support/KnowledgeBase/KB519.aspxKB518Max K (denis.markovtsev@inflectra.com)javascriptjscriptwshecmascriptJavaScript version used by Rapise Below we provide the information on JavaScript version used by Rapise. Thu, 27 Feb 2020 08:40:13 -05002023-08-17T10:30:08-04:00/Support/KnowledgeBase/KB518.aspxKB517Max K (denis.markovtsev@inflectra.com)How to disable Google Chrome Software Reporter Tool Weve seen systems where Software Reporter Tool (which is a part of Google Chrome) may produce very high CPU load and make system suspending/resuming processes randomly. Because of this Rapise may not be able to connect to Chrome for recording/playback. In fact many things may go wrong when CPU load is 100%. Wed, 26 Feb 2020 13:15:19 -05002020-02-26T13:18:10-05:00/Support/KnowledgeBase/KB517.aspxKB516Max K (denis.markovtsev@inflectra.com)The pipe is being closed message from Rapise installer When you install Rapise on some systems you may get an error message: 0x800700e8 - The pipe is being closed Wed, 26 Feb 2020 12:56:18 -05002020-02-26T12:56:18-05:00/Support/KnowledgeBase/KB516.aspxKB515Alex G (alexey.grinevich@inflectra.com)Checking String Length in RVL If you need to get the size of the string, then here is a couple of possible ways for doing it. Fri, 21 Feb 2020 14:45:06 -05002020-02-21T14:47:15-05:00/Support/KnowledgeBase/KB515.aspxKB514Alex G (alexey.grinevich@inflectra.com)How to Press Alt, Shift, Ctrl or Win key Alone SendKeys is good for making key combinations, but this way does not work when you need to press special key. Here is a useful workaround. Mon, 17 Feb 2020 13:47:56 -05002021-11-24T13:24:40-05:00/Support/KnowledgeBase/KB514.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.aspxKB506Max K (denis.markovtsev@inflectra.com)dynamicxpathlocatorparameterHow to define and use a dynamic Web locator Imaging you have a table with dynamic data on the page. It is not possible to learn every cell. But it is possible to parameterize the locator of a cell and access cells you need during test playback. Thu, 16 Jan 2020 13:41:52 -05002020-01-16T13:46:24-05:00/Support/KnowledgeBase/KB506.aspxKB504Alex G (alexey.grinevich@inflectra.com)Referring Repository Objects from Maps 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. Thu, 02 Jan 2020 14:53:55 -05002020-01-02T14:53:55-05:00/Support/KnowledgeBase/KB504.aspxKB503Alex G (alexey.grinevich@inflectra.com)xpath css svgAccessing svg elements via XPath or CSS By default straight forward XPath to SVG primitives will not work. So XPath ending like .../svg[2]/path will fail. Here is a workaround. Tue, 24 Dec 2019 09:57:20 -05002023-08-17T09:49:30-04:00/Support/KnowledgeBase/KB503.aspxKB502Alex G (alexey.grinevich@inflectra.com)RapisePassing Map as a Parameter into RVL Sheet This topic covers more detailed description on how to pass map from one Sheet to another in RVL Mon, 23 Dec 2019 11:57:48 -05002020-01-16T13:55:25-05:00/Support/KnowledgeBase/KB502.aspxKB501Alex G (alexey.grinevich@inflectra.com)Passing Sub-Test Parameters Here we will cover several ways of passing parameters and returning values from Sub-Tests. Thu, 12 Dec 2019 19:23:06 -05002023-08-17T08:57:48-04:00/Support/KnowledgeBase/KB501.aspxKB499Max K (denis.markovtsev@inflectra.com)browserseleniumsizewidthheightHow to set size of a browser window To ensure that web tests always run on a browser window of a specific size you may use different techniques. Wed, 04 Dec 2019 08:42:04 -05002019-12-04T09:22:31-05:00/Support/KnowledgeBase/KB499.aspxKB497Max K (denis.markovtsev@inflectra.com)databasepostgresqlConnecting to PostgreSQL from Rapise If you need to connect Database object to PostgreSQL database follow these simple steps. Thu, 21 Nov 2019 13:29:08 -05002019-11-21T13:29:39-05:00/Support/KnowledgeBase/KB497.aspxKB496Max K (denis.markovtsev@inflectra.com)databasemysqlConnecting to MySQL from Rapise If you need to connect Database object to MySQL database follow these simple steps. Thu, 21 Nov 2019 08:55:20 -05002019-11-21T08:55:20-05:00/Support/KnowledgeBase/KB496.aspxKB493Alex G (alexey.grinevich@inflectra.com)Rapise Data Generator Sometimes you need to feed your application with demo data that is human-readable but still random. Here is such a generator for Rapise. Thu, 07 Nov 2019 16:23:43 -05002019-11-07T16:57:24-05:00/Support/KnowledgeBase/KB493.aspxKB492Alex G (alexey.grinevich@inflectra.com)Calling NodeJS script from Rapise NodeJS provides a lot of unique features and plethora of features implemented in npm packages. Here we describe how to combine such a script with a Rapise test. Thu, 31 Oct 2019 17:18:45 -04002019-10-31T17:25:32-04:00/Support/KnowledgeBase/KB492.aspxKB489Max K (denis.markovtsev@inflectra.com)Headless Firefox Testing Firefox 56+ supports headless mode on Windows. You can use it to Run Rapise tests via Selenium integration. Mon, 14 Oct 2019 18:05:43 -04002021-12-16T11:23:00-05:00/Support/KnowledgeBase/KB489.aspxKB488Alex G (alexey.grinevich@inflectra.com)Rapise Objects and Files Metadata for Code Completion Rapise scripts and engine are mostly implemented in JS. Some people prefer to use 3rd party editors for scripting. This is helpful when integrating Rapise tests into bigger development pipeline together with other scripts and config files. Here we explain where information about objects and types is provided for Code Completion/Intellisense support in 3rd party editors. Fri, 11 Oct 2019 15:51:19 -04002019-10-11T15:54:19-04:00/Support/KnowledgeBase/KB488.aspxKB487Alex G (alexey.grinevich@inflectra.com)How to Do Mouse Wheel Scroll in Rapise Some controls require mouse wheel input. Here is how to do it. Fri, 11 Oct 2019 15:33:14 -04002019-10-11T15:33:14-04:00/Support/KnowledgeBase/KB487.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.aspxKB484Alex G (alexey.grinevich@inflectra.com)Comparing Parts of Images Sometimes compared images partially differ due to some dynamic part. Here we show how to do partial comparison in this case. Wed, 09 Oct 2019 16:06:40 -04002023-08-17T08:36:15-04:00/Support/KnowledgeBase/KB484.aspxKB483Alex G (alexey.grinevich@inflectra.com)Renaming Objects in Rapise 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. Fri, 27 Sep 2019 12:16:17 -04002019-09-27T13:33:23-04:00/Support/KnowledgeBase/KB483.aspxKB482Max K (denis.markovtsev@inflectra.com)NavigatorExecJSDOMHTMLObjectHTMLHow to get contents of the HEAD element in a DOM In this article we will get contents of the HEAD element to get the links to all referenced stylesheets. It may be useful if you plan to verify that a set of CSS did not change for a page. Fri, 27 Sep 2019 06:38:50 -04002019-09-27T07:39:44-04:00/Support/KnowledgeBase/KB482.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.aspxKB475Alex G (alexey.grinevich@inflectra.com)How to Get All Links on the Page with Rapise Sometimes you need to go through all links to check something. Here are two ways: JS and RVL of doing it with Rapise. Tue, 27 Aug 2019 11:59:35 -04002023-08-16T16:22:31-04:00/Support/KnowledgeBase/KB475.aspxKB473Max K (denis.markovtsev@inflectra.com)rapiselauncherlogsverboseViewing Rapise logs in Spira When you execute Rapise tests via Rapise Launcher - test reports and logs are automatically uploaded to Spira. But verbose level is always set to Level 1 by Rapise Launcher. If you need more detailed log set verbose to 2 or 3 in test case properties. Mon, 19 Aug 2019 07:33:38 -04002023-08-16T16:18:04-04:00/Support/KnowledgeBase/KB473.aspxKB472Alex G (alexey.grinevich@inflectra.com)Read PDF Text with Rapise Sometimes you need to check that some text is available in the PDF document. Sometimes you need to extract some value from it. So you need access to plain text content of the document. Here we explain how to do it with Rapise. Sun, 04 Aug 2019 14:17:55 -04002023-08-16T16:09:22-04:00/Support/KnowledgeBase/KB472.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.aspxKB465Max K (denis.markovtsev@inflectra.com)visibilityelementHow to check if web element is really visible on screen Checking if element is visible on screen may be a tricky task. Its usually not a problem in manual testing but there are nuances when you do test automation. Wed, 19 Jun 2019 14:08:43 -04002023-08-16T15:47:04-04:00/Support/KnowledgeBase/KB465.aspxKB462Max K (denis.markovtsev@inflectra.com)selectoptionverifyHow to check if a web dropdown element has specific option or not If a test needs to verify existence or absence of a specific option in a dropdown you can do it via a simple function presented below. Thu, 23 May 2019 11:45:42 -04002019-05-23T11:45:42-04:00/Support/KnowledgeBase/KB462.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.aspxKB448Max K (denis.markovtsev@inflectra.com)xpathnavigatorbrowserHow to create a Rapise web object from XPath In some cases it may be convenient to construct Rapise Objects dynamically rather than capture in advance with record/learn . In Web tests you can do it via Navigator.Find and Navigator.SeSFind . Thu, 25 Apr 2019 09:27:51 -04002023-08-16T15:24:21-04:00/Support/KnowledgeBase/KB448.aspxKB446Max K (denis.markovtsev@inflectra.com)Getting browser console logs In some cases it may be useful to analyze browser-side logs. For example, if you are using Navigator.ExecJS action. Wed, 17 Apr 2019 06:17:54 -04002019-04-17T06:17:54-04:00/Support/KnowledgeBase/KB446.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.aspxKB442Max K (denis.markovtsev@inflectra.com)installationTroubleshooting Rapise Install If you install Rapise on non-vanilla system, e.g. old workstation with a lot of other software, especially with anti-virus and development tools, it may end-up in a state when some components are not registered successfully and some files are blocked. In this article we describe symptoms and ways to cure. Tue, 09 Apr 2019 06:24:24 -04002019-04-09T06:24:24-04:00/Support/KnowledgeBase/KB442.aspxKB439Max K (denis.markovtsev@inflectra.com)uninstallTroubleshooting Rapise Uninstall In the unlikely case of unsuccessful deinstallation of Rapise (e.g. if computer power switched off during deinstallation, or Windows Installer process terminated) there is a way to manually fix the system and complete interrupted deinstallation process.. Automatic uninstall may no longer properly work and leave files in Program Files folder. Fri, 05 Apr 2019 10:43:27 -04002019-04-05T10:44:09-04:00/Support/KnowledgeBase/KB439.aspxKB436Max K (denis.markovtsev@inflectra.com)toastHandling Toast Messages The toast message is like an alert box that is only shown for a couple of seconds when something happens (i.e. when the user clicks on a button, submits a form, etc.). This article describes how to deal with toast messages in Rapise. Wed, 27 Mar 2019 14:39:37 -04002019-03-27T14:43:28-04:00/Support/KnowledgeBase/KB436.aspxKB434Alex G (alexey.grinevich@inflectra.com)How to Send Special Keys to Selenium Targets Sometimes you need to press Tab, Return, Backspace to the web page. Here is how you may do it through WebDriver. Fri, 22 Mar 2019 08:24:29 -04002023-08-16T14:20:09-04:00/Support/KnowledgeBase/KB434.aspxKB433Alex G (alexey.grinevich@inflectra.com)Using Extra Columns in RVL to add Report Attributes 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. Mon, 18 Mar 2019 19:03:40 -04002019-03-18T19:05:41-04:00/Support/KnowledgeBase/KB433.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.aspxKB430Alex G (alexey.grinevich@inflectra.com)How To Pass Shift+Control+F12 or Shift+Control+F11 from Rapise Global.DoSendKeys is a way to to that, but there is also a little trick required to make it happen. Mon, 04 Mar 2019 17:42:38 -05002023-08-16T13:36:05-04:00/Support/KnowledgeBase/KB430.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.aspxKB422Max K (denis.markovtsev@inflectra.com)How to save/load DOM tree in Web Spy Better to see something once than to hear about it a thousand times. If a Web element can not be found on the page using given XPATH expression and you do not know why - you have an option to save the DOM tree of the page and ask someone else with Rapise for assistance. Here is how. Mon, 21 Jan 2019 13:01:49 -05002020-05-05T16:07:52-04:00/Support/KnowledgeBase/KB422.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.aspxKB420Alex G (alexey.grinevich@inflectra.com)Firefox 64 Compatibility Once you have your Firefox updated to version 64 Rapise may have problems connecting to it. Here is a quick workaround until new release of Rapise addressing the problem shows up. Fri, 18 Jan 2019 04:17:50 -05002019-01-18T04:18:43-05:00/Support/KnowledgeBase/KB420.aspxKB418David J (support1@inflectra.com)rapise appium mobile ios automation obsoleteIs it Possible to Automate an iOS Web App using Rapise? Yes, in general, Rapise can automate most web applications using mobile Safari running on iOS (either on a real or simulated device). However there are some limitations. This article is obsolete. The recommended way of testing Web applications is to record tests on a desktop browser via Selenium-based profile and then execute using Mobile profiles. See How to run a cross-browser test on a mobile device for more details. Mon, 31 Dec 2018 16:26:57 -05002023-08-16T12:46:44-04:00/Support/KnowledgeBase/KB418.aspxKB417Max K (denis.markovtsev@inflectra.com)selenium webdriverHow to manipulate browser cookies using Selenium API in Rapise If you run Rapise tests via Selenium WeDriver you may need to manipulate browser cookies. Learn how from this post. Fri, 28 Dec 2018 14:34:51 -05002023-08-16T12:23:53-04:00/Support/KnowledgeBase/KB417.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.aspxKB415David J (support1@inflectra.com)rapise automation ios mobile appiumIs it Possible to Automate an iOS App Store App using Rapise? We often get asked this question: We have Rapise and want to automate a native iOS app that is available on the application store, can we do it? Sat, 22 Dec 2018 16:26:27 -05002023-08-16T12:16:02-04:00/Support/KnowledgeBase/KB415.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.aspxKB408Max K (denis.markovtsev@inflectra.com)installation upgradeHow to upgrade Rapise to a newer version Rapise is evolving product and we release new versions of it from time to time. If you plan to upgrade your copy of Rapise follow these simple steps. Wed, 28 Nov 2018 18:11:35 -05002023-06-28T12:09:58-04:00/Support/KnowledgeBase/KB408.aspxKB407Max K (denis.markovtsev@inflectra.com)selenium webdriverHow to emulate keyboard and mouse via Selenium API in Rapise Though Rapise can execute its native recorded tests via WebDriver - some users prefer to write their tests in pure Selenium API. In this post we describe how to perform complex mouse and keyboard sequences via Selenium API in Rapise tests. Wed, 28 Nov 2018 13:30:54 -05002022-12-02T13:39:13-05:00/Support/KnowledgeBase/KB407.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.aspxKB396David J (support1@inflectra.com)spira data importing spreadsheet rapise requirements test stepsMapping Spira Requirements to Test Steps in Bulk Using Excel and Rapise Of the unique needs of a requirements and test management system when working in the Defense industry, specifically when designing, building, and testing mission systems, is the ability to link individual test steps to the requirements. Since v5 of SpiraTest, this has been possible inside the Spira user interface, however many customers have been looking for a way to map test steps to requirements in bulk using Excel. Wed, 17 Oct 2018 01:23:13 -04002018-10-18T03:14:37-04:00/Support/KnowledgeBase/KB396.aspxKB395Max K (denis.markovtsev@inflectra.com)appiummobileandroidHow to configure Mobile Profile to automatically grant Android application permissions on install When Appium installs an application at the beginning of a test session - Android may ask for permissions (e.g. access to media files, camera, etc.). Until such prompt is dismissed - Main activity is not launched. It prevents the test from proceeding. Learn how to configure the Mobile Profile to automatically grant required permissions on install. Thu, 11 Oct 2018 10:36:41 -04002019-02-05T12:35:14-05:00/Support/KnowledgeBase/KB395.aspxKB394Max K (denis.markovtsev@inflectra.com)chromedriver appium androidHow to use specific version of Chromedriver with Appium In Mobile Spy of Rapise when switching from NATIVE_APP to WEBVIEW context you may see an error message: Chrome version must be >= 55.0.2883.0 From this article you will learn how to fix this. Thu, 11 Oct 2018 08:48:39 -04002023-06-22T12:05:49-04:00/Support/KnowledgeBase/KB394.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.aspxKB391Max K (denis.markovtsev@inflectra.com)dynamics dynamics ax ax purchase orderCreating a Purchase Order in Dynamics AX Learn how to break down a long scenario into manageable pieces in RVL. Creating a purchase order in Dynamics AX takes many steps: start PO process, enter basic details, fill order lines, approve, receive, invoice. In RVL you can create separate sheets to implement stages of a complex test. Thu, 04 Oct 2018 16:17:29 -04002018-10-04T16:17:29-04:00/Support/KnowledgeBase/KB391.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.aspxKB383Max K (denis.markovtsev@inflectra.com)rpa process automation robotic process automationRPA Features of Rapise Robotic Process Automation (RPA) is well suited for processes that are clearly defined, repeatable and rules based. With Rapise you can create software robots that can do boring repetitive tasks and free employee time for more creative work. Below you will find a brief description of RPA tasks that Rapise can do. Tue, 18 Sep 2018 08:15:06 -04002018-09-18T17:30:18-04:00/Support/KnowledgeBase/KB383.aspxKB382Max K (denis.markovtsev@inflectra.com)mobile androidAndroid Testing Hints Most complex part in Mobile testing is connecting to a simulator or device. In this article we describe steps necessary to configure the testing environment. Note: In brackets we specify versions of software components we used at the time of writing this article. Mon, 17 Sep 2018 16:33:02 -04002023-06-14T11:56:56-04:00/Support/KnowledgeBase/KB382.aspxKB381Max K (denis.markovtsev@inflectra.com)mobile iosiOS Testing Hints Most complex part in Mobile testing is connecting to a simulator or device. In this article we describe steps necessary to configure the testing environment. Note: In brackets we specify versions of software components we used at the time of writing this article. Mon, 17 Sep 2018 16:00:10 -04002019-02-05T12:36:10-05:00/Support/KnowledgeBase/KB381.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.aspxKB379Alex G (alexey.grinevich@inflectra.com)Processing registration Emails Common scenario: register a user and receive registration confirmation link by email. The most painless way for doing it. Wed, 12 Sep 2018 07:36:44 -04002023-08-17T14:48:28-04:00/Support/KnowledgeBase/KB379.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.aspxKB371Alex G (alexey.grinevich@inflectra.com)Sample Spira-Friendly Framework with Multiple RVLs and Common Library Working example of test framework designed to maximize flexibility and get the most from Rapise productivity features. Wed, 15 Aug 2018 10:56:39 -04002018-08-15T10:56:39-04:00/Support/KnowledgeBase/KB371.aspxKB367Alex G (alexey.grinevich@inflectra.com)Rapise RVL GlobalStoring Values Across Test Cases and Sessions in Rapise 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. Thu, 02 Aug 2018 12:18:57 -04002023-08-16T09:20:17-04:00/Support/KnowledgeBase/KB367.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.aspxKB364Max K (denis.markovtsev@inflectra.com)scrollingviewportdisplayHow to ensure that a web element is visible before interacting with it? Sometimes an element on a web page may be invisible because it is out of a viewport. Real user scrolls a page vertically and horizontally to reach such an element. How to achieve same behavior with Rapise? Tue, 24 Jul 2018 06:34:12 -04002023-08-16T09:14:44-04:00/Support/KnowledgeBase/KB364.aspxKB363Max K (denis.markovtsev@inflectra.com)webprofilexpathHow to define a profile for Web Application in Rapise Each web application is unique in terms of assigning attributes to elements and this complicates the process of generating XPath locators. Some applications assign dynamic IDs to elements, some use ARIA attributes and some do not, some values of class attribute have meaning related to element position and some just used for styling . There are also cases when an app contains hidden DOM layers which stack on top of each other. So usage of same set of attributes for generating XPath is not efficient and may lead to weak locators that break after application reloading or slight modification. To cope with these problems Rapise introduces Web App Profile. It is a simple JSON file of a defined structure that instructs Rapise how to build XPath for elements in a particular application. From this article you will learn how to define a profile for your web application. Fri, 20 Jul 2018 06:23:45 -04002023-08-16T09:11:25-04:00/Support/KnowledgeBase/KB363.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.aspxKB361David J (support1@inflectra.com)angular angularjs web testing rapise text boxText Validation Does Not Always Fire on Angular4 Application Sometimes when you are testing an application written in Angular 4, the text box will not accept a value that is correct during playback (e.g. zip code is not in the right format) when you use DoSetText to set the value. Wed, 18 Jul 2018 11:09:48 -04002022-03-23T16:54:40-04:00/Support/KnowledgeBase/KB361.aspxKB360David J (support1@inflectra.com)rapise spiratest parameters settings rapiselauncherOverriding Rapise Settings from SpiraTest Sometimes you want to override certain Rapise settings (e.g. the Command Interval) from within SpiraTest. For example you might to run one test set more slowly than other test sets because the environment is slower. This article explains how you can easily pass settings values from SpiraTest to Rapise. Tue, 10 Jul 2018 17:44:13 -04002023-08-16T08:37:27-04:00/Support/KnowledgeBase/KB360.aspxKB359David J (support1@inflectra.com)rapise chrome firefox web extensionsHow to Install the Chrome and Firefox Extensions Offline By default, when you want to use Rapise to record and playback web tests using either Chrome or Firefox, you simply go to the appropriate web browser store and install the extension directly from the store . However sometimes you are testing web applications on a machine with no Internet Connectivity. Mon, 09 Jul 2018 18:47:05 -04002021-07-01T12:21:05-04:00/Support/KnowledgeBase/KB359.aspxKB358Max K (denis.markovtsev@inflectra.com)seleniumchromeHow to disable "Chrome is being controlled by automated test software" message When you run a test with Selenium - Chrome profile the browser is launched with a warning message below the address bar. It can be disabled. Wed, 04 Jul 2018 11:04:40 -04002023-02-22T14:40:16-05:00/Support/KnowledgeBase/KB358.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.aspxKB354Max K (denis.markovtsev@inflectra.com)overrideHow to override an action for an object type Rapise supports many types of objects in Web, Mobile and Desktop applications. And each object has a set of actions that can be applied to it. You may want to override behavior of existing action or add a new one. Learn how from this article. Thu, 28 Jun 2018 13:26:07 -04002023-08-18T07:52:24-04:00/Support/KnowledgeBase/KB354.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.aspxKB351Max K (denis.markovtsev@inflectra.com)windows 10How to automatically enter user credentials into Windows Security dialog on Windows 10 Some test scenarios require running processes as different user or entering user credentials into Internet Explorer security prompt. Rapise can enter user credentials into Windows Security dialog on Windows 10 automatically. Mon, 25 Jun 2018 19:00:49 -04002023-08-15T17:41:35-04:00/Support/KnowledgeBase/KB351.aspxKB349Max K (denis.markovtsev@inflectra.com)dynamics navdynamics 365business centralRecording tips for Dynamics NAV 2017 Web Client and Dynamics 365 Business Central Dynamics 365 Business Central is a successor of Dynamics NAV 2017 Web Client. Both solutions were built by Microsoft using same technology though they have a few differences. Rapise includes a library DomDynamicsNAV which makes test recording and playback of Dynamics NAV web clients a pleasant thing. From this post you will learn basics of recording a reliable test for these solutions as well as test playback troubleshooting methods. Well use Dynamics 365 Business Central as system under test. Wed, 06 Jun 2018 06:38:18 -04002018-06-06T17:59:16-04:00/Support/KnowledgeBase/KB349.aspxKB347Max K (denis.markovtsev@inflectra.com)dynamics navHow to record entering of data into Dynamics NAV tables Follow these simple rules to record entering of data into Dynamics NAV grids. For example, entering of new order lines into a Sales Order. Mon, 04 Jun 2018 09:45:29 -04002018-06-04T09:45:29-04:00/Support/KnowledgeBase/KB347.aspxKB344David J (support1@inflectra.com)rapise database stringsDoing a SubString on a Database Value in Rapise When you try and do a substring on a value returned from a database, you may get an error about the object not supporting the property. Wed, 23 May 2018 13:58:52 -04002023-08-15T17:25:18-04:00/Support/KnowledgeBase/KB344.aspxKB343Max K (denis.markovtsev@inflectra.com)dynamics navHow to scroll Dynamics NAV table vertically and horizontally Rapise 5.7+ performs scrolling automatically before clicking on a cell. Also there is DoScroll action that does explicit scrolling. In Rapise 5.6 and below use this simple function to scroll your Dynamics NAV table left, right, up, bottom. Wed, 16 May 2018 16:53:09 -04002018-08-23T12:49:51-04:00/Support/KnowledgeBase/KB343.aspxKB341Jim R (donotreply5@kronodesk.net)rapise user functions code editorJumping to the Definition of a User Function When you have a user defined function in Rapise, you sometimes want to jump to it. Wed, 02 May 2018 15:24:34 -04002023-08-15T14:44:38-04:00/Support/KnowledgeBase/KB341.aspxKB340David J (support1@inflectra.com)rapise scriptless rvl visual language loopsHow to Do a Nested Loop with Rapise Visual Language (RVL) 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. Wed, 02 May 2018 15:17:46 -04002018-05-02T15:19:17-04:00/Support/KnowledgeBase/KB340.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.aspxKB338Alex G (alexey.grinevich@inflectra.com)Dealing with Unexpected Popup Objects Some applications show unexpected popup windows. This could be feature announcements, update reminders, license expiration reminders, alerts, internal messengers and so on. Here we are going to show a solution for this problem. Mon, 16 Apr 2018 12:43:24 -04002018-04-16T12:51:20-04:00/Support/KnowledgeBase/KB338.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.aspxKB335Max K (denis.markovtsev@inflectra.com)frameworkWhat is UI Test Automation Framework? At Inflectra we think that UI Test Automation Framework is a set of tools with specific features that enables QA teams to develop and run tests, and effectively analyze test execution results. Tue, 10 Apr 2018 17:56:57 -04002018-04-10T18:14:49-04:00/Support/KnowledgeBase/KB335.aspxKB334Max K (denis.markovtsev@inflectra.com)browserprivateincognitowebHow to launch a browser in private mode? In some cases it makes sense to launch a browser in private mode to ensure exact same conditions every time you run a test. This helps to cope with such things as remembered accounts or pending sessions not disconnected by a previous test. Learn how to properly adjust browser profiles from this article. Mon, 02 Apr 2018 15:27:27 -04002023-08-15T14:20:33-04:00/Support/KnowledgeBase/KB334.aspxKB333David J (support1@inflectra.com)rapise chrome firefox extensions addonsInstalling Rapise Browser Extensions without Internet Access Normally you can install the add-ons for Chrome and Firefox directly from the browsers app store (just search for Rapise). This is the easiest option, and avoids the need to run the browsers in developer mode. Fri, 09 Mar 2018 21:11:01 -05002021-06-30T09:41:18-04:00/Support/KnowledgeBase/KB333.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.aspxKB330Alex G (alexey.grinevich@inflectra.com)Compare two SpreadSheets in Rapise Sometimes you need to compare two tables. Here we introduce a function to compare two spreadsheets. Wed, 07 Mar 2018 13:57:10 -05002023-08-15T13:42:01-04:00/Support/KnowledgeBase/KB330.aspxKB328Max K (denis.markovtsev@inflectra.com)browserstackandroidiosUsing Rapise Mobile with Browserstack BrowserStack supports automated browser testing via Selenium and Appium on real iOS and Android devices. Learn how to configure Rapise to connect to Browserstack via Appium. Mon, 26 Feb 2018 09:52:00 -05002024-02-22T09:47:03-05:00/Support/KnowledgeBase/KB328.aspxKB326David J (support1@inflectra.com)rapise excel rvl windows scripting host windows 10Windows Scripting Host Crashes When Playing Back Rapise RVL Script after Windows 10 Update 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. Thu, 15 Feb 2018 22:11:41 -05002018-02-15T22:11:41-05:00/Support/KnowledgeBase/KB326.aspxKB325Alex G (alexey.grinevich@inflectra.com)rapise rapiselauncher rdp vmvncresolutionRunning nightly tests with RapiseLauncher on VM with RDP It is common to use UI tests with RDP connected to remote VM. By default this works only while RDP window is open and client is connected. On disconnect remote session gets locked and UI becomes unavailable for the test. This topic covers a workaround. Mon, 12 Feb 2018 11:47:24 -05002023-08-15T13:23:42-04:00/Support/KnowledgeBase/KB325.aspxKB324Alex G (alexey.grinevich@inflectra.com)Rapise RVL Loops Data Generation ArrayList Files from Folder in RVL 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. Thu, 08 Feb 2018 06:17:26 -05002018-02-08T06:17:26-05:00/Support/KnowledgeBase/KB324.aspxKB323David J (support1@inflectra.com)web testing responsive design mobile website browser sizeHow to launch a web browser in Rapise with a specific size Sometimes when recording a test against a mobile responsive web site, it is useful to be able to record on the local browser (before playing it back against a cloud service such as SauceLabs, Browserstack, etc.). However you want to always record using a specific browser window size. Tue, 30 Jan 2018 19:47:16 -05002023-08-17T15:16:27-04:00/Support/KnowledgeBase/KB323.aspxKB322Max K (denis.markovtsev@inflectra.com)browserstack selenium cross-browser androidHow to run cross-browser tests on BrowserStack BrowserStack enables testing of your website for cross browser compatibility on real browsers. Instant access to multiple desktop and mobile browsers. Learn how to configure Selenium profiles in Rapise to enable connection to BrowserStack services. Requires Rapise 5.3+ Tue, 30 Jan 2018 11:34:46 -05002023-02-22T14:09:42-05:00/Support/KnowledgeBase/KB322.aspxKB320Alex G (alexey.grinevich@inflectra.com)Rapise RVL Loops Data GenerationUsing RVL Loop to generate sequence of file names 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. Fri, 26 Jan 2018 12:49:23 -05002018-01-26T12:49:51-05:00/Support/KnowledgeBase/KB320.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.aspxKB317Alex G (alexey.grinevich@inflectra.com)Read external Excel spreadsheet in RVL Attaching to external .XLS spreadsheet in RVL may be easily done in RVL by use of Range type of the Map . Thu, 18 Jan 2018 11:04:55 -05002018-09-03T06:22:16-04:00/Support/KnowledgeBase/KB317.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.aspxKB313Max K (denis.markovtsev@inflectra.com)Salesforce VisualforceTesting Visualforce components in Salesforce Visualforce is the component-based user interface framework for the Force.com platform. Visualforce components can be tested with Rapise just like default Salesforce interface. Wed, 10 Jan 2018 14:05:30 -05002019-02-05T12:43:25-05:00/Support/KnowledgeBase/KB313.aspxKB312Alex G (alexey.grinevich@inflectra.com)rvl react dom attributesAccessing DOM elements by Attributes in RVL It is possible to access such objects form RVL using one of the methods shown in this article. Mon, 08 Jan 2018 12:40:15 -05002023-08-18T10:33:01-04:00/Support/KnowledgeBase/KB312.aspxKB310Alex G (alexey.grinevich@inflectra.com)webspywebspyCustom Attributes for XPath Generation in the Rapise Web Spy Sometimes web applications use custom DOM attributes for internal purposes. XPath locators containing those attributes are sometimes more stable and resilient. Rapise contains features intended to simplify utilization of such attributes. Tue, 12 Dec 2017 20:27:57 -05002023-08-18T10:11:11-04:00/Support/KnowledgeBase/KB310.aspxKB308Alex G (alexey.grinevich@inflectra.com)How to include file with common function in test Sometimes it is useful to have common functionality and variables in a separate JavaScript source file. This topic explains the steps to do it. Wed, 29 Nov 2017 14:47:11 -05002023-08-18T09:12:10-04:00/Support/KnowledgeBase/KB308.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.aspxKB305Max K (denis.markovtsev@inflectra.com)cmdcommand lineshellHow to run a program as a different user Sometimes a test needs to run a process as a different user (not the logged in user executing Rapise). It is not possible to use runas command for this purpose because it forces a user to type a password manually. From this short article you will learn how to reach the goal. Thu, 09 Nov 2017 10:45:43 -05002017-11-09T11:41:46-05:00/Support/KnowledgeBase/KB305.aspxKB304Alex G (alexey.grinevich@inflectra.com)Using Global.DoEncrypt and Global.DoDecrypt to Hide Passwords Sometimes passwords need to stay secure. Here are simple steps on how to hide some information in Rapise. Here we will demonstrate usage of Global.DoDecrypt and Global.DoEncrypt available since Rapise 5.4. Wed, 08 Nov 2017 11:29:27 -05002023-08-18T08:54:44-04:00/Support/KnowledgeBase/KB304.aspxKB303Max K (denis.markovtsev@inflectra.com)cmdcommand lineshellHow to run CMD shell commands In some cases a test needs to run a Windows shell command (e.g. dir, ipconfig, gpresult) and capture/parse output. Learn how to do this in Rapise from this short article. Tue, 07 Nov 2017 11:21:28 -05002017-11-07T11:21:28-05:00/Support/KnowledgeBase/KB303.aspxKB302Alex G (alexey.grinevich@inflectra.com)imagefinder image recognition automated testingAbout Rapise ImageFinder Sometimes the goal is to find specific image on the screen. It may be special symbol, map pointer or an icon. This topic contains ImageFinder and sample test demonstrating its capabilities. Wed, 01 Nov 2017 09:53:50 -04002020-02-24T08:59:24-05:00/Support/KnowledgeBase/KB302.aspxKB301Max K (denis.markovtsev@inflectra.com)timeout delay sleepWays to slow down test execution There are several types of delays one can use to slow down test execution. Implicit Explicit fixed Explicit with timeout Thu, 19 Oct 2017 17:25:43 -04002018-09-04T11:54:47-04:00/Support/KnowledgeBase/KB301.aspxKB300Alex G (alexey.grinevich@inflectra.com)jenkins rapise continuous integration build servers devopsRunning Rapise GUI Tests with Jenkins Recommended approach is to use SpiraTest and RapiseLauncher designed for this task. In some cases it is not an option and we need to execute a test directly. Mon, 09 Oct 2017 10:31:17 -04002022-05-25T11:16:21-04:00/Support/KnowledgeBase/KB300.aspxKB299Alex G (alexey.grinevich@inflectra.com)Installing Rapise on PC without Internet Access In general Rapise installs on disconnected PC without problems. However, if PC contains old version of windows without most recent root certificates then installer may fail due to inability to check application authenticode certificate. This topic explains a workaround. Thu, 05 Oct 2017 16:12:09 -04002017-10-05T16:14:45-04:00/Support/KnowledgeBase/KB299.aspxKB294Alex G (alexey.grinevich@inflectra.com)How to Measure Operation Performance in Rapise Sometimes we need to track the time taken by an operation. This KB contains suggested approach for Rapise and working sample. Tue, 19 Sep 2017 10:42:05 -04002017-09-19T14:34:07-04:00/Support/KnowledgeBase/KB294.aspxKB293Max K (denis.markovtsev@inflectra.com)spirateam git rapiselauncher vsts visual studio obsoleteHow to store Rapise tests in Git and run them with SpiraTeam In some cases it is convenient to store tests in the same Git repository where source code of an application under test is located. For example, if you are using Visual Studio Team Services. From this article you will learn how to execute Rapise tests stored in a Git repository with SpiraTeam and leverage the power of SpiraTeam reporting and analysis features. This article is obsolete. There is much simpler approach with use of RapiseLauncher Extension for Azure DevOps . Tue, 19 Sep 2017 06:07:09 -04002023-08-15T12:56:08-04:00/Support/KnowledgeBase/KB293.aspxKB292Max K (denis.markovtsev@inflectra.com)dynamics navDynamics NAV Support in Rapise In this guide we describe how to master tests for Dynamics NAV application using Rapise. Rapise provides a complete automated testing solution that can handle all of your technologies in one environment. With support for web, mobile and desktop applications and a wide variety of third-party component libraries. Microsoft Dynamics NAV is an enterprise resource planning (ERP) software suite for midsize organizations. The system offers specialized functionality for manufacturing, distribution, government, retail, and other industries. Fri, 15 Sep 2017 08:44:30 -04002018-08-01T17:03:45-04:00/Support/KnowledgeBase/KB292.aspxKB291Alex G (alexey.grinevich@inflectra.com)screenshots rapiseHow to Enable/Disable screenshots during script execution Sometimes we need to disable screenshots for a while (during some long loop) or when doing some specific operations. Here we show how to do it. Fri, 15 Sep 2017 06:56:32 -04002017-11-15T17:57:38-05:00/Support/KnowledgeBase/KB291.aspxKB290Alex G (alexey.grinevich@inflectra.com)framework spira obsoleteHow to create Spira-friendly Test Set with shared functions and files The notion of the integrated test framework usually implies common functions and shared data between tests. Here we provide sample configuration making sharing Spira-friendly. This article is obsolete. If you are on Rapise 8.0+ then we recommend to follow the new Framework Mode methodology and start with the Benefits of using the new Framework mode KB article. Thu, 14 Sep 2017 09:48:04 -04002023-08-15T12:45:42-04:00/Support/KnowledgeBase/KB290.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.aspxKB288Alex G (alexey.grinevich@inflectra.com)Search by Name, Text, XPath or Attribute on the Web Page It is common task to search for an element by its text. In some cases it is the fastest way to find one. This approach works in web browsers and selenium targets. Tue, 12 Sep 2017 18:28:08 -04002023-08-15T12:00:45-04:00/Support/KnowledgeBase/KB288.aspxKB285Alex G (alexey.grinevich@inflectra.com)Using bytext and byname Locators in WinForms byname and bytext is an universal feature common for Web, UI Automation and WinForms (Managed) targets. Here we consider WinForms (.NET) desktop applications. Tue, 12 Sep 2017 07:24:29 -04002023-08-15T11:46:03-04:00/Support/KnowledgeBase/KB285.aspxKB284Max K (denis.markovtsev@inflectra.com)model-based testing shift-leftModel-Based UI Testing Model-based testing is widely used for a long time for testing software systems. Typical application fields include telecommunication protocols, embedded software, server software, automotive and reactive systems. What about model-based testing of desktop, web and mobile GUI applications? Fri, 08 Sep 2017 15:20:39 -04002017-09-08T15:23:51-04:00/Support/KnowledgeBase/KB284.aspxKB283Alex G (alexey.grinevich@inflectra.com)Using bytext and byname locators in UI Automation byname and bytext simplify finding objects by text or by name. Fri, 08 Sep 2017 12:26:45 -04002023-08-15T10:16:16-04:00/Support/KnowledgeBase/KB283.aspxKB282Max K (denis.markovtsev@inflectra.com)xpath webElastic XPATH Expressions When working on UI test automation for a web application a test engineer has to deal with XPATH expressions. They are used to locate UI elements during test execution. It is very important to use such XPATH expressions that do not break when developers update the application. Good XPATH expressions which still find required elements after UI modification can be referred to as resilient or elastic. In this article well consider several examples of elastic XPATH expressions. Thu, 31 Aug 2017 11:34:45 -04002023-11-02T13:56:01-04:00/Support/KnowledgeBase/KB282.aspxKB281Max K (denis.markovtsev@inflectra.com)code complete editorHow to get the most out of code complete feature in Rapise Writing JavaScript code in Rapise is fun and easy. It has full featured editor with folding, syntax highlighting and code complete. From this article you will learn how to enhance Rapise code complete with support for external types. Mon, 28 Aug 2017 15:55:33 -04002017-08-28T15:55:33-04:00/Support/KnowledgeBase/KB281.aspxKB280Max K (denis.markovtsev@inflectra.com)appium selenium mobile cross-browser ios androidHow to specify Selenium or Appium capabilities which are not available through Rapise UI? From this article you will learn how to pass additional parameters to Selenium or Appium target, even if they can not be specified in a profile. This recipe can be also used to override parameters of a profile right from a test code. Requires Rapise 5.3+ Tue, 22 Aug 2017 15:31:44 -04002019-09-25T12:31:19-04:00/Support/KnowledgeBase/KB280.aspxKB279Max K (denis.markovtsev@inflectra.com)appium selenium mobile cross-browser ios androidHow to run cross-browser and mobile tests on Sauce Labs? Sauce Labs allows users to run tests in the cloud on different combinations of browser and OS versions as well as mobile devices and emulators. Learn how to configure Selenium and Mobile profiles in Rapise to enable connection to Sauce Labs services. Requires Rapise 5.3+ Tue, 22 Aug 2017 15:06:30 -04002023-08-15T09:23:58-04:00/Support/KnowledgeBase/KB279.aspxKB278Max K (denis.markovtsev@inflectra.com)mobile cross browser selenium appium android iosHow to run a cross-browser test on a mobile device? Lets assume you have a cross-browser test which was created on desktop and can be successfully executed on any desktop browser (Chrome, Firefox, Internet Explorer, Safari). You want to execute this test on your mobile devices or emulators. Learn how from this article. Requires Rapise 5.3+ Tue, 22 Aug 2017 14:19:39 -04002017-08-22T16:42:38-04:00/Support/KnowledgeBase/KB278.aspxKB277Max K (denis.markovtsev@inflectra.com)dynamics crm dynamics 365Tips & Tricks for Rapise and Dynamics 365 for Sales Essential information to get started with testing Dynamics 365 for Sales. Thu, 17 Aug 2017 11:51:38 -04002023-08-15T09:09:46-04:00/Support/KnowledgeBase/KB277.aspxKB276Max K (denis.markovtsev@inflectra.com)appium android chromeHow to upgrade Chrome browser on Android emulator Appium requires certain version of Chrome to work with. Even Android 7.0 is shipped with Chrome 51 and this is too old version. From this article you will learn how to upgrade Chrome on your Android emulator. Mon, 14 Aug 2017 14:15:15 -04002017-08-14T14:15:15-04:00/Support/KnowledgeBase/KB276.aspxKB275Alex G (alexey.grinevich@inflectra.com)Rapise JSONJSON in Rapise This topic describes how to read and write JSON data in Rapise. Fri, 11 Aug 2017 07:18:25 -04002023-08-15T08:53:05-04:00/Support/KnowledgeBase/KB275.aspxKB274David J (support1@inflectra.com)rapise mobile appium kobiton device farm cloud ios androidUsing Rapise Mobile with a Cloud Device Farm Rapise connects to mobile devices (iOS and Android) using the standard Appium mobile device testing API (similar to Selenium WebDriver for web browsers). This articles describes how you can use Rapise to connect to a mobile device farm using the Appium mobile device profiles inside Rapise. We use Kobiton as an example. Thu, 10 Aug 2017 21:02:50 -04002020-12-14T07:33:26-05:00/Support/KnowledgeBase/KB274.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.aspxKB271Max K (denis.markovtsev@inflectra.com)chromeheadlessHeadless Chrome Testing Headless Chrome on Windows is introduced in version 60 . Learn how to configure Rapise to run cross-browser tests using non-GUI mode of Chrome. Wed, 02 Aug 2017 12:05:38 -04002021-12-16T11:27:37-05:00/Support/KnowledgeBase/KB271.aspxKB270Alex G (alexey.grinevich@inflectra.com)Using Object ID as RVL ParamValue 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. Wed, 02 Aug 2017 10:04:13 -04002023-08-15T08:40:04-04:00/Support/KnowledgeBase/KB270.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.aspxKB268Max K (denis.markovtsev@inflectra.com)chrome drag and drop draggingHow to automate Drag and Drop from Windows Explorer into Google Drive Modern technologies allow to drag&drop files into a browser window to upload them to a server. Such a feature works for example in Chrome browser in Google Drive and Photo applications. In this howto post well show how to automate drag&drop of files from Windows Explorer to Google Drive opened in Chrome. Wed, 26 Jul 2017 12:51:26 -04002021-10-13T01:27:35-04:00/Support/KnowledgeBase/KB268.aspxKB266Max K (denis.markovtsev@inflectra.com)elasticsearchintegrationrestHow to integrate Rapise and Elasticsearch Rapise is a test automation platform for desktop, web and mobile applications. It is designed for building automated and manual end-to-end UI tests and fits any TestOps infrastructure. Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data so you can discover the expected and uncover the unexpected. From this article you will learn how to integrate Rapise and Elasticsearch together. Fri, 21 Jul 2017 12:09:25 -04002017-07-21T12:14:35-04:00/Support/KnowledgeBase/KB266.aspxKB264Max K (denis.markovtsev@inflectra.com)bddjasmineintegrationHow to integrate Rapise with Jasmine BDD Framework Jasmine is a behavior-driven development framework. If you want to test UI with Rapise in a behavior-driven way learn how to tie Rapise and Jasmine together. Fri, 14 Jul 2017 13:48:06 -04002017-07-14T13:50:18-04:00/Support/KnowledgeBase/KB264.aspxKB263Max K (denis.markovtsev@inflectra.com)64-bitieHow to fix IE 11 recording/playback on Windows 64-bit Symptoms: When new recording is started Rapise always opens new IE window Spy does not show DOM tree During playback no object is found Thu, 13 Jul 2017 15:37:31 -04002017-07-13T15:37:31-04:00/Support/KnowledgeBase/KB263.aspxKB262Max K (denis.markovtsev@inflectra.com)debuggingchromevscodeDebugging Rapise DOM libraries in Chrome using VS Code Rapise can be extended with DOM libraries to add support for custom UI controls used in modern web applications. Many of such applications work in Chrome browser. So there may be a need to debug Rapise code embedded into Chrome via Rapise Extension for Chrome. Most powerful and easy way to do this is to add VS Code into the equation. From this article you will learn how to tie Rapise, Chrome and VS Code together. Tue, 11 Jul 2017 09:45:38 -04002017-07-11T09:46:53-04:00/Support/KnowledgeBase/KB262.aspxKB260Alex G (alexey.grinevich@inflectra.com)Handling Auth prompt in Rapise Some web site show Auth prompt when entering some area. The prompt is rendered differently by different browser. Here we show how to bypass the prompt in automation scripts. Tue, 04 Jul 2017 07:46:07 -04002023-08-15T08:13:15-04:00/Support/KnowledgeBase/KB260.aspxKB259Max K (denis.markovtsev@inflectra.com)rapisejavapopupcustomHow I added support for JPopupMenu automation in 1-hour Example of adding support for Java UI control in Rapise. Wed, 07 Jun 2017 17:29:49 -04002017-06-07T17:45:07-04:00/Support/KnowledgeBase/KB259.aspxKB257David J (support1@inflectra.com)rapise rvl visual language scriptlessUsing Rapise Visual Language (RVL) 5.1 with Multiple Sheets 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? Fri, 02 Jun 2017 15:37:30 -04002023-08-15T07:53:09-04:00/Support/KnowledgeBase/KB257.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.aspxKB248David J (support1@inflectra.com)automated testingRapise Recording/Playback Throw Error Due to ANSICON application conflict A customer of ours was using Rapise on a computer that was also running the ANSICON application. This changed some of the settings in the Windows registry that affected the Windows command-line parser. This article explains how to clean up the command-line to allow both applications to work correctly together. Thu, 30 Mar 2017 16:01:17 -04002023-08-15T07:16:04-04:00/Support/KnowledgeBase/KB248.aspxKB247Alex G (alexey.grinevich@inflectra.com)Formatting dates in JavaScript This is a short sample demonstrating how one can format a date. Mon, 27 Mar 2017 08:31:46 -04002023-08-15T07:04:45-04:00/Support/KnowledgeBase/KB247.aspxKB243David J (support1@inflectra.com)rapise rest web services headersChanging REST Headers When Web Service Testing When performing web service testing using Rapise you may need to change the HTTP headers being sent with the request. This article provides suggestions on the different ways of doing this. Thu, 02 Mar 2017 17:10:07 -05002023-08-15T10:57:52-04:00/Support/KnowledgeBase/KB243.aspxKB242Max K (denis.markovtsev@inflectra.com)rapisejavascriptHow to execute a JavaScript function when its name as a string Sometimes it is convenient to store function names in strings and use those strings to call actual functions. The article describes two ways of how you can do this in Rapise. Thu, 02 Mar 2017 09:40:00 -05002017-03-02T09:57:30-05:00/Support/KnowledgeBase/KB242.aspxKB235Alex G (alexey.grinevich@inflectra.com)Magic Tricks of the Triple Click This article shows how to select paragraph of text using various types of mouse activities. Also it demonstrates use of clipboard Global.DoTrim function. Working example is attached. Thu, 09 Feb 2017 05:00:00 -05002023-08-15T09:56:20-04:00/Support/KnowledgeBase/KB235.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.aspxKB232David J (support1@inflectra.com)web testing tips rapise automated testingRapise Tip - How to Handle a Webpage that Displays an Alert when You Navigate Away One of our users had a webpage with a form. When it was submitted partially filled, the page came back (after being processed on the backend) with some errors about incomplete form. If the user tried to navigate away from this page via a link (or close the page/browser tab) he was prompted with browsers standard Are you sure you want to leave this page? dialog. He needed a way for Rapise to handle this popup when recording and playing back the web test. Wed, 18 Jan 2017 05:00:00 -05002023-08-15T10:30:10-04:00/Support/KnowledgeBase/KB232.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.aspxKB230David J (support1@inflectra.com)ie automated testing web testingUnusual case where Rapise Cannot Click on Hyperlinks in IEWe have found an occasional situation where Rapise is not able to click on hyperlinks ( tags) when you playback a test on IE. The same test works fine on other computers and on other browsers on the same computer. Tue, 10 Jan 2017 21:22:04 -05002017-01-10T21:22:04-05:00/Support/KnowledgeBase/KB230.aspxKB228David J (support1@inflectra.com)ie html zero size xpathWeb Object Not Found in IE when Object has 0px Size We had a customer with a problem related to having elements with complex display styles applied inside an HTML anchor tag . The anchor tag was reporting back as having zero size (0px) in IE, so when Rapise tried to locate it to click on it, the browser was not able to find it. Mon, 19 Dec 2016 05:00:00 -05002023-08-15T10:38:06-04:00/Support/KnowledgeBase/KB228.aspxKB227David J (support1@inflectra.com)batch file rapiseExecuting a Windows .BAT Batch File from Rapise Sometimes you need to run a Windows batch file (.BAT) from Rapise. Unlike an executable, you cannot simply use Global.DoLaunch() to execute it since its not actually an application. This article provides the code you need to use. Tue, 15 Nov 2016 15:14:03 -05002023-08-15T10:40:48-04:00/Support/KnowledgeBase/KB227.aspxKB224David J (support1@inflectra.com)web testing popups IE Internet ExplorerTesting Popup Windows using Internet Explorer When you are testing a web application that has popup windows (where the popup is a whole new browser window) you will need to make a slight change to the test script to enable it to playback successfully in Internet Explorer (no change is needed for Chrome or Firefox). Thu, 27 Oct 2016 04:00:00 -04002023-08-15T10:42:12-04:00/Support/KnowledgeBase/KB224.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.aspxKB218David J (support1@inflectra.com)obsoleteandroid adobe air flex mobileTesting Adobe AIR Applications on Mobile Devices We have had a couple of questions about whether Rapise can test Adobe AIR based applications running on mobile devices using platforms such as Android. This article provides some background and also describes the support Rapise has. [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] Fri, 02 Sep 2016 04:00:00 -04002023-08-15T12:24:23-04:00/Support/KnowledgeBase/KB218.aspxKB219David J (support1@inflectra.com)obsoletecross frames web testing security domWhat to do When Rapise Doesn't Display the Web Page DOM? Sometimes when testing certain web applications instead of the browser DOM tree appearing you will see strange results such as Node0 appearing. This is caused by the application using nested frames with potentially different security origins. This article describes some of the common issues and describes the solution. Fri, 02 Sep 2016 04:00:00 -04002023-08-15T12:27:38-04:00/Support/KnowledgeBase/KB219.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.aspxKB216David J (support1@inflectra.com)web testing multiple tabs chrome tabsTesting Multiple Web Browser Tabs at Once in Chrome Sometimes you have a web test where you need to test the contents of two browser tabs at the same time in Google Chrome. For example you may have an application which opens up a second browser tab and you want to test that changes in the second tab show up correctly in the first tab. This article describes how to perform this kind of testing. Fri, 26 Aug 2016 04:00:00 -04002023-08-11T13:38:43-04:00/Support/KnowledgeBase/KB216.aspxKB215David J (support1@inflectra.com)appium selenium mobile testingFixing the 'Method Not Found' error when using Appium for Mobile Testing in Rapise If you receive the following error message when performing Mobile device testing with Rapise, this article provides the necessary solution: Method not found: OpenQA.Selenium.RemoteCommandInfoRepository OpenQA.Selenium.RemoteCommandInfoRepository.get_Instance(). Note: related to Appium DLL version 1.3.0.1 and Selenium WebDriver v2.48.0. Fri, 19 Aug 2016 04:00:00 -04002023-08-11T13:32:48-04:00/Support/KnowledgeBase/KB215.aspxKB209David J (support1@inflectra.com)svg vector graphics draggingTesting Web Applications that use SVG One of the more challenging types of web application is that with uses of embedded SVG (Scalable Vector Graphics) in additional to HTML DOM elements. This article describes how to use Rapise to write automated testing scripts for such applications. Thu, 09 Jun 2016 04:00:00 -04002023-08-14T16:34:54-04:00/Support/KnowledgeBase/KB209.aspxKB205David J (support1@inflectra.com)chrome x64Rapise 3.x / 4.0 Does not Connect to Chrome x64 Bit When you try and connect to the 64-bit version of the Google Chrome web browser using Rapise 4.0 (or earlier) you may get the error Connection to Chrome Failed! . This issue has been fixed in the Rapise 4.1 release, but for those customers using Rapise 4.0 or earlier, this article provides two solutions. Wed, 06 Apr 2016 04:00:00 -04002019-02-05T12:46:47-05:00/Support/KnowledgeBase/KB205.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.aspxKB194Kat A (support2@inflectra.com)Chrome disable-web-security cross frameWhen recording with Chrome, Rapise does not record actions within frames When creating web tests with Chrome, objects within cross-frames are not recognized by the Rapise Web Spy and recorder. This article gives a solution. Tue, 01 Mar 2016 05:00:00 -05002023-08-10T13:46:46-04:00/Support/KnowledgeBase/KB194.aspxKB193Kat A (support2@inflectra.com)frames iframes framesetUsing Rapise to test websites that contain frames If the website under test contains frames, that presents some challenges to test automation. This article gives tips for success and explains the current limitations. This article is obsolete. Please use Selenium-based profiles for Web testing. Read about Rapise XPath extensions here . Mon, 29 Feb 2016 05:00:00 -05002023-08-10T12:36:29-04:00/Support/KnowledgeBase/KB193.aspxKB192David J (support1@inflectra.com)xpath web testing ariaDifferent XPath Options in Rapise 4.0 When testing complex data-driven web applications using Rapise, it is helpful to understand the different ways that Rapise can automatically learn the objects. Rapise can learn an object using either XPATH or CSS. In the case of XPATH there are several strategies that Rapise can use to make the testing more robust. This article describes these strategies and provides some suggestions about which one is the best to use for different scenarios. Fri, 26 Feb 2016 05:00:00 -05002023-08-10T12:16:36-04:00/Support/KnowledgeBase/KB192.aspxKB191David J (support1@inflectra.com)webspy dom web testing attributes htmlWebSpy Attribute Filtering The v4.0 release of Rapise adds enhanced attribute filtering to the Web Spy as well as different options for creating XPath queries automatically. This article explains why you would want to use these features and how they can make the testing of complex data-driven web applications much easier. Thu, 25 Feb 2016 05:00:00 -05002023-08-10T12:03:24-04:00/Support/KnowledgeBase/KB191.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.aspxKB187David J (support1@inflectra.com)navigator check object exists synchronizationUsing CheckObjectExists(xpathOrObjId) to See if Web Object Exists on Page This articles describes how you can use the Navigator.CheckObjectExists (...) action to see if an element exists on a web page and how it differs from the Global.DoWaitFor / DoWaitForProperty actions that are described in another article . Wed, 06 Jan 2016 05:00:00 -05002019-09-25T04:33:37-04:00/Support/KnowledgeBase/KB187.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.aspxKB182David J (support1@inflectra.com)automation rich text tinymce How to automate the testing of TinyMCE Rich Text Boxes using Rapise DEPRECATED Method described in this article does not work any more because browser security has changed since 2015. Now it is not possible to directly access client side JavaScript model. We have a new article that explains how to automate TinyMCE https://www.inflectra.com/Support/KnowledgeBase/KB541.aspx When you have a rich text box in a web application, the process for recording a test and playing it back will be different to a standard HTML plain text box. When you are using the popular TinyMCE rich text box you have more options to automate it by using its special client-side JavaScript API. Tue, 15 Dec 2015 05:00:00 -05002020-05-21T16:13:29-04:00/Support/KnowledgeBase/KB182.aspxKB181David J (support1@inflectra.com)rest web services api testingDynamically constructing the .rest file URLs to test REST APIs Sometimes when using Rapise to test REST web services, you want to be able to dynamically change the base URL of the web service yet still use the same URL template and method information. This article describes a process for achieving this. Wed, 09 Dec 2015 19:17:53 -05002023-08-10T10:51:51-04:00/Support/KnowledgeBase/KB181.aspxKB177David J (support1@inflectra.com)web testing browser testing cross browser testingWeb testing - Dynamically Switching the Browser in the Same Test Sometimes you have a test that you want to run on Chrome, Firefox, and IE in the same script. Normally you write a browser-agnostic test and then have SpiraTest simply call Rapise with different browser names as a parameter and then you have the same test executed multiple times. However suppose you want to have a single test that by itself can run on all the necessary browsers. This article addresses this case. Mon, 23 Nov 2015 05:00:00 -05002023-08-10T10:36:12-04:00/Support/KnowledgeBase/KB177.aspxKB176David J (support1@inflectra.com)browser performance web testingMeasuring browser performance with Rapise How do you get the exact time that Rapise takes to load a page? Now, the reports summary shows the overall execution time but if you have pause times between steps then these times are added to the total time of that a page took to display. Customers have asked if Rapise has some kind of function that will allow them to see only the transaction time between pages without the pause times. Does Rapise have something like that? This article provides a solution to these cases. Thu, 19 Nov 2015 21:22:43 -05002023-08-10T10:24:49-04:00/Support/KnowledgeBase/KB176.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.aspxKB172David J (support1@inflectra.com)xpath css learningDynamically changing object locators for Web applications Sometimes you want to dynamically change the XPATH or CSS used in a specific object from within the test script itself. This article explains the process for doing this. Thu, 24 Sep 2015 04:00:00 -04002023-08-10T09:58:03-04:00/Support/KnowledgeBase/KB172.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.aspxKB166Kat A (support2@inflectra.com)Rapise web site testing multi select list HTML select multipleUsing Rapise 3.1 to test a web page with a multi-select list When you have a multi-select list in a web application, you may need to check which items are selected, or to check whether or not a particular item is selected. This article illustrates how to do that. Fri, 17 Jul 2015 04:00:00 -04002023-08-10T09:45:59-04:00/Support/KnowledgeBase/KB166.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.aspxKB163David J (support1@inflectra.com)style dom web testing computer dynamicAccessing the Computed Style Properties of an HTML DOM Object A common question from our users is, is there a way to get objects style properties that are in effect at a certain point in time. (for example, it could have been inherited from higher level of hierarchy, or modified via JavaScript running on the page)? This article describes how to do this. Mon, 06 Jul 2015 00:23:01 -04002023-08-10T09:24:21-04:00/Support/KnowledgeBase/KB163.aspxKB161David J (support1@inflectra.com)ie trusted sites security playback click modeCertain Hyperlinks won't click during playback with Internet Explorer (IE) Sometimes when you record a test script using IE and then play it back, some of the clicks on hyperlinks will not playback correctly. Rapise will list them as Passed, but the click wont actually be performed. Fri, 19 Jun 2015 04:00:00 -04002023-08-10T09:19:52-04:00/Support/KnowledgeBase/KB161.aspxKB160David J (support1@inflectra.com)firefox updates web testingRapise cannot connect to Firefox immediately after Firefox updates If you try and connect to Firefox with Rapise immediately after Firefox has updated, you may see the following error message: Microsoft JScript runtime error: 'Navigator.GetBrowserHWND()' is null or not an object Wed, 17 Jun 2015 04:00:00 -04002015-12-16T20:04:34-05:00/Support/KnowledgeBase/KB160.aspxKB159David J (support1@inflectra.com)dbnull document foldersFixing 'Unable to cast object of type 'System.DBNull' to type 'System.String'' errors in Spira v4.x Sometimes when you are saving Rapise test scripts into some early versions of Spira v4.2.x.x (e.g. Spira v4.2.0.1 - v4.2.0.5) you can start getting these errors on the Test Case details page. You may also get the error for other reasons in earlier versions of Spira v4.x. Mon, 15 Jun 2015 04:00:00 -04002023-10-24T09:49:20-04:00/Support/KnowledgeBase/KB159.aspxKB158David J (support1@inflectra.com)rest api spiraAccessing the Spira v4.2 REST API to get test cases in a release This article describes the process and provides an example for accessing the Spira v4.2 REST API to get a filtered list of test cases in a release. Wed, 10 Jun 2015 04:00:00 -04002023-08-10T09:08:52-04:00/Support/KnowledgeBase/KB158.aspxKB146David J (support1@inflectra.com)common objects common functions rest web servicesHow to Use Sub-Tests and Common Objects with REST Web Service Tests It is often useful to have a common set of code libraries and objects that can be reused amongst multiple tests. With Rapise this can be done by creating a common test and then including it into the other actual tests. However due to the way REST web service tests are stored, there are some slight changes needed to handle REST services. This articles describes the process. Note: if you have Rapise 8.0+ there is a simpler way, just create a module for REST service calls . Mon, 18 May 2015 04:00:00 -04002023-08-08T16:31:00-04:00/Support/KnowledgeBase/KB146.aspxKB143David J (support1@inflectra.com)network share folder rapiseRapise Won't Record Steps or Display Reports If you are running Rapise and you suddenly start to find that none of your recordings get saved and the reports are not displaying during execution it may be due to the fact that you have saved your Rapise test folder onto a Network Share.Wed, 06 May 2015 14:19:50 -04002015-05-06T14:19:50-04:00/Support/KnowledgeBase/KB143.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.aspxKB141David J (support1@inflectra.com)silverlight uiautomationTesting Silverlight Applications When testing Silverlight applications, you may find that Rapise fails to recognize the objects in the Silverlight app using the UIAutomation library. When using the Rapise Spy Tool, the whole app is identified as a single window. The objects such as a dropdown, buttons etc. inside the silverlight app are not individually recognized. Tue, 07 Apr 2015 04:35:48 -04002023-08-08T15:20:14-04:00/Support/KnowledgeBase/KB141.aspxKB544David J (support1@inflectra.com)rapise rapise cloud cloud ami awsHow to Use Rapise Cloud on AWS With our Rapise cloud edition, you can take your automated software testing to the cloud. With Rapise cloud edition you can start testing immediately, no hardware or test lab needed, just sign up for Amazon Web Services (AWS) and rent our Rapise cloud AMIs on-demand, with no minimum usage and no annoying monthly or annual fees, just pay for what you use. Wed, 11 Mar 2015 00:00:00 -04002019-11-02T00:00:00-04:00/Support/KnowledgeBase/KB544.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.aspxKB138David J (support1@inflectra.com)recording actions user activityMy 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 (often several lower-level user actions are combined) Rapise uses a heuristics to distinguish meaningful activity from low level actions. In some cases this leads to a result that some user activity is not automatically recorded (for example, a mouse click before entering text in a box). There is a broad range of available UI platforms and libraries. The variety of graphical widgets makes user interface robust and beautiful. Rapise tries to recognize as much objects as possible. However this range is growing and there are always widgets that are not being recorded. Sat, 21 Feb 2015 22:44:58 -05002023-08-07T15:20:45-04:00/Support/KnowledgeBase/KB138.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.aspxKB136David J (support1@inflectra.com)global functions including sub testsHow are Global Functions stored and recalled? Q: We need to call many common functions from a common library frequently. Fri, 20 Feb 2015 21:32:52 -05002023-08-07T14:50:30-04:00/Support/KnowledgeBase/KB136.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.aspxKB133David J (support1@inflectra.com)recording librariesThe Recorder asks for a Library. Which should I choose? In most cases Auto is the best choice. Manual selection of libraries may be needed in more advanced scenarios and is intended for experienced users. Fri, 20 Feb 2015 21:18:54 -05002023-08-07T13:50:50-04:00/Support/KnowledgeBase/KB133.aspxKB132David J (support1@inflectra.com)uac windows user access controlDoes Rapise work with Windows UAC? If you are using Rapise on Windows Vista or Windows 7 it is not necessary to disable the Windows User Account Control (UAC) to use Rapise. Unlike some other automated testing tools on market, you can use Rapise with UAC enabled. Fri, 20 Feb 2015 21:16:46 -05002015-02-20T21:16:46-05:00/Support/KnowledgeBase/KB132.aspxKB131Jim R (donotreply5@kronodesk.net)rdp vm remote desktop virtual machine terminal servicesExecuting Under a VM or Remote Desktop Sometimes you need to test an application running on a VM or remote computer using Remote Desktop (RDP) rather than a physical terminal. This guide explains how to ensure that Rapise is able to correctly fire events on the application under test. Fri, 20 Feb 2015 19:58:39 -05002023-08-04T14:06:15-04:00/Support/KnowledgeBase/KB131.aspxKB130Jim R (donotreply5@kronodesk.net)waiting sleep wait for object wait for propertyWaiting Until Application Ready Sometimes you need to synchronize the test script so that it waits for a specific application event (change for status message or wait for some specific value). This guide explains how to ensure that Rapise waits for the appropriate condition. Fri, 20 Feb 2015 19:57:46 -05002019-09-18T06:30:02-04:00/Support/KnowledgeBase/KB130.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.aspxKB123Jim R (donotreply5@kronodesk.net)flash highlighting rectanglesAbout Highlighting (Flash Command) Rectangles Rapise has a choice of visual effects it can use when highlighting a control being learned during the recording process. This guide describes the different modes. Fri, 20 Feb 2015 19:46:16 -05002023-08-10T08:48:56-04:00/Support/KnowledgeBase/KB123.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.aspxKB120Jim R (donotreply5@kronodesk.net)screenshots playback screen captureCapture Screenshots During Playback When playing back a test it is useful to be able to capture the screen as its current state so that the cause of any test failures can be more easily deduced. Fri, 20 Feb 2015 19:42:44 -05002023-08-10T08:38:30-04:00/Support/KnowledgeBase/KB120.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.aspxKB115Jim R (donotreply5@kronodesk.net)web menu dynamic sites recordingRecording Web Menus Many web sites have dynamic site menus. This guide outlines the best practices for recording events associated with such dynamic site menus. Fri, 20 Feb 2015 19:25:27 -05002023-05-03T06:46:44-04:00/Support/KnowledgeBase/KB115.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.aspxKB112David J (support1@inflectra.com)test logic reuse scenarios sharing obsoleteRe-Using Test Logic [obsolete] It is common for test scenarios to share similar pieces of functionality. A good example of such sharing is login logic. This guide outlines ways in which you can share such logic to avoid having repeated code in your tests. This article is obsolete. To find out about re-using test parts, modules and page objects please refer to Rapise 8.0: how to use Page Objects/Modules . Fri, 20 Feb 2015 05:00:00 -05002024-03-18T00:02:50-04:00/Support/KnowledgeBase/KB112.aspxKB116Jim R (donotreply5@kronodesk.net)xpath dom browser automationWorking with HTML XPath When testing web applications you will often need to use XPath to query the browser DOM for elements based on the scenario under test. This guide explains how you can use XPath queries with Rapise to make your browser testing more flexible and adaptive to changes on the screen. Fri, 20 Feb 2015 05:00:00 -05002023-08-07T13:04:19-04:00/Support/KnowledgeBase/KB116.aspxKB117Jim R (donotreply5@kronodesk.net)web testing tables dynamic html obsoleteWorking with HTML Tables containing Dynamic Data Many web sites use HTML tables to display lists of tabular data. When testing such applications you will often need to dynamically search for items in the table to verify that the application under test performed correctly. This guide outlines best practices for accessing data held in HTML tables. This article is obsolete. For dealing with dynamic table data please refer to How to define and use a dynamic Web locator article. Fri, 20 Feb 2015 05:00:00 -05002023-10-30T21:52:28-04:00/Support/KnowledgeBase/KB117.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.aspxKB127Jim R (donotreply5@kronodesk.net)test parameters automationPassing Test Parameters There are many different ways of passing test parameters to Rapise from an external system. This guide describes the different ways of passing parameter values to Rapise. Fri, 20 Feb 2015 05:00:00 -05002023-08-04T14:13:18-04:00/Support/KnowledgeBase/KB127.aspxKB128Jim R (donotreply5@kronodesk.net)test set sub testCreating a Set of Tests to Run in Rapise This guide describes how you manage groups of Rapise tests together in situations where you are not using SpiraTest test sets. Fri, 20 Feb 2015 05:00:00 -05002023-01-18T17:28:32-05:00/Support/KnowledgeBase/KB128.aspxKB129Jim R (donotreply5@kronodesk.net)dll dot net activex dynamic linked libraryUsing Dynamic Linked Library (DLLs) in Test Scripts Sometimes you need to call code libraries from your Rapise tests, for example when the built-in JavaScript scripting engine does not provide the necessary functionality. This guide explains how to call an external DLL from your Rapise test script. Fri, 20 Feb 2015 05:00:00 -05002023-08-02T15:41:23-04:00/Support/KnowledgeBase/KB129.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.aspxKB109David J (support1@inflectra.com)xpath dynamic objects child countUsing DoDOMChildrenCount and DoDOMQueryXPath to inspect child HTML elements Often you want to be able to query for the child elements on a web page that are dynamically created and therefore not good candidates for LEARNing individually. This article explains how you can use the dynamic XPATH methods of Rapise to accomplish this task. Tue, 20 Jan 2015 05:00:00 -05002023-08-02T09:25:03-04:00/Support/KnowledgeBase/KB109.aspxKB105David J (support1@inflectra.com)ie internet explorer 3025390 ms14-080After installing Windows Update KB3025390 Rapise No Longer Connects to IE An old (December 9th, 2014) security update for Microsoft Windows and Internet Explorer (KB3025390) broke the support in IE for 'out-of-process' code execution. This effectively prevented an automated testing application such as Rapise from automating Internet Explorer (IE) applications. This was subsequently fixed by Microsoft on February 10th, 2015 with the KB 3021952 update. Mon, 12 Jan 2015 05:00:00 -05002015-02-11T17:00:31-05:00/Support/KnowledgeBase/KB105.aspxKB102David J (support1@inflectra.com)logging overflood trace obsoleteHow to Get Rapise Trace Logging Information When using Rapise, it is often useful to see how Rapise is identifying objects in the Application Under Test (AUT) and if necessary find out why Rapise is not able to locate a specific object. This article outlines how to increase the logging level in Rapise. This article is obsolete. There is no ribbon in Rapise since version 6. If you have Rapise 6.0+ then follow these steps to change the verbose level. Mon, 29 Dec 2014 05:00:00 -05002023-08-02T09:14:06-04:00/Support/KnowledgeBase/KB102.aspxKB101Jim R (donotreply5@kronodesk.net)rapise file upload htmlAutomating HTML File Upload Boxes Sometimes you have to automate the uploading of files using an HTML file upload control. This article explains how to record and playback such a script. Fri, 19 Dec 2014 05:00:00 -05002024-03-27T06:17:34-04:00/Support/KnowledgeBase/KB101.aspxKB98David J (support1@inflectra.com)javascript code completion intellisenseCode Completion of Native JavaScript Objects Rapise has built-in code completion logic that lets it suggest the available list of functions for a specific object. However since JavaScript is fundamentally an un-typed language, for the code completion to work, there are some tips and tricks that you can use. Thu, 04 Dec 2014 16:36:34 -05002023-05-03T07:00:27-04:00/Support/KnowledgeBase/KB98.aspxKB97David J (support1@inflectra.com)confirm alert popup dialog javascriptRecording Popup JavaScript Confirmation Boxes When you are recording a test against a Web application you may have to deal with a popup JavaScript confirm or alert box. This article describes the process for dealing with them. Thu, 04 Dec 2014 05:00:00 -05002019-03-27T12:44:44-04:00/Support/KnowledgeBase/KB97.aspxKB96David J (support1@inflectra.com)automation rich text iframeHow to automate the testing of Rich Text Boxes using Rapise When you have a rich text box in a web application, the process for recording a test and playing it back will be different to a standard HTML plain text box. This is because the browser actually uses a separate IFRAME and HTML document for the editable rich text box. This article explains the process for recording/playing back such a test. Thu, 20 Nov 2014 05:00:00 -05002020-05-21T15:27:21-04:00/Support/KnowledgeBase/KB96.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.aspxKB87David J (support1@inflectra.com)database tables query comparing dataUsing Rapise to Validate Display of Data Grid Data One common requirement is to run a query in an application being tested and verify that the data on the screen matches the data in the application. This article explains the recommended process for doing this. Fri, 08 Aug 2014 04:00:00 -04002023-08-02T08:41:19-04:00/Support/KnowledgeBase/KB87.aspxKB86David J (support1@inflectra.com)cross-browser testing chrome firefox internet explorer obsoleteChoosing the Web Browser in Rapise from SpiraTest / SpiraTeam When writing a web test in Rapise you will often want to run the same test script in all three web browsers (IE, Firefox and Chrome). You will want to be able to choose the Test Script from within Rapise when debugging the test and then from a Test Set in SpiraTest when you move the test into production. This article explains the process. This article is obsolete. For modern way of running Rapise tests in multiple browsers please refer to Rapise 8.0: how to run test cases on different browsers . Thu, 07 Aug 2014 04:00:00 -04002023-08-02T08:36:14-04:00/Support/KnowledgeBase/KB86.aspxKB85David J (support1@inflectra.com)sendkeys special keys global keypressSending Special Keys to the Current Application You can use the Global.DoSendKeys(... command in Rapise to send keypresses to the current application. Sometimes you will want to send special control keys to the application (e.g. Page Down, or CTRL + Key). This article explains the way to do this. Wed, 30 Jul 2014 04:00:00 -04002024-03-15T10:49:57-04:00/Support/KnowledgeBase/KB85.aspxKB83David J (support1@inflectra.com)chrome firefox auto-updating web browsersTurning off Chrome and Firefox Auto-Updating When you are testing a web application against different environments, it can be useful disable to default browser auto-updating policies so that you have a stable testing environment. This articles describes how to disable the auto-updating policies of Google Chrome and Firefox. Thu, 15 May 2014 18:18:54 -04002021-06-30T09:43:13-04:00/Support/KnowledgeBase/KB83.aspxKB79David J (support1@inflectra.com)installer antivirusA DLL required for this install to complete could not be run If you run one of our installation packages (.msi) and receive the following message: A DLL required for this install to complete could not be run Thu, 01 May 2014 19:11:55 -04002014-05-01T19:11:55-04:00/Support/KnowledgeBase/KB79.aspxKB78David J (support1@inflectra.com)installer installation msiEnabling Windows Installer (.msi) Trace Logging Sometimes when installing our products you get error messages during the installation and it's necessary to provide Inflectra support personnel with detailed trace/logging information so that they can better support you. This article describes the steps necessary to enable Windows Installer (.msi) trace logging. Wed, 30 Apr 2014 04:00:00 -04002014-04-30T04:09:00-04:00/Support/KnowledgeBase/KB78.aspxKB77David J (support1@inflectra.com)player installation recordHow to resolve WScript.CreateObject: Could not connect object errors Sometimes when you install Rapise on a computer that had a previous version of Rapise installed, when you try to record and/or playback a test you get the following error message: C:\Program Files (x86)\Inflectra\Rapise\Engine\Player.js WScript.CreateObject: Could not connect object. This article describes the steps to correct the error. Sat, 26 Apr 2014 01:50:10 -04002014-04-26T01:50:10-04:00/Support/KnowledgeBase/KB77.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.aspxKB64David J (support1@inflectra.com)javascript execjs navigatorUsing Navigator.ExecJS to execute JavaScript code inside a browser Sometimes you need to execute JavaScript code at a browser side and get the result. You can do this with Navigator.ExecJS . Fri, 25 Oct 2013 04:00:00 -04002020-05-14T08:35:42-04:00/Support/KnowledgeBase/KB64.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.aspxKB62David J (support1@inflectra.com)filesystemobject io filesAccessing Files and I/O functions using Rapise Sometimes using Rapise you need to access files on the Windows filesystem, either for testing purposes, or to object test data stored in a flat CSV, TSV or text file. This sample illustrates how you can access the File System using Rapise and the Windows FileSystemObject ( http://msdn.microsoft.com/en-us/library/aa242706(v=vs.60).aspx ). Alternatively you may also use File global object . Mon, 21 Oct 2013 04:00:00 -04002023-08-01T15:04:10-04:00/Support/KnowledgeBase/KB62.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.aspxKB58David J (support1@inflectra.com)scripting host javascriptJavascript .js not associated with Windows Scripting Host Sometimes if you have installed a program that associates itself with the .js file extension, you will see the following error when you try and record/play a Rapise test: Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. Input Error: There is no script engine for file extension .js. Mon, 09 Sep 2013 15:32:01 -04002023-08-01T14:41:07-04:00/Support/KnowledgeBase/KB58.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.aspxKB46David J (support1@inflectra.com)ie browser navigator javascriptExecuting JavaScript commands against Web Browser Sometimes you want to be able to open a browser window and execute JavaScript commands directly against the DOM objects rather than using the Rapise learned objects. This article explains the recommended way of doing this. Tue, 23 Apr 2013 04:00:00 -04002019-09-27T12:16:08-04:00/Support/KnowledgeBase/KB46.aspxKB40David J (support1@inflectra.com)rapiselauncher timeout obsoleteExtending RapiseLauncher inactivity timeout When executing Rapise scripts from SpiraTest using RapiseLauncher there is a 10-minute inactivity timeout. If your scripts have periods of inactivity that last longer than 10 minutes, you may need to extend the default timeout. This article describes the steps for doing this. This article is obsolete. Since Rapise 5 there is no default timeout anymore. Mon, 11 Mar 2013 15:51:44 -04002023-08-04T13:23:03-04:00/Support/KnowledgeBase/KB40.aspxKB39David J (support1@inflectra.com)database sql queries test dataExecuting SQL Database Queries from Rapise Sometimes when you are running Rapise tests you need to run direct database queries to prepare the data in the test application, or you need to make queries against the database to verify that some user interactions left the data in a specific state. The sample script below illustrates how you can call database queries directly from the Rapise scripting editor: Fri, 08 Mar 2013 16:42:11 -05002021-10-04T13:39:29-04:00/Support/KnowledgeBase/KB39.aspxKB38David J (support1@inflectra.com)browsers selecting ie chrome firefoxSelecting Browser for Test This article describes how to playback a test in a different browser from the one it was recorded in. Fri, 15 Feb 2013 05:00:00 -05002023-08-04T13:34:11-04:00/Support/KnowledgeBase/KB38.aspxKB32David J (support1@inflectra.com)java applet web browser uacUnable to record/play a Java applet using Rapise inside a web browser Sometimes you have the situation where you can record/play a Java application using Rapise having correctly installed the Java bridge and set the JAVA_HOME environment variable correctly, but applets running inside a web browser do not work. This article provides some suggested solutions Thu, 10 Jan 2013 17:12:02 -05002023-08-04T13:45:57-04:00/Support/KnowledgeBase/KB32.aspxKB28David J (support1@inflectra.com)object detectingDetecting the presence of an object in Rapise Often you need to be able to check for the presence of an object and then depending on whether the object is visible perform one of two possible sets of operations. This article explains the recommended way of doing this in Rapise 1.5. Mon, 26 Nov 2012 14:53:40 -05002023-08-01T13:10:15-04:00/Support/KnowledgeBase/KB28.aspxKB27David J (support1@inflectra.com)excel spreadsheet test data data-driven testingobsoleteUsing Rapise to extract test data from an Excel sheet Often you want to be able to parameterize your Rapise tests to have a common set of test functions that can use different combinations of test data. You can use a MS-Excel spreadsheet to store the test data and use Rapise to read out the matching values. This articles provides a sample for doing this. This article is obsolete. For modern ways of making data-driven tests please refer to Data-Driven Testing documentation topic. Mon, 05 Nov 2012 05:00:00 -05002023-08-01T12:54:27-04:00/Support/KnowledgeBase/KB27.aspxKB26David J (support1@inflectra.com)command line rapise parametersPassing Parameters to a Rapise script through the command line This article describes the syntax for passing parameters from the Windows 32-bit command-line to a Rapise script. Note that you need to make sure that youre using the 32-bit command line on a 64-bit machine. I.e. follow the instructions in this KB article - https://www.inflectra.com/Support/KnowledgeBase/KB17.aspx Fri, 02 Nov 2012 04:00:00 -04002023-06-09T06:57:44-04:00/Support/KnowledgeBase/KB26.aspxKB25David J (support1@inflectra.com)sub test calling parameters globalUsing Global.DoInvokeTest() to pass parameters between tests Sometimes you want a test script to be able to call another sub-test as part of its operation. You can do this using the Global.DoInvokeTest(path to test, [parameters]); function. This articles provides a more detailed example for doing this. The high-level information can be found in the knowledge base at: KB127 - Passing Test Parameters . Tue, 30 Oct 2012 04:00:00 -04002023-07-31T13:54:18-04:00/Support/KnowledgeBase/KB25.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.aspxKB18David J (support1@inflectra.com)browser closing multiple obsoleteHow Do I Ensure No Other Browser Windows Open When running a test you will often want to make sure there are no other browser windows open. This is commonly done either at the start or end of the test. This article describes how you do this. This article is obsolete. With Selenium-based connectors (default option since Rapise 7.3) opened browser windows are longer an issue. One may continue to use regular browsers. Rapise will use isolated browser profiles to run tests. Mon, 15 Oct 2012 04:00:00 -04002023-07-31T12:31:55-04:00/Support/KnowledgeBase/KB18.aspxKB19David J (support1@inflectra.com)common functions common objects librariesobsoleteHow to successfully include and use common functions and objects It is often useful to have a common set of code libraries and objects that can be reused amongst multiple tests. With Rapise this can be done by creating a common test and then including it into the other actual tests. This article describes the process. This article is obsolete. To get information on how to use common functions and objects across test cases please refer to Frameworks (recommended, requires Rapise 8.0+) or Legacy Frameworks (requires Rapise 7.0+) topics. Mon, 15 Oct 2012 04:00:00 -04002023-07-31T12:23:25-04:00/Support/KnowledgeBase/KB19.aspxKB17David J (support1@inflectra.com)rapise command-line 64-bitRunning a Rapise script from the command-line on a 64-bit machine If you try and run a Rapise script from the command-line on a 64-bit machine you may get an error message. Learn how to fix it from the article. Wed, 10 Oct 2012 02:16:26 -04002019-10-23T04:45:25-04:00/Support/KnowledgeBase/KB17.aspxKB13David J (support1@inflectra.com)rapise browser testing zoomTest-Scripts suddenly moving/clicking at false locations If you have your browser zoom set to a value that is not 100% when recording or playing back scripts it will affect the playback reliability. Specifically Rapise may click/move at/to false locations in the test browser. You need to set your browser zoom to 100% before doing any playback/recording activities. Wed, 12 Sep 2012 14:15:40 -04002023-07-28T12:13:15-04:00/Support/KnowledgeBase/KB13.aspxKB11David J (support1@inflectra.com)web site testing rapise change url urlHow do I change the URL of the website being tested in Rapise. We are in the process of adding a new testing server that we would like to be able to run automation scripts against. I just wanted to see if there is a process documented for converting scripts and objects to point to a different web address? Fri, 31 Aug 2012 04:00:00 -04002023-07-28T12:08:46-04:00/Support/KnowledgeBase/KB11.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