Hi All:
Has any other support testing framework to do Gnome Desktop Application Test except LDTP ? I use ldtp to do Gnome2.X test on Solaris before,Because of Gnome3.0 not worked on Solaris ,so I try test Gnome3.0 on Ubuntu15,But I got some error(install all relation package): 5136ldtp.launchapp('gedit') Traceback (most recent call last):gedit = ooldtp.context('frm*gedit') File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/ooldtp/_context.py", line 102, in __call__ return self._func(self._window_name, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/ldtp/client.py", line 69, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.7/xmlrpclib.py", line 1599, in __request verbose=self.__verbose File "/usr/local/lib/python2.7/dist-packages/ldtp/client.py", line 191, in request raise e xmlrpclib.Fault: <Fault 8002: "type object 'Accessible' has no attribute 'get_action'"> Traceback (most recent call last):gedit.selectmenuitem('*Open') File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/ooldtp/_context.py", line 102, in __call__ return self._func(self._window_name, *args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/ldtp/client.py", line 69, in __call__ return self.__send(self.__name, args) File "/usr/lib/python2.7/xmlrpclib.py", line 1599, in __request verbose=self.__verbose File "/usr/local/lib/python2.7/dist-packages/ldtp/client.py", line 191, in request raise e xmlrpclib.Fault: <Fault 8002: "type object 'Accessible' has no attribute 'get_action'"> I don't konw the reason,can you help me to solve that problems? Is Ldtp not support Gnome3.0 ? Has any other support testing framework to do Gnome Desktop Application Test except LDTP ? Thanks, Shidong |