blob: 63ad1ee0c6e576e9b0c69fe6467d520f1f0a2218 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<!--
Copyright (c) 2014 BREDEX GmbH.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
-->
<section xml:id="actionCheckTextAlert" version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xl="http://www.w3.org/1999/xlink" >
<title>Check Text of Alert/Prompt/Confirmation</title>
<itemizedlist>
<listitem>
<para>
Use this action to check the prompt, alert or confirm string in an alert, prompt or confirmation.
</para>
<para>
Alerts, prompts and confirmations are not shown during test execution, but they must
still be handled in the test. You must use the actions to deal with the prompt, alert or
confirmation just before the item appears. The actions are designed to deal with the next prompt, alert or confirmation
that appears and not while it is already open.
</para>
</listitem>
<listitem>
<para>
Parameters:
<itemizedlist>
<listitem>
<para>
<xref linkend="text" xrefstyle="template:%t"/>
</para>
</listitem>
<listitem>
<para>
<xref linkend="operator" xrefstyle="template:%t"/>
</para>
</listitem>
</itemizedlist>
</para>
</listitem>
</itemizedlist>
</section>
|