[LDTP-Dev] [Bug 547091] New: ooldtp support for ldtpeditor
LDTP (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Sat Aug 9 11:44:22 PDT 2008
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=547091
LDTP | editor | Ver: 1.2.0
Summary: ooldtp support for ldtpeditor
Product: LDTP
Version: 1.2.0
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: editor
AssignedTo: ldtp-maint at gnome.bugs
ReportedBy: shreyankg at gmail.com
QAContact: ldtp-dev at lists.freedesktop.org
GNOME version: Unspecified
GNOME milestone: Unspecified
LDTP Editor should be able to generate ooldtp scripts when an appropriate
option is checked in the preferences dialog.
Converted code when ooldtp option unchecked:
from ldtp import *
from ldtputils import *
try:
click ("*gedit*", "btnNew")
selectmenuitem ("*gedit*", "mnuNew")
except LdtpExecutionError, msg:
raise
Converted code when ooldtp option checked:
from ooldtp import *
from ldtputils import *
try:
context ("*gedit*").click ("btnNew")
context ("*gedit*").selectmenuitem ("mnuNew")
except LdtpExecutionError, msg:
raise
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=547091.
More information about the LDTP-dev
mailing list