Ask a questionAsk a question
 

Proposed AnswerMobile Application Automation

  • Friday, November 21, 2008 6:10 AMshankar3008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

     

    Hi,

     

    I would like to know if any one of you have any information about automating Windows mobile application? The aim is to run the automation tests on the device.

     

     

All Replies

  • Saturday, November 22, 2008 5:39 AMJack Cook - aka Help_LineMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I'm not sure what you are asking?  Can you expand on your question?

  • Monday, November 24, 2008 6:49 AMshankar3008 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I wanted to know is there a tool or procedure to do functional automation on the applications which are deployed over a handset.

    Something like what we do on the Web application (Functional automation using some of the tools like SAHI or Winrunner etc... which eventually used for Regression Testing)

    In this case for example: I would like to test couple of  SMS Compose scenarios, instead of doing it manually I want to automate it so that it runs a script/ set of instructions which will verify this scenario.

    Please let me know in this regard.

    thanks,


  • Wednesday, November 26, 2008 6:01 AMJack Cook - aka Help_LineMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I understand now.  Thanks for adding the extra post.

     

    I'm not a programmer so I don't know for sure.  I would suggest you head over to the MSDN forums and ask that question in the mobile device area.  Since it is a "developer" network there, my guess is you will get an answer quicker.

  • Saturday, September 26, 2009 8:00 PMkhuram123 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi, i dont think there is such a regression tool for mobile, but the thing u are trying ask is purly a dvelopers job who can write an applicaiton for doing thing like
  • Tuesday, November 03, 2009 11:56 AMReMBaM Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    Have a look at MortScript !

    MortScript interprets a (quite) simple batch language. If you know .bat files in DOS or shell scripts: it's something like that. Its focus is to remote control or launch other applications, not to write real applications. I.e., you can't do complex dialogs or graphics with it.

    Find it here;
    http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view&menu=29

    When using the *.zip file run it once. This way both extentions *.mscr and *.mortrun get their registry entry.

    XDA-Developers MortScript Thread;
    http://forum.xda-developers.com/showthread.php?t=289197

    TreoCentral Developers MortScript Thread
    http://discussion.treocentral.com/wm-developers-mortscript/132525-fun-mortscript.html


    The first thing I did when I installed this piece of marvelous software was creating two text files and later renamed them to *.mscr;
    One containing; Rotate(270)
    This gives me Landscape mode.
    The other containing; Rotate(0)
    This gives me Portrait mode.

    Have fun
    • Proposed As Answer byReMBaM Tuesday, November 03, 2009 11:56 AM
    •  
  • Sunday, November 08, 2009 3:24 PMReMBaM Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    I wanted to know is there a tool or procedure to do functional automation on the applications which are deployed over a handset.

    Something like what we do on the Web application (Functional automation using some of the tools like SAHI or Winrunner etc... which eventually used for Regression Testing)




    Deng I found it; Sashimi

    http://     < wrong link > Excuse $me

    : Edit :
    I'll try to find the appropriate link. (It's kinda hard, coze it's about CHEFS cooking ROMs).
    : Edit :

    Do not forget to donate ;)

    What is SASHIMI?
    SASHIMI is first and foremost an installer. Its main function is to install CAB, .REG., .XML, .EXE, and .MSCR files that can be used when setting up your device. It can be run in Manual Mode, Automated Mode, or in Manual+Auto mode. SASHIMI can also perform backups of your important files and registry entries and allow for easy restore during installation.

    SASHIMI, like all great things, is RAW! RAW, like sushi, sashimi means "uncooked". A RAW installer is most suitable for use on uncooked, stock, or lite ROMs. It helps users who would prefer to install all of their own apps an easy semi-automated way to do it. Of course it can be be used on cooked ROMs too, we sushi chefs like to share! Arigato! SASHIMI builds on the feature set of it's predecessors and the VIP+bengalih RAW Auto Installer, but with more wasabi-infused features!

    SASHIMI R0X0RZ

    Some video tutorials;
    http://www.youtube.com/view_play_list?p=D3FC86B36CB817D8
    • Proposed As Answer byReMBaM Sunday, November 08, 2009 3:24 PM
    • Edited byReMBaM Sunday, November 08, 2009 3:46 PMadded more info
    •