Hi All,

As some of you know I am working in a mobile phone company.

Here all Dev and Testing people loose lot of time in flashing(+)and flexing(++) the phone. (+) flashing - burning the firmware (++)flexing - setting the configuration for the phone. This ideally eats half an hour time for all here since we need to flash first and flex a few files.

So as a Tester half the day for me goes in doing this.

I am planning to automate the flash and flex process using PERL ( of course ).

Now let me tell you the requirement -

1) I have the flash files and flex files in a folder.

2) Flash files can be identified by the extension of the file ..something like .shx, and flex files can be identified with extension .hs .

3)I have the phone connected to one of the USB port.

4) A program SGH.exe does the process of burning the firmware (.shx - flashing).

5) I want to open the file with SGH.exe , a UI is seen where i there is an option to Start ( burning or flashing )

6) There is a status bar which finally shows PASS or FAIL and if FAIL it shows the error.

7) I need to run the start which will flash and open the flex files .hs with the same SGH.exe and again start to flex.

My thoughts :

1) Opening the file with the mentioned exe isnt a big hassle , esp when i am thinking in perl.

2) As SGH.exe does not have a command line interface Win32::GUITest maybe a good option ( updated after making a blunder here ) Well if i finish this automation , half a day more i can spend on Perl monks monastery.

If someone has already done something similar or has a way to do it , let me know.

Regards prad

In reply to Sample of Win32::GuiTest needed for this by prad_intel

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.