Re: [Tutor] How to test mobile apps using python

2014-06-13 Thread Steven D'Aprano
On Fri, Jun 13, 2014 at 01:27:07AM -0700, Reuben wrote: > Hi, > > I would like to know how we could test android mobile apps using python. > Lets say I want to test my skype app. How can we go about? This forum is for learning the Python language, and unfortunately there's no "test_android_app"

Re: [Tutor] How to test mobile apps using python

2014-06-13 Thread Alan Gauld
On 13/06/14 09:38, Reuben wrote: These apps are native android apps downloaded from google play. Skype being an example. As far as I am aware all these apps are written in Java. But my problem statement requires that we test this app using python script. What kind of "testing" do you have in m

Re: [Tutor] How to test mobile apps using python

2014-06-13 Thread Reuben
These apps are native android apps downloaded from google play. Skype being an example. As far as I am aware all these apps are written in Java. But my problem statement requires that we test this app using python script. Regards, Reuben On Fri, Jun 13, 2014 at 1:32 AM, Alan Gauld wrote: > On

Re: [Tutor] How to test mobile apps using python

2014-06-13 Thread Alan Gauld
On 13/06/14 09:27, Reuben wrote: I would like to know how we could test android mobile apps using python. Lets say I want to test my skype app. How can we go about? Presumably you are writing these mobile apps in Python? If so what are you using to build the mobile app? What library/framework

[Tutor] How to test mobile apps using python

2014-06-13 Thread Reuben
Hi, I would like to know how we could test android mobile apps using python. Lets say I want to test my skype app. How can we go about? Regards, Reuben ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.p