Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 743 Bytes

ExcessiveAutoTestCheck.md

File metadata and controls

24 lines (19 loc) · 743 Bytes

Excessive AutoTest Check (ExcessiveAutoTestCheck)

Description

Standard 772, Interaction with Automated Testing Tools, has been canceled. In this regard, verification of the "АвтоТест" parameter in the form code is no longer necessary.

Examples

If Parameters.Property("АвтоТест") Then
    Return;
EndIf;

and in handler Filling in object module:

// Skip processing to get the form when sending the "АвтоТест" program.
If FillData = "АвтоТест" Then
    Return;
EndIf;

Sources