The Artima Developer Community
Sponsored Link

Java Buzz Forum
Android Javamonkey Sikuli Junit

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 105
Nickname: sharemefg
Registered: Nov, 2005

Fred Grott is an android developer producing prototype applications for Chicago start-ups
Android Javamonkey Sikuli Junit Posted: Aug 31, 2012 2:53 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Android Javamonkey Sikuli Junit
Feed Title: GrottWorkShop
Feed URL: http://shareme.github.io/atom.xml
Feed Description: Android development with a passion for Android, Java, and Agile.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From GrottWorkShop

Advertisement

So we have this nice Java api interface to monkeyrunner. What is the obvious missing part? How about a junit set of classes that setsup and runs unit test through sikuli and generates the reports in xml and html formats?

So that is one of the side libraries being developed to be used with GWSAntDroid. Why? I did not want to always have to change contexts and do it in python and since we accessing Sikuli in java anyway the test report outputs might as well be in junit style as xml and html right?

So what is this good for? Well, you have this nice User Interface Development Director. While he or she may undrstnad iphone he or she might not understand android too well and he or she only might know how to visually setup a regression test in sikuli for a use case.

So you as the person working on the java android code want the ability to get a test report back in junit style in xml or html that shows the excution of that use case regession test and any new regression testing use cases you come up with. Makes it easier on you and I might even be able to re-use what I learned about cucumber-jvm and gherkin to re-use it on the java monkey side to have BDD testing the sikuli way to than make the unit test reporting English like to the User Interface Development Director.

With modern junit we already have access to hamcrest so If I add fest assertions, than cucumber gherkin I should be able to get fully get the junit tests in full English but coupled to the Sikuli visual way of testing.

Read: Android Javamonkey Sikuli Junit

Topic: Observer Pattern with Spring Events Previous Topic   Next Topic Topic: Which Java thread consumes my CPU?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use