Discussion Board

Results 1 to 3 of 3
  1. #1
    Registered User laukpe's Avatar
    Join Date
    Feb 2005
    Posts
    1
    I'm a test engineer wirh some test automation experience with Python (and plenty of other tools). I'm currently testing Symbian applications and would be interested to use Python there.

    Are there any ways to interact with Symbian applications using Python? I would be interested to either hook directly with UI widgets or send keypad commands to the app.

    On Windows I've been doing this kind of things both directly through COM and using SendKeys (see http://aspn.activestate.com/ASPN/Coo...n/Recipe/65107). It would be awesome if anything like that would be possible in Symbian.

  2. #2
    Registered User liuchao01's Avatar
    Join Date
    Mar 2009
    Posts
    1
    I am waiting for the answer too....

  3. #3
    Super Contributor JOM's Avatar
    Join Date
    Mar 2003
    Location
    Espoo, Finland
    Posts
    976
    Quote Originally Posted by laukpe View Post
    I'm a test engineer wirh some test automation experience with Python (and plenty of other tools). I'm currently testing Symbian applications and would be interested to use Python there.

    Are there any ways to interact with Symbian applications using Python? I would be interested to either hook directly with UI widgets or send keypad commands to the app.

    On Windows I've been doing this kind of things both directly through COM and using SendKeys (see http://aspn.activestate.com/ASPN/Coo...n/Recipe/65107). It would be awesome if anything like that would be possible in Symbian.
    Well,

    There are ways to launch certain apps as well as bring certain apps foreground. This helps a bit. Furthermore there are ways to send keypresses to any focused application.

    That's about it. There are no ways to directly hook into any UI widget at all. Only to send keypresses into application in general. In my opinion you can do some limited kind of automated UI testing with PyS60, but not enough. Additional testing will be required.

    Cheers,

    --jouni

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved