LDTP  3.5.0
 All Pages
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: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/value.py

Windows: https://github.com/ldtp/cobra/blob/master/Ldtpd/Value.cs

Note
Supported only on Linux and Windows platform

Example

In the Creation of Appointment:

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

Author
Sheetal svnay.nosp@m.ak18.nosp@m.@yaho.nosp@m.o.co.nosp@m.m


Linux Desktop Testing Project