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

Implementation

Return values:
1 on success, else 0.
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/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>

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

Implementation

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

Example

from ldtp import *

With respect to Evolution, open message

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

Author:
Nagappan A <nagappan@gmail.com>


Linux Desktop Testing Project