<div dir="ltr">Hi Christian,<div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 28, 2015 at 6:27 AM, Christian Mallwitz <span dir="ltr"><<a href="mailto:c.mallwitz@gmail.com" target="_blank">c.mallwitz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a pygtk application I would like to test using LDTP 3.5 on Ubuntu. I was hoping I could modify the AUT source to define proper names for LDTP objects instead having to deal with generated appmap prefixes in the test code but couldn't find a way to pick up the widget names on the LDTP side - is there? Maybe by using AT-SPI directly (but from python)?<br></blockquote><div><br></div><div>Appmap was the first implementation in LDTP, later it has been removed as the widget information was not dynamic.</div><div><br></div><div>You can try with object type with index, for example:</div><div><br></div><div>if the object is push button, you can use it as btn#0.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I'm able to inspect my app using Accerciser - is there something more recent?<br></blockquote><div><br></div><div>Accerciser is the latest one in terms of UI. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Additionally, I keep finding references to appmap and 'remapping' objects in older mailing list items and blogs. Is this still relevant? How could it be used? <br></blockquote><div><br></div><div>Its no longer supported.</div><div><br></div><div>Regards</div><div>Nagappan</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
In general I would rather not create static maps of my AUT but find objects dynamically as I have full control of the source in order to improve its testability...<br>
<br>
Any useful pointers or examples?<br>
<br>
Regards<span class="HOEnZb"><font color="#888888"><br>
Christian</font></span><br>_______________________________________________<br>
LDTP-dev mailing list<br>
<a href="mailto:LDTP-dev@lists.freedesktop.org">LDTP-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/ldtp-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/ldtp-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div>Cross platform GUI testing</div>Linux Desktop (GUI Application) Testing Project - <a href="http://ldtp.freedesktop.org" target="_blank">http://ldtp.freedesktop.org</a><br>Cobra - Windows GUI Automation tool - <a href="https://github.com/ldtp/cobra" target="_blank">https://github.com/ldtp/cobra</a><div>ATOMac - Mac GUI Automation tool - <a href="https://github.com/pyatom/pyatom" target="_blank">https://github.com/pyatom/pyatom</a></div><div><a href="http://nagappanal.blogspot.com" target="_blank">http://nagappanal.blogspot.com</a></div></div>
</div></div>