dogtail test suite status

ahmad sayed ahmadsayed83 at yahoo.com
Sun Jul 15 14:47:21 EDT 2007


Hi Josh,

Waiting your comments :), I committed the code to the dogtail branch i created a new dir under src called src/test-dogtail  it contains my  up to date code.

Best regards,
Ahmed Sayed

----- Original Message ----
From: ahmad sayed <ahmadsayed83 at yahoo.com>
To: Josh Sled <jsled at asynchronous.org>
Cc: gnucash-devel at gnucash.org
Sent: Saturday, July 7, 2007 1:46:59 PM
Subject: dogtail test suite test harness

Hi Josh,

Sorry for my long silence i got some issues with my PC lately, I solved it at last,

currently i have a mix of good news and bad news.
the good news is:

1 - Currently we have wrapper to most of dialogs, our wrapper module reach more than 1000 LOC.
2 - I'm able to test the register and i compelete a smplified version of tutorial 1  and 2.

the bad news is:
1 - In order to be  able to access some components, I use some raw inputs,  according to dogtail  the raw input is to do mouse click using the coordinate,  
Like 
rawClick(wiget.position[0], widget.position[1])

2 - I got a problem with expanding the tree in the account pages so i only could create an account like
Expenses:Taxs
only parent and child more account like
 Expense:Taxs:Insurance currently no luck with them

also to access the register I use some tricks and work around Like 

===============================================
    def set_cell_text(self, text):
        relative_pos = self.column_val - self.prev_col_val
        print relative_pos
        if relative_pos > 0 :
            for i in range(relative_pos):
                self.keyCombo("Tab")
        else:
            for i in range(abs(relative_pos)):
               
 self.keyCombo("<Shift>ISO_Left_Tab")

        self.typeText(text)
================================================

in this code i save my previos position in if it is after my current position press tab for n times else press shit-tab for n times, something like this.

ofcourse i was expecting more from dogtail unlike other Testing tool, i used or read about but the register needs some work to make it play nice with dogtail(make it accessible), 

BTW: i tried to play with gnucash register code, and atk but i make a very slight progress, like making dogtail read the  register as table but it will require a lot of time the register code is too big.

3 - i have a problem with my svn account I contacted Derek to help me solving it.

The news ends here, :)

Back to testplan running:
you suggested some approach like Junit,  I tried pyunit and it looks nice to me,  do you have
 any issues regarding using it to organize our test cases.

Best regards,
Ahmed Sayed




      Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. 





      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 


More information about the gnucash-devel mailing list