Re: dogtail test suite test harness

2007-08-03 Thread ahmad sayed
Derek Sorry again for the delay , this time i didn't see the Email :( , i saw it while doing my routine orginization to my mails The issue of using coordinate or hotkeys is only with widgets that have some problem currently The register and the treetable in account page, other invisible widget

Re: dogtail test suite test harness

2007-07-25 Thread Josh Sled
Derek Atkins <[EMAIL PROTECTED]> writes: > PS: I realize it might be easier now to have all your classes in > a single "Gnucash.py", but eventually I think it might be better > to separate the various classes into separate files, like Register.py, > AccountTree.py, NewAccountDialog.py, PriceDialog.

Re: dogtail test suite test harness

2007-07-25 Thread Derek Atkins
ahmad sayed <[EMAIL PROTECTED]> writes: > Sorry for the delay, I was out of home for 3 days:). No worries. we all have our delays. :) >>> (As Derek asked:) are these window x,y coordinates, or logical widget > locations? > >>> Based on the command above I'd ASSUME it's logical widget locations

Re: dogtail test suite test harness

2007-07-24 Thread Josh Sled
ahmad sayed <[EMAIL PROTECTED]> writes: > Josh Said: >> 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. >> It looks like you've started down that path. Whatever you're comfortable >> using i

Re: dogtail test suite test harness

2007-07-23 Thread ahmad sayed
Sorry for the delay, I was out of home for 3 days:). >> (As Derek asked:) are these window x,y coordinates, or logical widget >> locations? >> Based on the command above I'd ASSUME it's logical widget locations.. ?? But I'm wondering how it deals with invisible widgets. yes it is logical, yes i

Re: dogtail test suite test harness

2007-07-20 Thread Derek Atkins
Josh Sled <[EMAIL PROTECTED]> writes: >> 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]) > > (As Derek

Re: dogtail test suite test harness

2007-07-19 Thread Josh Sled
ahmad sayed <[EMAIL PROTECTED]> writes: > 2 - I'm able to test the register and i compelete a smplified version of > tutorial 1 and 2. This is great. :) > 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

Re: dogtail test suite test harness

2007-07-08 Thread Derek Atkins
Ahmad, Quoting ahmad sayed <[EMAIL PROTECTED]>: > Derek, > > Sorry, I found that gnucash devel is very busy those days so I expect > that it will be better to send this issue in private Email. Private email *IS* the best way to send this.. However IRC is another route, and if you don't get a r

Re: dogtail test suite test harness

2007-07-08 Thread ahmad sayed
Derek, Sorry, I found that gnucash devel is very busy those days so I expect that it will be better to send this issue in private Email. Best regards, Ahmed Sayed Expecting? Get great news right away with

Re: dogtail test suite test harness

2007-07-07 Thread Derek Atkins
Ahmad, It's a good thing you said something here. Your private email landed in my spam folder so I would never have seen it! More in-line... Quoting ahmad sayed <[EMAIL PROTECTED]>: > Hi Josh, > > Sorry for my long silence i got some issues with my PC lately, I > solved it at last, > > curren

dogtail test suite test harness

2007-07-07 Thread ahmad sayed
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