.. ================================================== .. ================================================== .. ================================================== .. Header hierarchy .. == .. -- .. ^^ .. "" .. ;; .. ,, .. .. --------------------------------------------used to the update the records specified ------ .. Best Practice T3 reST: https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingReST/CheatSheet.html .. Reference: https://docs.typo3.org/m/typo3/docs-how-to-document/master/en-us/WritingReST/Index.html .. Italic *italic* .. Bold **bold** .. Code ``text`` .. External Links: `Bootstrap `_ .. Internal Link: :ref:`downloadButton` (default url text) or :ref:`download Button` (explicit url text) .. Add Images: .. image:: ./Images/a4.jpg .. .. .. Admonitions .. .. note:: .. important:: .. tip:: .. warning:: .. Color: (blue) (orange) (green) (red) .. .. Definition: .. some text becomes strong (only one line) .. description has to indented .. -*- coding: utf-8 -*- with BOM. .. include:: Includes.txt .. _applicationTest: Application Test ================ With a framework like https://www.seleniumhq.org/ it's possible to play and verify unattended test cases. To assist such frameworks and to make the tests reliable, an individual tag might be assigned to HTML elements which have to interact with the test framework. Form ---- By default every FormElement contains an attribute 'data-reference=', whereas the '' is either the name of the FormElement or a custom value, defined via 'FormElement.parameter.dataReference='. Report ------ Any HTML output can be extended by a tag - that's done by the webmaster. For QFQ generated links, an attribute like 'data-reference' might be injected via token 'A' (attribute). :: SELECT 'p:personedit&form=person&r=1|b|s|A:data-reference="person-edit"|t:Edit person' AS _link