SilkTest. SilkTest 2010 Release Notes

Size: px
Start display at page:

Download "SilkTest. SilkTest 2010 Release Notes"

Transcription

1 SilkTest SilkTest 2010 Release Notes

2 Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains derivative works of Borland Software Corporation, Copyright Borland Software Corporation (a Micro Focus company). MICRO FOCUS and the Micro Focus logo, among others, are trademarks or registered trademarks of Micro Focus (IP) Limited or its subsidiaries or affiliated companies in the United States, United Kingdom and other countries. BORLAND, the Borland logo and SilkTest are trademarks or registered trademarks of Borland Software Corporation or its subsidiaries or affiliated companies in the United States, United Kingdom and other countries. All other marks are the property of their respective owners. ii

3 Contents SilkTest 2010 Release Notes...4 SilkTest Product Suite...4 What's New in SilkTest Workbench...4 What's New in Silk4NET...6 What's New in Silk4J...6 What's New in SilkTest Classic...7 System Requirements and Prerequisites...8 Hardware Requirements...8 Platform Support...8 Tested Configurations...10 Adobe Flex Support...10 Java Support...11 SilkTest Classic DSN Support...11 End-Of-Life (EOL) Components...12 Known Issues...12 Installation Instructions...12 Contents 3

4 SilkTest 2010 Release Notes July 2010 This file contains important information that might not appear in the Help. Read this file in its entirety. For information about installation and licensing issues, refer to the SilkTest Installation Guide. Navigate to supportline.microfocus.com for further assistance from Customer Care. SilkTest Product Suite The SilkTest product suite includes the following components: SilkTest Workbench SilkTest Workbench is the new, native quality testing environment that offers.net scripting for power users and innovative storyboard-based visual tests to make testing more accessible. Silk4NET The Silk4NET Visual Studio plug-in enables you to create Visual Basic or C# test scripts directly in Visual Studio. Silk4J The Silk4J Eclipse plug-in enables you to create Java-based test scripts directly in your Eclipse environment. SilkTest Recorder SilkTest Recorder enables you to record and replay tests using a GUI and then export those tests to SilkTest Classic, Silk4J, or Silk4NET. SilkTest Classic SilkTest Classic is the traditional, 4Test SilkTest product. SilkTest Agents The SilkTest Agent is the software process that translates the commands in your tests into GUI-specific commands. In other words, the Agent drives and monitors the application you are testing. One Agent can run locally on the host machine. In a networked environment, any number of Agents can run on remote machines. What's New in SilkTest Workbench Visual Tests SilkTest Workbench lets you quickly record and playback visual tests. Visual tests comprise the basic building blocks of an automated testing solution. SilkTest Workbench uses visual tests to mimic the actions that are performed while testing an application. With visual tests, you can: Record visual tests automatically, manually edit them, or use a combination of automatic and manual tests. Visually modify or create test steps and access step properties without having to access the live test application. Use the Visual Navigator to view information displayed in four panes that collectively provides a comprehensive view of each step in a visual test. The Screen Preview, Storyboard, and Properties panes are synchronized with the Test Steps pane and display information specific to a selected step in the Test Steps pane. In this way, you can easily view all aspects of a step by selecting a step in the Test Steps pane, and then viewing information about the step in the other panes. 4 SilkTest 2010 Release Notes

5 Use the Identify Object dialog box to identify the locators for an application's objects and the properties for each object. Create test logic, including conditions, expressions, verifications, and error handling using the Test Logic Toolbox. Add synchronization steps to delay or wait for objects during playback. Configure the settings that dictate how and what actions are recorded and replayed. Review detailed test results, which provide a step-by-step record of the actions executed. Embedded Scripting Language SilkTest Workbench's scripting language is Microsoft's Visual Basic, a robust programming language that gives you total control over any application running in the Microsoft.NET framework..net scripts contain the functionality of a high-level programming language as well as features designed specifically for software control and testing. With scripts, you can: Record scripts automatically, manually edit them, or use a combination of automatic and manual tests. Leverage.NET scripting features to make manual scripting easier. These features include: Identify Objects dialog box View how locators identify the GUI objects within the test application and which properties are available for those objects. Auto-completion and Syntactical Assistance These facilitate manual coding. Using auto-completion and syntactical assistance, you can automatically access, display, and enter.net language elements, including keywords, enumerations, Boolean values, code syntax, available methods, and available.net properties for any object. Create scripts to cover individual parts of a whole test flow, then use a driver script to call each part. Add.NET assemblies from the.net framework as references for a.net script. Add a file that the script references to logically segment code for distinct purposes. Compile and run scripts and use the Output window to review automation code and append additional user-defined output to provide supplemental information about a script. Find and replace code in scripts to speed script modification. Use bookmarks to navigate to key portions of the script. Supported Technologies SilkTest Workbench provides support for testing applications developed in a wide variety of development tools including: Adobe Flex Java SWT SAP Windows API-based client/server (Win32) Windows Forms Windows Presentation Foundation (WPF) xbrowser (Web applications) Integration with Additional Micro Focus Products The SilkTest product suite includes two plugins, Silk4NET and Silk4J, which both work with SilkTest Recorder. Additionally, SilkTest Workbench works with SilkCentral Test Manager (SCTM). The Silk4NET Visual Studio plug-in enables you to create Microsoft Visual Basic or C# test scripts directly in Visual Studio. The Silk4J Eclipse plug-in enables you to create Java-based test scripts directly in your Eclipse environment. SilkTest 2010 Release Notes 5

6 SilkTest Recorder enables you to record and replay tests using a GUI and then export those tests to SilkTest Classic, Silk4J, or Silk4NET. SilkCentral Test Manager (SCTM) users can schedule, execute (including the ability to pass parameters), and get the results of SilkTest Workbench functional tests within SCTM test management software. Users can also develop their own integrations with other test management software or their own custom automation frameworks. What's New in Silk4NET This topic briefly describes the main features of Silk4NET. Silk4NET is SilkTest s plug-in for Microsoft Visual Studio that allows you to efficiently create and manage functional, regression, and localization tests directly in the Visual Studio. With Silk4NET you can develop tests using either Visual Basic.NET or C#, run the tests as a part of a test plan in Microsoft s test environment or as a part of your build process, and view the test results all from within Visual Studio. You can also use SilkTest Recorder to create Visual Basic or C# test scripts and then export them to Visual Studio. Or, you can use SilkTest Recorder to create Visual Studio projects that you export to Visual Studio. Reference the online help in Visual Studio or in SilkTest Recorder for more information about Silk4NET. What's New in Silk4J This topic lists the significant enhancements and changes that were made for Silk4J. Windows Presentation Foundation (WPF) Application Record and Replay Support Silk4J includes record and replay support for Windows Presentation Foundation (WPF) controls. In Silk4J 2009, WPF replay support was provided. However, with the release of Silk4J 2010, the earlier WPF controls, which were prefixed with MSUIA, are deprecated and users should use the new WPF technology domain instead. When you record new test cases, Silk4J automatically uses the new WPF technology domain. If you recorded tests with Silk4J 2009 that use the earlier MSUIA technology domain, the tests will continue to work. However, if you manually included the constant TechDomain.WPF (for the Desktop.attach or the Desktop.executeBaseState method) with tests the use the earlier MSUIA classes, you need to change the value to TechDomain.MSUIA to run the tests successfully. All Silk4J classes that work with the earlier version of the MSUIA technology domain are marked as deprecated. Note that Eclipse strikes through all occurrences of deprecated APIs. SAP Record and Replay Support Silk4J includes record and replay support for SAP controls. Dynamic Object Recognition Records Locators Differently Previously, when you recorded a locator, Silk4J included a Find query for each level of the object's hierarchy, such as, Find(/Window).Find(/Control). The resulting script included cascading Find queries. With this release, locators no longer include cascading Find queries. For example, instead of: desktop.<window>find("//window").<pushbutton>find ("//PushButton[@caption='ok']").select() 6 SilkTest 2010 Release Notes

7 Silk4J records: Setting Custom Attributes Silk4J includes a sophisticated locator generator mechanism that guarantees locators are unique at the time of recording and are easy to maintain. Depending on your application and the frameworks that you use, you might want to modify the default settings to achieve the best results.you can use any property that is available in the respective technology as a custom attribute given that they are either numbers (integers, doubles), strings, item identifiers, or enumeration values. A well-defined locator relies on attributes that change infrequently and therefore requires less maintenance. Using a custom attribute is more reliable than other attributes like caption or index, since a caption will change when you translate the application into another language, and the index might change when another object is added. Previously, you could set custom attributes for xbrowser and Java SWT applications using the Script Options dialog box. Now, you can set custom attributes for all technology domains with the exception of the Adobe Flex and Windows API-based client/server (Win32) technology domains. What's New in SilkTest Classic Note: SilkTest Classic will continue to be supported. However, new features are included in SilkTest Workbench rather than in SilkTest Classic. Refer to the SilkTest Workbench help for details about new features. This topic lists the significant enhancements and changes that were made for SilkTest Classic. Windows Presentation Foundation (WPF) Application Record and Replay Support SilkTest Classic includes record and replay support for Windows Presentation Foundation (WPF) controls. In SilkTest Classic 2009, WPF replay support was provided. However, with the release of SilkTest Classic 2010, the earlier WPF controls, which were prefixed with MSUIA, are deprecated and users should use the new WPF technology domain instead. When you record new test cases, SilkTest Classic automatically uses the new WPF technology domain. If you have an existing project that includes scripts that use the earlier MSUIA technology domain, the testcases will continue to work. However, if you use.opt files with the earlier MSUIA technology domain, manual changes are necessary to run the testcases successfully. You can also set up your testcases to use the deprecated MSUIA technology domain and the new WPF technology domain side-by-side. This enables you to migrate to the new WPF technology domain because both the new WPF and deprecated MSUIA locators appear in the Locator Spy. You can then use the Locator Spy to migrate scripts to the new technology domain on a step-by-step basis. For example, you can change an application's main menu that was identified by "//MsuiaWindow//MsuiaMenu" previously to "//WPFWindow//WPFMenu". You can enable side-by-side functionality by manually changing your OPT file (if you use option files rather than project files) or the projectname.ini file. SAP Record and Replay Support SilkTest Classic includes record and replay support for SAP controls. SilkTest 2010 Release Notes 7

8 Dynamic Object Recognition Records Locators Differently Previously, when you recorded a locator, SilkTest Classic included a Find query for each level of the object's hierarchy, such as, Find(/Window).Find(/Control). The resulting script included cascading Find queries. With this release, locators no longer include cascading Find queries. For example, instead of: Desktop.Find("//Window").Find("//PushButton[@caption='ok']").Select() SilkTest Classic records: Desktop.Find("//Window//PushButton[@caption='ok']").Select() Setting Custom Attributes The Open Agent includes a sophisticated locator generator mechanism that guarantees locators are unique at the time of recording and are easy to maintain. Depending on your application and the frameworks that you use, you might want to modify the default settings to achieve the best results. You can use any property that is available in the respective technology as a custom attribute given that they are either numbers (integers, doubles), strings, item identifiers, or enumeration values. A well-defined locator relies on attributes that change infrequently and therefore requires less maintenance. Using a custom attribute is more reliable than other attributes like caption or index, since a caption will change when you translate the application into another language, and the index might change when another object is added. In xbrowser, WPF, and Java SWT applications, you can also retrieve arbitrary properties (such as a WPFButton that defines mycustomproperty) and then use those properties as custom attributes. Previously, you could set custom attributes for xbrowser and Java SWT applications. Now, you can set custom attributes for all technology domains with the exception of the Adobe Flex and Windows API-based client/server (Win32) technology domains. System Requirements and Prerequisites The following section identifies the system requirements for installing and running SilkTest. Hardware Requirements We recommend the following hardware requirements: System Area Processor RAM Hard disk space Requirement Intel or AMD DualCore processor running at 2 GHz 2 GB 2 GB of free disk space Platform Support Platforms SilkTest 2010 runs on the following platforms: 8 SilkTest 2010 Release Notes

9 Windows XP SP3 Windows Vista SP1 or SP2 Windows 7 Windows 2008 Windows 2008 R2 Technology Domains and Browsers SilkTest 2010 supports applications that use the following browsers or are developed in: Technology Type Adobe Flex Firefox Internet Explorer Java AWT/Swing Java SWT SAP Win 32 WinForms WPF Supported Version for SilkTest Workbench, SilkTest Recorder, Silk4NET, Silk4J, SilkTest Classic using the Open Agent 3.0, 3.2, 3.3, 3.4, , 3.5, 3.6 (playback only) 6, 7, 8 3.2, 3.3, 3.4, 3.5, 3.6 SAPGUI client 7.10 any.net 2.0, 3.0, 3.5, 3.5 SP1, 4.0.NET 3.5 SP1, 4.0 Supported Version for SilkTest Classic using the Classic Agent 6, 7, 8 (playback only) Java 1.5, 1.6 any Databases SilkTest 2010 supports the following databases with the noted operating systems: SQL Server 2008 (SP1) + Express SQL Server 2005 (SP3) + Express Oracle 11.1 Oracle 11.2 Note: If you choose to install SQL Server 2008 Express SP1 during the SilkTest installation, ensure that you have one of the supported operating systems: Windows 7 Windows Server 2008 Windows Server 2008 R2 Windows Vista SP1 or SP2 Note: For Windows Vista SP1, you must install the full version of.net 3.5 SP1 or 4.0 on your computer before you can install SQL Server. Otherwise, SQL Server Express might not install. To install the full version of.net 3.5 SP1 or 4.0, download it from the Microsoft Web site. Windows XP Service Pack 3 SilkTest 2010 Release Notes 9

10 Tested Configurations Tested configurations, by platform, are listed below. Note that it is not possible to test all combinations. Experience indicates that various combinations can result in different behavior with SilkTest. Micro Focus makes every attempt to test as many of these combinations as possible. Note: While you can use SilkTest on 64-bit operating systems, SilkTest only supports testing 32-bit applications. Note: You must have local administrator rights and UAC turned off to use SilkTest. Platform Type Windows 7 (32bit/64bit) Windows 2008 SP2 (32bit/64bit) Windows 2008 R2 (64bit) Tested Configurations for SilkTest Workbench, SilkTest Recorder, Silk4NET, Silk4J, SilkTest Classic using the Open Agent Internet Explorer 8 Firefox 3.5, 3.6 (playback only) Flex 3.5 SWT 3.6.NET 4.0 (WinForms, WPF) Win 32 SAPGUI client 7.10 patch 13 Tested Configurations for SilkTest Classic using the Classic Agent Internet Explorer 8 (playback only) Java 1.6 (AWT/Swing) Win 32 Windows Vista SP2 (32bit) Windows XP SP3 (32bit) Internet Explorer 7 Firefox 3.0 Flex 3.5 SWT 3.6.NET 4.0 (WinForms, WPF) Win 32 SAPGUI client 7.10 patch 13 Internet Explorer 7 Firefox 3.0 Flex 3.0 SWT 3.5.NET 4.0 (WinForms, WPF) Win 32 SAPGUI client 7.10 patch 13 Internet Explorer 8 (playback only) Java 1.6 (AWT/Swing) Win 32 Internet Explorer 8 (playback only) Adobe Flex Support SilkTest supports testing Flex 3.0, 3.2, 3.3., 3.4, and 3.5 using the following: 10 SilkTest 2010 Release Notes

11 Internet Explorer 8 (GA) Internet Explorer 7 (GA) Firefox 3.0, 3.5, 3.6 (playback only) Standalone Flash Player 10 Adobe AIR Internet Explorer 6 (SP 1 and SP 2) Note: Currently, Adobe offers experimental support for Flex applications in AIR. As a result, you may encounter issues when testing Flex in Adobe AIR that are not related to SilkTest. Java Support Open Agent Support SilkTest supports the following Java components for SilkTest Workbench, SilkTest Recorder, Silk4NET, Silk4J, SilkTest Classic using the Open Agent: Eclipse 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, and 3.6 SWT standalone and Rich Client Platform (RCP) applications (SWT standalone applications executed as an applet in the browser, embedded IE control inside of SWT standalone or RCP application ) Java version 1.5 and 1.6 Classic Agent Support SilkTest supports the following Java components for SilkTest Classic using the Classic Agent: IBM JRE 1.5 Java version 1.5 and 1.6 AWT Java Foundation Classes (JFC, Swing) Symantec Visual Café Applets Note: Applets are on Internet Explorer 8. SilkTest Classic DSN Support SilkTest Classic's Data Driven Workflow supports: Text files and comma separated value files (*.txt and *.csv files) MS Excel MS Access MS SQL Server Oracle (partial support) SyBase SQL Anywhere SilkTest Classic accesses the preceding databases using ODBC and therefore supports the versions of those databases that have a working ODBC driver. Note: The SilkTest Classic Select Data Source dialog box allows you to choose either the Silk DDA Excel or the Segue DDA Excel data source. For new data driven testcases, choose the Silk DDA Excel SilkTest 2010 Release Notes 11

12 data source. Choose the Segue DDA Excel data source for backward compatibility. This allows existing.g.t files that reference Segue DDA Excel to continue to work. End-Of-Life (EOL) Components The following operating systems, features, and integrations are in SilkTest StarTeam integration PVCS integration SilkTest Classic 4Test outline Editor mode Note: SilkTest Classic will continue to be supported. This change will not affect most SilkTest Classic users. Java 1.4 Windows 2003 Server Windows XP SP2 Known Issues This section identifies known issues in SilkTest. SilkTest's known issues and their resolutions are documented in the Micro Focus Knowledge Base. Installation Instructions For information about installation and licensing issues, refer to the SilkTest Installation Guide. 12 SilkTest 2010 Release Notes

SilkTest 2010 R2. Release Notes

SilkTest 2010 R2. Release Notes SilkTest 2010 R2 Release Notes Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright Micro Focus IP Development Limited 2009-2011. All Rights Reserved. SilkTest contains

More information

SilkTest Release Notes

SilkTest Release Notes SilkTest 2011 Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2011 Micro Focus IP Development Limited. All Rights Reserved. Portions Copyright 1992-2009 Borland Software

More information

SilkTest Installation Guide

SilkTest Installation Guide SilkTest 2010 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains derivative

More information

SilkTest 2010 R2. Installation Guide

SilkTest 2010 R2. Installation Guide SilkTest 2010 R2 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains

More information

SilkTest SilkTest Recorder Quick Start Tutorial

SilkTest SilkTest Recorder Quick Start Tutorial SilkTest 13.0 SilkTest Recorder Quick Start Tutorial Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 2009 Borland Software

More information

Silk Test 15.0 Silk4NET Web Edition. Installation Guide

Silk Test 15.0 Silk4NET Web Edition. Installation Guide Silk Test 15.0 Silk4NET Web Edition Installation Guide Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland

More information

Silk Test 14.0 Silk4J Web Edition. Installation Guide

Silk Test 14.0 Silk4J Web Edition. Installation Guide Silk Test 14.0 Silk4J Web Edition Installation Guide Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2013. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Leading the Evolution. Micro focus SilkTest. The Quality Solution for Robust Functional Test Automation

Leading the Evolution. Micro focus SilkTest. The Quality Solution for Robust Functional Test Automation Leading the Evolution Data Sheet Micro focus SilkTest The Quality Solution for Robust Functional Test July 2009 Micro Focus SilkTest is the leading tool for automating the functional testing process of

More information

Silk Test 15.0 Silk4J Web Edition. Release Notes

Silk Test 15.0 Silk4J Web Edition. Release Notes Silk Test 15.0 Silk4J Web Edition Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Silk Test 15.0 Silk4NET Web Edition. Release Notes

Silk Test 15.0 Silk4NET Web Edition. Release Notes Silk Test 15.0 Silk4NET Web Edition Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Silk Test Silk Test Classic Quick Start Tutorial for Dynamic Object Recognition

Silk Test Silk Test Classic Quick Start Tutorial for Dynamic Object Recognition Silk Test 14.0 Silk Test Classic Quick Start Tutorial for Dynamic Object Recognition Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2013. All rights reserved. Portions

More information

Silk Test 14.0 Silk4J Web Edition. Release Notes

Silk Test 14.0 Silk4J Web Edition. Release Notes Silk Test 14.0 Silk4J Web Edition Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2013. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Silk Central Release Notes

Silk Central Release Notes Silk Central 16.5 Release Notes Borland Software Corporation 700 King Farm Blvd, Suite 400 Rockville, MD 20850 Copyright Micro Focus 2015. All rights reserved. Portions Copyright 2004-2009 Borland Software

More information

SilkCentral Test Manager Release Notes

SilkCentral Test Manager Release Notes SilkCentral Test Manager 2011 Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2011 Micro Focus IP Development Limited. All Rights Reserved. Portions Copyright 2004-2011

More information

SilkTest Workbench. Getting Started with Visual Tests

SilkTest Workbench. Getting Started with Visual Tests SilkTest Workbench Getting Started with Visual Tests Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest

More information

Silk Test Release Notes

Silk Test Release Notes Silk Test 15.0 Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation (a Micro

More information

SilkTest Using the Basic Workflow with the Classic Agent

SilkTest Using the Basic Workflow with the Classic Agent SilkTest 13.0 Using the Basic Workflow with the Classic Agent Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 1992-2009 Borland

More information

Extension Kit for.net. SilkTest Testing Flex Applications

Extension Kit for.net. SilkTest Testing Flex Applications Extension Kit for.net SilkTest 2010 Testing Flex Applications Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved.

More information

SilkTest Silk4NET User Guide

SilkTest Silk4NET User Guide SilkTest 13.0 Silk4NET User Guide Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 2010-2011 Borland Software Corporation

More information

Silk Test Release Notes

Silk Test Release Notes Silk Test 15.5 Release Notes Borland Software Corporation 700 King Farm Blvd, Suite 400 Rockville, MD 20850 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

SilkTest Workbench Getting Started with Visual Tests

SilkTest Workbench Getting Started with Visual Tests SilkTest Workbench 13.0 Getting Started with Visual Tests Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 2010-2011 Borland

More information

Silk Test Workbench Getting Started with Visual Tests

Silk Test Workbench Getting Started with Visual Tests Silk Test Workbench 17.5 Getting Started with Visual Tests Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2016. All rights

More information

CaliberRDM. Installation Guide

CaliberRDM. Installation Guide CaliberRDM Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. CaliberRDM contains derivative

More information

SilkTest Classic. Creating Data Driven Testcases

SilkTest Classic. Creating Data Driven Testcases SilkTest Classic Creating Data Driven Testcases Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest

More information

SilkTest Testing Flex Applications

SilkTest Testing Flex Applications SilkTest 13.0 Testing Flex Applications Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation

More information

SilkTest Workbench. Getting Started with.net Scripts

SilkTest Workbench. Getting Started with.net Scripts SilkTest Workbench Getting Started with.net Scripts Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest

More information

Silk Test Silk4NET Tutorial

Silk Test Silk4NET Tutorial Silk Test 14.0 Silk4NET Tutorial Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2013. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation (a

More information

Silk Test Using the Basic Workflow with the Open Agent

Silk Test Using the Basic Workflow with the Open Agent Silk Test 16.0 Using the Basic Workflow with the Open Agent Borland Software Corporation 700 King Farm Blvd, Suite 400 Rockville, MD 20850 Copyright Micro Focus 2015. All rights reserved. Portions Copyright

More information

Silk Test Workbench Getting Started with.net Scripts

Silk Test Workbench Getting Started with.net Scripts Silk Test Workbench 14.0 Getting Started with.net Scripts Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2013. All rights reserved. Portions Copyright 1992-2009 Borland

More information

Silk Test Silk Test Classic Quick Start Tutorial for Dynamic Object Recognition

Silk Test Silk Test Classic Quick Start Tutorial for Dynamic Object Recognition Silk Test 18.5 Silk Test Classic Quick Start Tutorial for Dynamic Object Recognition Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus

More information

Silk Test Silk4NET Tutorial

Silk Test Silk4NET Tutorial Silk Test 16.0 Silk4NET Tutorial Borland Software Corporation 700 King Farm Blvd, Suite 400 Rockville, MD 20850 Copyright Micro Focus 2015. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Silk Test Silk4NET Tutorial

Silk Test Silk4NET Tutorial Silk Test 13.5 Silk4NET Tutorial Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation (a

More information

Lean Functional Testing

Lean Functional Testing Version number 14.50 Lean Functional Testing Product Availability Matrix Document release date: August 8, 2018 Software release date: August 2018 Contents The LeanFT Product Availability Matrix provides

More information

TestPartner. Getting Started with Visual Tests

TestPartner. Getting Started with Visual Tests TestPartner Getting Started with Visual Tests Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. TestPartner contains

More information

SOLO NETWORK. Adobe Flash Catalyst CS5.5. Create expressive interfaces and interactive content without writing code

SOLO NETWORK. Adobe Flash Catalyst CS5.5. Create expressive interfaces and interactive content without writing code (11) 4062-6971 (21) 4062-6971 (31) 4062-6971 (41) 4062-6971 (48) 4062-6971 (51) 4062-6971 (61) 4062-6971 Adobe Flash Catalyst CS5.5 Create expressive interfaces and interactive content without writing

More information

Silk Test Using the Basic Workflow with the Open Agent

Silk Test Using the Basic Workflow with the Open Agent Silk Test 18.5 Using the Basic Workflow with the Open Agent Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2017. All rights

More information

Perceptive Process Design & Enterprise 3.1. Supported Platforms

Perceptive Process Design & Enterprise 3.1. Supported Platforms Perceptive Process Design & Enterprise 3.1 Supported Platforms Date: March 2014 Version: 3.1 2014 Perceptive Software. All rights reserved. Perceptive Software is a trademark of Lexmark International Technology

More information

ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3)

ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) KEY FEATURES FEATURES OF ORACLE USER PRODUCTIVITY KIT Single, synchronized authoring session for

More information

Silk Performer 9.5. SOA Edition Release Notes

Silk Performer 9.5. SOA Edition Release Notes Silk Performer 9.5 SOA Edition Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation

More information

System Requirements. SAS Activity-Based Management 7.2. Deployment

System Requirements. SAS Activity-Based Management 7.2. Deployment System Requirements SAS Activity-Based Management 7.2 This document provides the requirements for installing and running SAS Activity-Based Management. You must update your computer to meet the minimum

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.3 August 2016 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

SilkPerformer 2010 R2. Release Notes

SilkPerformer 2010 R2. Release Notes SilkPerformer 2010 R2 Release Notes Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkPerformer contains

More information

PersonPB Reference. Silk Performer 9.5. PersonPB Reference

PersonPB Reference. Silk Performer 9.5. PersonPB Reference PersonPB Reference Silk Performer 9.5 PersonPB Reference Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus (IP) Limited. All Rights Reserved. Silk Performer contains

More information

Perceptive Process Design & Enterprise Supported Platforms

Perceptive Process Design & Enterprise Supported Platforms Perceptive Process Design & Enterprise 3.0.3 Supported Platforms 2013 Lexmark International Technology S.A. Date: 10/28/2013 Version: 3.0.3 Perceptive Software is a trademark of Lexmark International Technology

More information

Supplemental Tutorials. SilkPerformer 9.0. Supplemental Tutorials

Supplemental Tutorials. SilkPerformer 9.0. Supplemental Tutorials Supplemental Tutorials SilkPerformer 9.0 Supplemental Tutorials Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus IP Development Limited. All Rights Reserved. Portions

More information

UPK Professional Technical Specifications. Version

UPK Professional Technical Specifications. Version UPK Professional Technical Specifications Version 11.1.0.1 Table of Contents Introduction... 3 Multi-user Install... 3 Server Requirements for a Multi-user Install... 3... 3... 3 Database... 3 Client Requirements

More information

Relativity Data Server

Relativity Data Server Relativity Data Server Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Silk Test Using the Basic Workflow with the Classic Agent

Silk Test Using the Basic Workflow with the Classic Agent Silk Test 17.5 Using the Basic Workflow with the Classic Agent Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2016. All rights

More information

Embarcadero Change Manager 5.1 Installation Guide. Published: July 22, 2009

Embarcadero Change Manager 5.1 Installation Guide. Published: July 22, 2009 Embarcadero Change Manager 5.1 Installation Guide Published: July 22, 2009 Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco,

More information

Manual Mozilla Firefox For Windows 7 64

Manual Mozilla Firefox For Windows 7 64 Manual Mozilla Firefox 3.5 16 For Windows 7 64 Bit Related searches with Mozilla Firefox of software in Softonic, free software download. download free mozilla firefox 2014 latest version in windows 7

More information

Working with Java Applications. SilkTest 2008 R2

Working with Java Applications. SilkTest 2008 R2 Working with Java Applications SilkTest 2008 R2 Borland Software Corporation 8310 N. Capital of Texas Hwy Building 2, Suite 100 Austin, TX 78731 USA http://www.borland.com Borland Software Corporation

More information

UFT Pro (LeanFT) 14.02

UFT Pro (LeanFT) 14.02 Product Availability Matrix Page 1 UFT Pro (LeanFT) 14.02 Product Availability Matrix Product Availablity Matrix Product Availability Matrix Page 2 Contents The UFT Pro (LeanFT) Product Availability Matrix

More information

Silk Performer 15.0 Update 1. Release Notes

Silk Performer 15.0 Update 1. Release Notes Silk Performer 15.0 Update 1 Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland Software Corporation

More information

Micro Focus Enterprise Analyzer 3.4. Installation Guide

Micro Focus Enterprise Analyzer 3.4. Installation Guide Micro Focus Enterprise Analyzer 3.4 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2013. All rights reserved.

More information

Embarcadero Change Manager 5.1 Installation Guide

Embarcadero Change Manager 5.1 Installation Guide Embarcadero Change Manager 5.1 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All

More information

Silk Performer Supplemental Tutorials

Silk Performer Supplemental Tutorials Silk Performer 18.5 Supplemental Tutorials Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK Copyright 1992-2017 Micro Focus. All Rights Reserved. MICRO FOCUS, the Micro Focus logo,

More information

Quark XML Author Adapter for FileNet 2.8 ReadMe

Quark XML Author Adapter for FileNet 2.8 ReadMe Quark XML Author Adapter for FileNet 2.8 ReadMe Contents Quark XML Author Adapter for FileNet ReadMe...1 System requirements...2 Quark XML Author Adapter for FileNet installation procedure..4 Enabling.NET

More information

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe

Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Quark XML Author Adapter for FileNet 2.7 with Business Documents ReadMe Contents Quark XML Author 2015 ReadMe...1 System requirements...2 Quark XML Author Adapter for FileNet installation procedure..4

More information

SilkTest 2008 R2 SilkTest Quick Start Tutorial for Dynamic Object Recognition

SilkTest 2008 R2 SilkTest Quick Start Tutorial for Dynamic Object Recognition SilkTest 2008 R2 SilkTest Quick Start Tutorial for Dynamic Object Recognition Borland Software Corporation 8310 North Capital of Texas Hwy Building 2, Suite 100 Austin, Texas 78731 http://www.borland.com

More information

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK

Micro Focus The Lawn Old Bath Road Newbury, Berkshire RG14 1QN UK Relativity Designer Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Crystal Reports 2008 with Service Pack 0

Crystal Reports 2008 with Service Pack 0 Revision Date: September 19, 2007 2008 with Service Pack 0 Overview Contents This document lists specific platforms and configurations for Crystal Reports 2008 with Service Pack 0. INTRODUCTION...3 PRODUCTS...3

More information

Relativity Designer 2.2

Relativity Designer 2.2 Relativity Designer 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Introduction to ALM, UFT, VuGen, and LoadRunner

Introduction to ALM, UFT, VuGen, and LoadRunner Software Education Introduction to ALM, UFT, VuGen, and LoadRunner This course introduces students to the Application Lifecycle Management line products Introduction to ALM, UFT, VuGen, and LoadRunner

More information

Silk Performer Release Notes

Silk Performer Release Notes Silk Performer 18.5 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights reserved. MICRO FOCUS, the Micro

More information

Crystal Reports XI Release 2 Service Pack 4

Crystal Reports XI Release 2 Service Pack 4 Revision Date: May 7, 2008 Crystal Reports XI Release 2 Service Pack 4 Overview Contents This document lists specific platforms and configurations for Crystal Reports XI Release 2 Service Pack 4. INTRODUCTION...

More information

Education Software Installer 2012

Education Software Installer 2012 Education Software Installer 2012 Windows operating systems Installation guide Trademark notice SMART Notebook, SMART Ink, SMART Response, SMART Sync, SMART Classroom Suite, smarttech, the SMART logo and

More information

Silk Test Silk Test Classic: Working with Projects

Silk Test Silk Test Classic: Working with Projects Silk Test 15.5 Silk Test Classic: Working with Projects Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland

More information

Tool Create Database Diagram Sql Server 2008 Exporting

Tool Create Database Diagram Sql Server 2008 Exporting Tool Create Database Diagram Sql Server 2008 Exporting You can open database diagrams to view or edit the diagram's structure. Export (0) Print Create a New Database Diagram (Visual Database Tools) features

More information

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008

Embarcadero PowerSQL 1.1 Evaluation Guide. Published: July 14, 2008 Embarcadero PowerSQL 1.1 Evaluation Guide Published: July 14, 2008 Contents INTRODUCTION TO POWERSQL... 3 Product Benefits... 3 Product Benefits... 3 Product Benefits... 3 ABOUT THIS EVALUATION GUIDE...

More information

SilkTest Classic. Migrating from the SilkTest Classic Agent to the Open Agent

SilkTest Classic. Migrating from the SilkTest Classic Agent to the Open Agent SilkTest Classic Migrating from the SilkTest Classic Agent to the Open Agent Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All

More information

Delphi XE. Delphi XE Datasheet

Delphi XE. Delphi XE Datasheet Delphi XE Datasheet DATASHEET Delphi XE Embarcadero Delphi XE is the fastest way to deliver ultrarich, ultra-fast Windows applications. Used by millions of developers, Delphi combines a leading-edge object-oriented

More information

Crystal Reports Family of Offerings

Crystal Reports Family of Offerings SAP Solution in Detail Crystal Reports Crystal Reports Family of Offerings Versatile Solutions for Developers For over 15 years, the Crystal Reports family of offerings has provided integrated reporting

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

SAP Crystal Reports 2011 SP05+ Product Availability Matrix (PAM)

SAP Crystal Reports 2011 SP05+ Product Availability Matrix (PAM) SAP Crystal Reports 2011 SP05+ Product Availability Matrix (PAM) November, 2012 Updated: November, 2015 This Supported Platforms (PAM) presentation is applicable to CR2011 SP05 and subsequent SPs. For

More information

Rational Systems Developer

Rational Systems Developer Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Note Before using this information and the product it supports,

More information

Relativity Data Server 2.2

Relativity Data Server 2.2 Relativity Data Server 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS, the Micro

More information

Quark XML Author October 2017 Update

Quark XML Author October 2017 Update Quark XML Author 2015 - October 2017 Update Contents Quark XML Author 2015 ReadMe...1 System requirements...2 Quark XML Author installation procedure...4 Enabling.NET programmability...5 Changes in this

More information

Senstar Symphony. 7.2 Installation Guide

Senstar Symphony. 7.2 Installation Guide Senstar Symphony 7.2 Installation Guide Contents Contents Introduction... 3 Symphony Server...3 Symphony Client... 3 Xnet... 3... 4 Symphony Server requirements...4 Symphony Client requirements...4 Symphony

More information

Business Process Testing

Business Process Testing Business Process Testing Software Version: 12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm/ Document Release Date: August 2017 Software Release Date: August 2017 Legal Notices

More information

Micro Focus Net Express

Micro Focus Net Express data sheet Micro Focus Net Express Micro Focus Net Express provides a complete environment for quickly building and modernizing COBOL enterprise components and business applications for client/server platforms

More information

Release Notes for Cisco Insight v2, Release 2.0.0

Release Notes for Cisco Insight v2, Release 2.0.0 December 22, 2010 This document describes the operating environment and the defects and caveats that were identified as part of internal testing and during the interaction with live trials. It assumes

More information

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4

Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform 4.0 Support Package 4 Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For the Linux or Windows operating systems Software Version: 9.02 Document Release Date: October 2011 Software Release Date: October 2011 Legal Notices Warranty The only warranties

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For Windows and Linux operating systems Software Version: 9.07.0006 System Requirements Document Release Date: April 2014 Software Release Date: February 2014 Legal Notices

More information

Perceptive Nolij Web. Technical Specifications. Version:

Perceptive Nolij Web. Technical Specifications. Version: Perceptive Nolij Web Technical Specifications Version: 6.8.24 Written by: Product Knowledge Date: October 2017 2014-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

Infor LN Studio Application Development Guide

Infor LN Studio Application Development Guide Infor LN Studio Application Development Guide Copyright 2016 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

SAPGUI Tutorial. SilkPerformer 2010 R2. SAPGUI Tutorial

SAPGUI Tutorial. SilkPerformer 2010 R2. SAPGUI Tutorial SAPGUI Tutorial SilkPerformer 2010 R2 SAPGUI Tutorial Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. SilkPerformer

More information

Silk Performer Release Notes

Silk Performer Release Notes Silk Performer 19.5 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2018. All rights reserved. MICRO FOCUS, the

More information

Silk Test Testing Mobile Applications

Silk Test Testing Mobile Applications Silk Test 17.5 Testing Mobile Applications Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1992-2016. All rights reserved. MICRO

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.4 December 2017 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

Automated testing in ERP using Rational Functional Tester

Automated testing in ERP using Rational Functional Tester Automated testing in ERP using Rational Functional Tester A.Josephine Prapulla 1, Dr.L.Manjunatha Rao 2 1 Research Scholar, Bharathiar University. Coimbatore. 2 Professor and Director Dr. B. R. Ambedkar

More information

Crystal Reports Overview. Contents. Supported Platforms. This document lists specific platforms and configurations for Crystal Reports 2008.

Crystal Reports Overview. Contents. Supported Platforms. This document lists specific platforms and configurations for Crystal Reports 2008. Revision Date: October 29, 2007 Crystal Reports 2008 Overview Contents This document lists specific platforms and configurations for Crystal Reports 2008. INTRODUCTION... 2 PRODUCTS... 2 LANGUAGES... 2

More information

Oracle Financial Consolidation and Close Cloud. What s New in the December Update (16.12)

Oracle Financial Consolidation and Close Cloud. What s New in the December Update (16.12) Oracle Financial Consolidation and Close Cloud What s New in the December Update (16.12) December 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE FINANCIAL CONSOLIDATION AND CLOSE CLOUD, DECEMBER UPDATE...

More information

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning

DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Brett Elam bjelam@us.ibm.com - DB2 for z/os: Programmer Essentials for Designing, Building and Tuning April 4, 2013 DB2 for z/os: Programmer Essentials for Designing, Building and Tuning Information Management

More information

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials 2 About the Tutorial With TestComplete, you can test applications of three major types: desktop, web and mobile: Desktop applications - these

More information

Relativity for Windows Workstations

Relativity for Windows Workstations Relativity for Windows Workstations Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2015. All rights reserved. MICRO FOCUS,

More information

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework An Oracle White Paper October 2012 Release Notes - V4.2.0.0.0 Oracle Utilities Application Framework Introduction... 2 Disclaimer... 2 Deprecation of Functionality... 2 New or Changed Features... 4 Native

More information

Relativity for Windows Workstations 2.2

Relativity for Windows Workstations 2.2 Relativity for Windows Workstations 2.2 Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2017. All rights reserved. MICRO FOCUS,

More information

Quark XML Author 2015 September 2016 Update

Quark XML Author 2015 September 2016 Update Quark XML Author 2015 September 2016 Update Contents Quark XML Author 2015 ReadMe...1 System requirements...2 Quark XML Author installation procedure...4 Enabling.NET programmability...5 Changes in this

More information

SAP Automation (BC-FES-AIT)

SAP Automation (BC-FES-AIT) HELP.BCFESRFC Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information