Issue 5077 in pharo: UI simulation from BDDExtensions project

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
12 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo
Status: Accepted
Owner: ----
Labels: Milestone-1.4 Type-Feature

New issue 5077 by [hidden email]: UI simulation from BDDExtensions  
project
http://code.google.com/p/pharo/issues/detail?id=5077

See http://forum.world.st/GUI-Testing-Library-td4097866.html

Except for the tests, there's only extension methods, which I'll  
recategorize. The ones I have questions about are:
* TestCase - I know SUnit is an external project. Is ours forked? i.e. can  
I add methods to it?
* Keymapping - simulating modifier keys requires Keymapping-Shortcuts. What  
would be best?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo

Comment #1 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

  think the best would be to add it externally from a configuration. So, I  
created one:
Gofer new
        squeaksource: 'BDDExtensions';
        package: 'ConfigurationOfBDDExtensions';
        load.
(Smalltalk at: #ConfigurationOfBDDExtensions) loadDevelopment

At the moment it only has a 1.0-baseline with BDDExtensions and  
Keymapping-Shortcuts.



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo

Comment #2 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

Thanks! I'm working on some polishing and tests. I'll upload a new version  
in the next few days.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo

Comment #3 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

So what is the status? is this for 1.4?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo
Updates:
        Status: closed

Comment #4 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

I guess that this is handled out of PharoCore so we can close it.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo
Updates:
        Status: Accepted
        Owner: [hidden email]
        Cc: [hidden email]
        Labels: -Milestone-1.4 Milestone-2.0

Comment #5 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

There was a request to include this in the image. I think that would be  
great as it can support gui-related tests in the kernel. At the time, we  
had core and dev and it was decided it didn't belong in core. Now that  
there is no more core, I think it should be included.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo
In reply to this post by pharo
Updates:
        Status: FixToInclude

Comment #7 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

We published a first slice which move the extensions of keymapping to  
keymapping.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo
Updates:
        Status: WorkNeeded

Comment #8 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

integrated the fist slice


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo

Comment #9 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

No, I did not integrate it as all the methods are in a package  
*BDDsomething.

Please commit a slice that has them as part of the KeyMapping package.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo

Comment #10 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

So this is a bug in RPackageSet.
I do not know how we can do it. Probably fileouting the cs, editing with  
emacs and reloading in pharo.
We will do that after lunch.

We produce a second slice with a new package SUnit-UITesting




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo
Updates:
        Status: FixToInclude

Comment #11 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

We publish a new version of Keymapping-Shortcuts.2 with the correctly  
sorted methods.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5077 in pharo: UI simulation from BDDExtensions project

pharo
Updates:
        Status: Integrated

Comment #12 on issue 5077 by [hidden email]: UI simulation from  
BDDExtensions project
http://code.google.com/p/pharo/issues/detail?id=5077

I included the second slice


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker