LDTP  2.3.1
verifypartialtablecell

Syntax

verifypartialtablecell('<window name>', '<table name>', <row no>, <column no>, '<sub string to be compared>')

Description

Verifies the tablecell value with the sub String Passed ie., fifth argument

ImplementationDetails

Return values:
1on success, else 0.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/table.c

Example

from ldtp import *

With respect to Evolution, open message

verifypartialtablecell('frmReadOnlyMail', 'tblcheck', 1, 1, 'xyz')

Author:
Bhargavi <kbhargavi_83@yahoo.co.in>