LDTP  2.3.1
verifypartialmatch

Syntax

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

Description

Verifies the textbox with the partial string

ImplementationDetails

Return values
1on success, else 0.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/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