<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://citconf.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Julianharty</id>
	<title>CitconWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://citconf.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Julianharty"/>
	<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Special:Contributions/Julianharty"/>
	<updated>2026-04-25T12:42:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Mobile_testing&amp;diff=14728</id>
		<title>Mobile testing</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Mobile_testing&amp;diff=14728"/>
		<updated>2012-10-21T08:29:47Z</updated>

		<summary type="html">&lt;p&gt;Julianharty: Created the initial notes for the Mobile Testing session. These are based on the notes made on flip chart paper.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* testing applications&lt;br /&gt;
* testing mobile browsers&lt;br /&gt;
&lt;br /&gt;
* drive browsers in emulators&lt;br /&gt;
* saucelabs - cloud device testing. Apparently their &amp;#039;cloud&amp;#039; is hosted in the USA. Response times were reported as 4x those from running the same tests on a local computer (for iOS testing)&lt;br /&gt;
* testing bot - a similar service. Apparently they have a &amp;#039;cloud&amp;#039; in Europe. Response times were reported as 2x those from running the same tests as run locally - so faster than the service from saucelabs.&lt;br /&gt;
&lt;br /&gt;
* calabash&lt;br /&gt;
* testdroid (who have not replied to an email request about their support for iOS testing)&lt;br /&gt;
* MonkeyTalk (from Gorilla Logic)&lt;br /&gt;
* AppCode&lt;br /&gt;
&lt;br /&gt;
Using Virtual Machine APIs was suggested as a way to enable us to control the network conditions for tests running in the iOS simulator. Tools such as vagrant can reduce the burden of creating the virtual machine images.&lt;br /&gt;
&lt;br /&gt;
Open question: is there a way to do a grid (conceptually equivalent of Selenium Grid) for native apps? There are some commercial services from http://www.lesspainful.com and http://www.testdroid.com&lt;br /&gt;
&lt;br /&gt;
Crowd-sourced testers who can test mobile apps include:&lt;br /&gt;
* mob4hire&lt;br /&gt;
* utest&lt;br /&gt;
&lt;br /&gt;
Participants who used these services to test their mobile apps were not very impressed by the results where only about 5 of 80 reported bugs were deemed real bugs worth fixing. The cost of the testing, for a month, was apparently $8,000 USD&lt;/div&gt;</summary>
		<author><name>Julianharty</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Continuous_rewriting&amp;diff=14727</id>
		<title>Continuous rewriting</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Continuous_rewriting&amp;diff=14727"/>
		<updated>2012-10-21T08:06:15Z</updated>

		<summary type="html">&lt;p&gt;Julianharty: Plea for contributions to the Continuous rewriting page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To those who were in this session, I heard many positive things about it, please can you write some notes here? &lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Julian who was part of another session at the time...&lt;/div&gt;</summary>
		<author><name>Julianharty</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Effective_test_automation&amp;diff=14726</id>
		<title>Effective test automation</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Effective_test_automation&amp;diff=14726"/>
		<updated>2012-10-21T08:03:58Z</updated>

		<summary type="html">&lt;p&gt;Julianharty: Created the initial page and added a section on &amp;#039;flakytests&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
--- flakytests ---&lt;br /&gt;
Flaky tests are common, but not inevitable. There are various ways to identify what&amp;#039;s causing the tests to appear flaky. Simon Stewart - creator of WebDriver and lead for the Selenium opensource project has spoken and provided material on the topic on several occasions. Here&amp;#039;s a link to a brief Q&amp;amp;A where he suggests 3 possible reasons and how to address them http://www.eurostarconferences.com/blog/2012/10/17/test-leaders-live-webinar-qa-with-simon-stewart and here&amp;#039;s a longer article he wrote for the Google Testing blog http://googletesting.blogspot.hu/2009/06/my-selenium-tests-arent-stable.html &lt;br /&gt;
&lt;br /&gt;
Also Jonathan Kohl published an article on &amp;#039;unreproduceable bugs&amp;#039; http://www.kohl.ca/articles/unrepeatablebug.pdf&lt;/div&gt;</summary>
		<author><name>Julianharty</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Integrated_test_tools_and_an_IDE_for_Testers&amp;diff=14725</id>
		<title>Integrated test tools and an IDE for Testers</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Integrated_test_tools_and_an_IDE_for_Testers&amp;diff=14725"/>
		<updated>2012-10-21T07:58:28Z</updated>

		<summary type="html">&lt;p&gt;Julianharty: formatted content and added link for the HTML CodeSniffer utility&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Suggested features / capabilities&lt;br /&gt;
* testcases&lt;br /&gt;
* scripted instructions&lt;br /&gt;
* coded instructions&lt;br /&gt;
* recording&lt;br /&gt;
* discovery/inspection&lt;br /&gt;
* reporting&lt;br /&gt;
* bug tracking&lt;br /&gt;
* test runs / test suite&lt;br /&gt;
* import existing (similar) test cases&lt;br /&gt;
* CI integration&lt;br /&gt;
* debugging&lt;br /&gt;
* backed by a version control system&lt;br /&gt;
* IDE autocompletion&lt;br /&gt;
* multiple ways to present stuff - visual, text, ...&lt;br /&gt;
* auto-suggest of test ideas e.g. for security tests taken from owasp.org&lt;br /&gt;
&lt;br /&gt;
Who are the target users:&lt;br /&gt;
* Powerusers?&lt;br /&gt;
* Non-technical testers&lt;br /&gt;
&lt;br /&gt;
Opensource, reducing barriers to entry &lt;br /&gt;
&lt;br /&gt;
Hover over capability to see the UI of the app at each step of the test case&lt;br /&gt;
* See HTML Code Sniffer for an example of good UI that indicates where problems are visually displayed. http://squizlabs.github.com/HTML_CodeSniffer/&lt;br /&gt;
&lt;br /&gt;
Visual Components - drag and drop to create test cases - see the Visual Studio Workflow tool&lt;br /&gt;
&lt;br /&gt;
RubyMine recommended as a great IDE for Ruby code and writing Cucumber tests&lt;br /&gt;
Cubittest - front end for Selenium has visual presentation&lt;br /&gt;
Encrunch? a tool in the latest visual studio beta that runs tests all the time in memory without needing to save them&lt;/div&gt;</summary>
		<author><name>Julianharty</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=Integrated_test_tools_and_an_IDE_for_Testers&amp;diff=14721</id>
		<title>Integrated test tools and an IDE for Testers</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=Integrated_test_tools_and_an_IDE_for_Testers&amp;diff=14721"/>
		<updated>2012-10-20T16:05:11Z</updated>

		<summary type="html">&lt;p&gt;Julianharty: Notes for the session on creating an IDE for testers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Suggested features / capabilities&lt;br /&gt;
- testcases&lt;br /&gt;
- scripted instructions&lt;br /&gt;
- coded instructions&lt;br /&gt;
- recording&lt;br /&gt;
- discovery/inspection&lt;br /&gt;
- reporting&lt;br /&gt;
- bug tracking&lt;br /&gt;
- test runs / test suite&lt;br /&gt;
- import existing (similar) test cases&lt;br /&gt;
- CI integration&lt;br /&gt;
- debugging&lt;br /&gt;
- backed by a version control system&lt;br /&gt;
- IDE autocompletion&lt;br /&gt;
- multiple ways to present stuff - visual, text, ...&lt;br /&gt;
- auto-suggest of test ideas e.g. for security tests taken from owasp.org&lt;br /&gt;
&lt;br /&gt;
Who are the target users:&lt;br /&gt;
- Powerusers?&lt;br /&gt;
- Non-technical testers&lt;br /&gt;
&lt;br /&gt;
Opensource, reducing barriers to entry &lt;br /&gt;
&lt;br /&gt;
Hover over capability to see the UI of the app at each step of the test case&lt;br /&gt;
- See HTML Code Sniffer for an example of good UI that indicates where problems are visually displayed.&lt;br /&gt;
&lt;br /&gt;
Visual Components - drag and drop to create test cases - see the Visual Studio Workflow tool&lt;br /&gt;
&lt;br /&gt;
RubyMine recommended as a great IDE for Ruby code and writing Cucumber tests&lt;br /&gt;
Cubittest - front end for Selenium has visual presentation&lt;br /&gt;
Encrunch? a tool in the latest visual studio beta that runs tests all the time in memory without needing to save them&lt;/div&gt;</summary>
		<author><name>Julianharty</name></author>
	</entry>
	<entry>
		<id>https://citconf.com/wiki/index.php?title=CITCONEurope2012Sessions&amp;diff=14720</id>
		<title>CITCONEurope2012Sessions</title>
		<link rel="alternate" type="text/html" href="https://citconf.com/wiki/index.php?title=CITCONEurope2012Sessions&amp;diff=14720"/>
		<updated>2012-10-20T15:53:42Z</updated>

		<summary type="html">&lt;p&gt;Julianharty: /* 4:30 Topics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;CITCON Europe 2012 Budapest Sessions&lt;br /&gt;
&lt;br /&gt;
Back to the [[Main Page]]&lt;br /&gt;
&lt;br /&gt;
== 10:00 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[Helping people learn competences in test automation]]&lt;br /&gt;
# [[Browser automation in the cloud]]&lt;br /&gt;
# [[TDD2012]]&lt;br /&gt;
# [[Multi-platform build automation]]&lt;br /&gt;
# [[Avoiding rabbit holes]]&lt;br /&gt;
&lt;br /&gt;
== 11:15 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[What happens after the build is finished?]]&lt;br /&gt;
# [[Pain of testing legacy batch software]]&lt;br /&gt;
# [[Test automation engine features]]&lt;br /&gt;
# [[People come and go]]&lt;br /&gt;
# [[Learn another discipline without taking a pay cut]]&lt;br /&gt;
&lt;br /&gt;
== 2:00 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[Effective test automation]]&lt;br /&gt;
# [[Dealing with false positives]]&lt;br /&gt;
# [[Meaningful metrics]]&lt;br /&gt;
# [[Continuous rewriting]]&lt;br /&gt;
# [[Making devs do code reviews and unit tests]]&lt;br /&gt;
&lt;br /&gt;
== 3:15 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[Visualization for managers]]&lt;br /&gt;
# [[Do we need tests on planet retail?]]&lt;br /&gt;
# [[Mobile testing]]&lt;br /&gt;
# [[Test automation Q&amp;amp;A]]&lt;br /&gt;
# [[What tools?]]&lt;br /&gt;
&lt;br /&gt;
== 4:30 Topics ==&lt;br /&gt;
&lt;br /&gt;
# [[Risk management and voodoo charms]]&lt;br /&gt;
# [[How to implement CD in the cloud]]&lt;br /&gt;
# [[Tools to run parts of enormous suites]]&lt;br /&gt;
# [[Integrated test tools and an IDE for Testers]]&lt;br /&gt;
# [[Testing new feature in production]]&lt;br /&gt;
&lt;br /&gt;
== Table View ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! #&lt;br /&gt;
! 10:00&lt;br /&gt;
! 11:15&lt;br /&gt;
! 2:00&lt;br /&gt;
! 3:15&lt;br /&gt;
! 4:30&lt;br /&gt;
|-&lt;br /&gt;
| CruiseControl (large)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| AnthillPro (medium)&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Jenkins (medium)&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TeamCity (medium)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| BuildBot (small)&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Julianharty</name></author>
	</entry>
</feed>