[LDTP-Dev] [Bug 401992] New: Remap on specific control if the
control is unavailable.
LDTP (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Jan 29 00:03:37 PST 2007
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=401992
LDTP | ldtp | Ver: unspecified
Summary: Remap on specific control if the control is unavailable.
Product: LDTP
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ldtp
AssignedTo: ldtp-maint at gnome.bugs
ReportedBy: xygwf at hotmail.com
QAContact: ldtp-dev at lists.freedesktop.org
GNOME version: Unspecified
GNOME milestone: Unspecified
Steps to Reproduce:
1. Input the following script, watch the map info:
ldtp.click('frmTasks', 'btnNew')
2. Then input a script:
ldtp.click('frmTasks', 'btnNewNon')
Actual Results:
1. Map all of components inside the frmTasks.
2. Remap all of components inside the frmTasks again.
Expected Results:
2. It should check the map of 'btnNewNon' button whether it exists in current
window but for all of components,
then add the map of control to map-file after it found.
Other:
In fact, We always just need to check whether the specific component is
available aftet maped all of controls under the window.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the LDTP-dev
mailing list