Release Notes

Tecap Automated Test Platform 2020

11/15/2021

Version 20.1.14

FIXED
The measured value of the failed test in the case of Stop-At-Fail is not displayed
FIXED
Edited start info when switching to production mode is not available for UI in time

10/20/2021

Version 20.1.13

FIXED
Possible exception with start info data fields when switching into Production Mode

03/18/2021

Version 20.1.12

FIXED
Lot Number is not transferred

10/28/2020

Version 20.1.11

FIXED
Test Plan Search results appear multiple times
FIXED
User role: Wrong message when renaming without change
FIXED
Crash with "Save as Template"
FIXED
Partial Route Group Disconnect does not update connect status correctly

10/02/2020

Version 20.1.10

FIXED
System setup state is not restored after tester shutdown
FIXED
Crash with active part alarm without spanning
FIXED
Nested route groups sometimes don't work

09/29/2020

Version 20.1.9

FIXED
Plugin compatiblity damaged

09/21/2020

Version 20.1.8

FIXED
Possible memory leak in managed user displays
FIXED
Embedded User Display Overlay leads to exceptions
FIXED
Memory consumption when using different projects increases steadily
FIXED
Possible exception with Test Handler Custom Data

08/03/2020

Version 20.1.7

FIXED
Project creation fails
FIXED
Lack of support for TLS 1.2 for web services
FIXED
Static Routes status after initialization can affect the routing system during the first switching operations
FIXED
Connect Endpoint does not always accept duplicate endpoint names
FIXED
Multi Point Route Connect / Disconnect sometimes leads to confused status information
FIXED
Crash when changing the pin name format
FIXED
Exception when loading old test plan format

07/22/2020

Version 20.1.6

FIXED
Program generator sometimes does not correctly recognize code bracket pairs
FIXED
Program generator writes code files with an unfavorable code page

07/09/2020

Version 20.1.5

FIXED
TestPlan Sequence Clone enables deactivated tests
FIXED
Test project upgrade from old to v1.5 does not rename folders
FIXED
Project clone has incorrect references in VS Solution
FIXED
Program generator does not understand Verbatim strings correctly
FIXED
Sequencer Dispatch Mode is ignored in Integrity Check
FIXED
Developer Cockpit workflow box remains active during run
FIXED
Embedded User Display Overlay can throw OutOfMemoryException
FIXED
Provide Clone Service API on Add-On Layer

06/12/2020

Version 20.1.4

FIXED
Partial connect / disconnect with multi-point routes can fail
FIXED
Connector Pin Editor keeps old state after Instrument Name Refactoring
FIXED
Factory Integration based on TP Test Environment is deactivated again
FIXED
Remove Enable SOT / EOT because it is out of date; Activation by selecting Factory Setup
FIXED
Detection of the online release notes page incorrect

03/25/2020

Version 20.1.3

FIXED
Possible exception for project opening and workflow selection is reset (None)
FIXED
Increased processor load when editing tables
FIXED
Crash in Package Manager when initially configuring a project

03/23/2020

Version 20.1.2

FIXED
Exception message in Result Analyst selection when there are no DataPools
FIXED
Possible crash with active quality alarms with spanning
FIXED
Labels are sometimes displayed in the wrong font
FIXED
Possible crash when closing due to plugin workspace setup
FIXED
Solution Generator can set wrong namespaces
FIXED
Incorrect short detect in route groups with double throw routes
FIXED
Test Execution windows, crash when clicking on column header
FIXED
Mass changes slow with large amounts of data
FIXED
Disabling system setup sometimes slow
FIXED
Generator does not reliably recognize comment lines
FIXED
Failed sites detection sometimes leads to a crash

03/12/2020

Version 20.1.1

FIXED
StationName and StationCounter fields do not resolve properly
FIXED
Production Setup barcode field cannot be empty
FIXED
Call handling workflow check cyclically

03/09/2020

Version 20.1.0

NEW
Workflows with linked variants
API CHANGES
NEW
Test plan parameters with unit and description
NEW
Production Package take settings from previous release
NEW
Make Sequencer Execution API accessible in handling
NEW
Move tests in the design list with the mouse
NEW
Provide project and session information in logging and plugins
NEW
TestRunner and Production API combine and simplify
API CHANGES
NEW
Get online release notes
NEW
Tecap info on splash screen
NEW
Dashboard design
FIXED
Memory usage increases after reloading the project in test mode
FIXED
C # Project Load causes problems in some .NET environments
FIXED
generates an exception in the license dialog
FIXED
Process Alarm Override Typo
API CHANGES
FIXED
Error after switching between production mode and engineering
FIXED
StoreCustomData API does not accept null values
FIXED
Export / import of project packages not functional
FIXED
Test Workflow and Test Variant Views open scrolled down
FIXED
Supplier export does not work
FIXED
Database type cache is not deleted when changing connection
FIXED
Deselection of all sites in OnCheckStartOfTestCondition causes crash
FIXED
Creating SessionCustomData Field no longer works after reloading the project
RECOMPILE
FIXED
For production setups, the barcode is not automatically adopted during configuration

Changes and Migration

In this section we explain which changes in the software affect project content and plugins in such a way that they have to be migrated.

What is affected?

  • Test projects by adding content (automatic adjustment)
  • Production plugins through API changes (manual adjustments necessary)

Upgrading test projects

When switching from Tecap 2019 Version 8.x to Tecap 20.1, new project content will be added that will require an update of the project file. These are new configuration options for the design of workflows. The project structure at the file level remains the same.

Production API assembly reference

Applies to: plugins with start processes, operator interfaces and test handling.

For easier use and further development, the MTQ.Tecap.Production.Extensibility.dll has been dissolved and the content has been moved to MTQ.Tecap.TestRunner.Extensibility.dll.

In the migration of plugins please remove MTQ.Tecap.Production.Extensibility.dll and add a reference to MTQ.Tecap.TestRunner.Extensibility.dll if you have not already done so.

The namespace can be replaced with Find/Replace: "MTQ.Tecap.Production" to "MTQ.Tecap.TestRunner".

TestRunner API, correction

Applies to: Test Handling Plugins

The ProcessAlarmAcknowledge API had a spelling error. The API is still new and not widely used, so we decised to go with the breaking change as not to manifest the error and not to create unnecessary 'obsoletes' from the beginning.

Workflow API, improvement

Applies to plugins with test handling, operator interfaces

The old workflow API had to be adapted as part of the feature expansion.

Name changes: The interface IWorkflowFacility is now called IWorkflowControlFacility. The interface has been cleaned up for wrong named methods.

The methods "ChangeTestSetup" are now correctly called "SelectTestSetup".

Automated Test with Passion.