-
1. Re: GSoC - Automated Visual Verification
dan.j.allen Apr 27, 2012 2:01 AM (in response to fafnir88)Welcome and congratulations, Jakub!
We plan to do a hangout (Google or alternative) soon so you touch base with the core Arquillian devs. We'll be in touch.
-
2. Re: GSoC - Automated Visual Verification
lfryc Apr 27, 2012 8:09 AM (in response to fafnir88)Hi Jakub,
congratulations to acceptance and welcome to Arquillian!
I'm looking forward to hear from you about findings.
If you need any immediate help to dive into the project quickly, you can find me on
irc.freenode.net / #jbosstesting
-
3. Re: GSoC - Automated Visual Verification
fafnir88 May 8, 2012 6:25 PM (in response to fafnir88)Hi again,
A little update about my progress. All the small stuff done.
Repository forked : https://github.com/cube88/arquillian-rusheye
Test build, test run, simple comparisons done. Since there are no more preparations to do, I started working on Manager (first part of the project).
-
4. Re: GSoC - Automated Visual Verification
dan.j.allen May 17, 2012 12:42 PM (in response to fafnir88)Great! Thanks for the update!
-
5. Re: GSoC - Automated Visual Verification
fafnir88 May 27, 2012 4:18 PM (in response to fafnir88)Hello everyone,
My first 'real' update... Although starting earlier didn't quite work out because of finishing my M.Sc., last week I started working normally on the project's frist part - Manager. Current result look like that :
What is done :
- Simple project management - we can create project from directories, parse them and aggregate pictures into tree of test cases.
- Simple version of DoubleView - first view where we can compare images.
- SingleView - where we can switch between patterns and results (something like layers in gimp), color differences etc. [that's the full idea, now it only show diff image based on pattern and sample - rush-eye core code reused for this].
Generally, strategy for the first part of this code period is to make all the user interface stuff, so that anyone can try it get the idea about usage.
-
6. Re: GSoC - Automated Visual Verification
lfryc May 28, 2012 4:40 AM (in response to fafnir88)Great job, Jakub!
I will look into setting up additional test suites, so we can try on different real data than you are using as base for development.
-
7. Re: GSoC - Automated Visual Verification
fafnir88 Jun 4, 2012 2:17 PM (in response to fafnir88)And the next update is here.
What was done last week :
Double View with synchronized scroll (we change position of one image and the second follows).
Single View with sample/pattern/diff image, zoom in/out, and focus button, that sets display to part of image with errors.
Generating Visual Suite descriptor through menu.
Marking tests with buttons as positive and negative (ResultConclusion field in TestCase where I store data, not in actual result descriptor).
On this screen we can see generated xml from directory, and in the right menu we have buttons and labels, where we can see/set status of selected test.
-
8. Re: GSoC - Automated Visual Verification
fafnir88 Jun 13, 2012 6:38 PM (in response to fafnir88)And another one...
Still making usefull gui:
- Drag and drop for moving image.
- custom icons in tests tree.
- filters in tree (only negative/positive/not_tested).
- menu under each image view.
- Integration of parse function from RushEye.
- better image management
-
9. Re: GSoC - Automated Visual Verification
fafnir88 Jun 29, 2012 8:05 PM (in response to fafnir88)And update again (looks like I missed one considering one update per week pattern).
Anyway, project is progressing fine :
We can now perform all operations through manager.
- Generating test suite
- Running parse of this suite
- Loading suite and then see/compare test cases.
Small bugs like problem with unpredictable drag and drop fixed.
Still need to do crucial part of inserting changes made by manager into result suite.
And after that generally make gui more simple and user friendly.
-
10. Re: GSoC - Automated Visual Verification
fafnir88 Jul 17, 2012 3:25 PM (in response to fafnir88)Midterm over, looks like I'm still in.
Manager is in quite advanced state, on github https://github.com/cube88/arquillian-rusheye there is manual with all current working stuff.
To sum up:
Basic stuff is done and working, user can generate suite, load it, compare images and set his own results for patterns. Then he can run parse for suite and do normal parse(that takes into consideration results user set). User can also set result xml file and change already written results. That's basic stuff, still more to do, and to do it more simple.
Some changes in schedule, still working on manager and mask creator as part of it(mask creator was scheduled last originally).