LDTP  2.3.1
verifysetvalue

Syntax

verifysetvalue('<window name>', '<spinbutton name>', '<value>')

Description

Verifies the value set in spin button.

ImplementationDetails

Return values:
1on success and 0 on error.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/spin-button.c

Example

In the Creation of Appointment:

verifysetvalue('dlgAppointment-Nosummary','sbtnOccurence','2')

Author:
Sheetal <svnayak18@yahoo.com>