verifypartialmatch

Syntax

verifypartialmatch ('<window name>', '<textbox name>' , '<substring>' )

Description

Verifies the textbox with the partial string

Implementation

Return values:
1 on success, else 0.
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/text.c

Example

from ldtp import *

With respect to Evolution, to verify textbox with partial string

verifypartialmatch ('frmComposeamessage', 'txtto','nove')

Author:
Bhargavi <kbhargavi_83yahoo.co.in>


Linux Desktop Testing Project