Questions tagged [spoon]

Tool to test Android apps with different hardware specifications by distributing instrumentation test and displaying the results in a meaningful way.

Android's ever-expanding ecosystem of devices creates a unique challenge to testing applications. Spoon aims to simplify this task by distributing instrumentation test execution and displaying the results in a meaningful way.

Instead of attempting to be a new form of testing, Spoon makes existing instrumentation tests more useful. Using the application APK and instrumentation APK, Spoon runs the tests on multiple devices simultaneously. Once all tests have completed, a static HTML summary is generated with detailed information about each device and test.

Latest release: 1.7.1 released on Feb 3, 2017

185 questions
2
votes
0 answers

Android testing via spoon not equal test counts

I am trying to use spoon for parallel running instrumental tests on all connected devicesю In my situation I have 3 connected devices at the same time now. I have about 96 tests at all. And for two devices I can see in test html spoon report that…
busylee
  • 2,540
  • 1
  • 16
  • 35
2
votes
0 answers

How to increase heap size for Android Automation

I am using spoon runner for executing my test cases developed using Espresso and UI automator. I have around 200 test cases. Most of the time execution is crashed due to out of memory issue. When I checked Android memory monitor, there is only 128…
Basim Sherif
  • 5,384
  • 7
  • 48
  • 90
2
votes
1 answer

Spoon Timeout getting device list

In my build.config (gradle) i am renaming apk, because of that I have to apply spoon plugin as afterEvaluate{ apply plugin: 'spoon' spoon { adbTimeout = 60*10 debug = true } } but now I am getting error stack trace…
GaneshP
  • 746
  • 7
  • 25
2
votes
1 answer

Using Gradle Spoon Plugin to launch tests in specific location

I am having problem to find documentation how could I solve that case. I am capable of launching small/medium/large tests with: ./gradlew spoonSmall ./gradlew spoonMedium ./gradlew spoonLarge Or launching specific tests with usage of this…
F1sher
  • 7,140
  • 11
  • 48
  • 85
2
votes
1 answer

Logs are empty when using Spoon gradle with Robotium

I am using spoon gradle with robotium and cucumber and I can take the screenshots and see on the report, but the logs are completely empty. Am I missing something ? My Build.gradle: classpath('com.stanfy.spoon:spoon-gradle-plugin:1.0.3') { …
rafazzevedo
  • 390
  • 2
  • 12
2
votes
2 answers

Synchronous transformation jobs using kettle

Is there any way to run transformation jobs for synchronous calls ? The requirement is like for each API call I need to execute the ktr and return the response. Synchronous calls might happen , input file size can also change , can I handle this…
Vipin YoYo
  • 113
  • 2
  • 7
2
votes
2 answers

"Operation in progress..." Never Ends When Previewing Rows in Kettle Spoon via Salesforce

I am trying to pull data from a Salesforce API account using Pentaho/Kettle Spoon. I am able to establish a connection on Pentaho with this account. I am also able to get fields from specific modules. However, when I try and "Preview rows" (even…
joberman
  • 21
  • 2
2
votes
1 answer

Pentaho Kettle: how to pass variable from transformation to another transformation inside job

I have two transformations in the job. In the first trasnformation - I get details about the file. Now I would like to pass this information to the second transformation, I have set variable in the settings parameters of the trasnformation #2 and…
Volder
  • 972
  • 4
  • 13
  • 29
2
votes
1 answer

Loop over file names in sub job (Kettle job)

The task is to get file names from the folder and then loop the same task (job) over all the files one by one. I created a simple job with transformation (get files names) and then job with flag "Execute for each row" (now is just logging the name…
Volder
  • 972
  • 4
  • 13
  • 29
2
votes
1 answer

Pentaho DI / Kettle / Spoon Configuration with External Jars

I am deveoloping a custom plugin for Pentaho DI / Kettle 4.4 and use custom Validation and XSLT jars as part of it. Those jars are referenced in plugin.xml along with the plugin's jar itself and deployed in the same location as the plugin's…
Shonapapa
  • 41
  • 4
2
votes
1 answer

pentaho spoon output to multiple xml files based on field content

continuation to this question Pentaho Spoon - Output to multiple files based on field content how to do it for "xml output" since "xml output" doesn't have "accept filename from the field" input in its form
Vishal
  • 31
  • 6
2
votes
1 answer

Spoon: No more handles [Could not detect registered XULRunner to use]

I am using Pentaho Data Integration tool 4.4.0 on my Ubuntu 14.04 uname -a Linux LT0124 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux When I am closing PDI I am getting pop up window with following…
wlodi83
  • 123
  • 1
  • 13
2
votes
2 answers

How to order test cases for Spoon Automated Testing in Android?

I have added a suite() method to order my tests the way I want them and thus when I run it through Android JUnit they are executed accordingly. But then I noticed that when I use the Spoon execution, the one using cmd, my test cases are executed…
John Ernest Guadalupe
  • 6,379
  • 11
  • 38
  • 71
2
votes
1 answer

How can i design star schema in pentahoo data integration

I have just started learning PDI community edition. My main aim to create the star schema from normalized tables. i was reading this tut http://diethardsteiner.blogspot.com.au/2011/11/star-schema-modeling-with-pentaho-data.html But in mt pentaho CE…
user3147180
  • 923
  • 3
  • 12
  • 25
2
votes
1 answer

spoon gradle : Could not create plugin of type 'AppPlugin'

my gradle project was build succeed, but when add spoon ,then i got this error (Could not create plugin of type 'AppPlugin') my gradle version 1.9 build.gradle : buildscript { repositories { mavenCentral() } dependencies { …
sunhao111999
  • 79
  • 1
  • 6
1 2
3
12 13