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
0
votes
1 answer

Spoon with serial number of devices

Is it possible to specify the serial numbers to execute with specific devices ? I have attached 10 devices. But i wanted to run only 5 devices. Is there any option to give specific Device IDs and run them ?
a.t.obulreddy
  • 239
  • 2
  • 4
  • 13
0
votes
1 answer

Pentaho Data Integration REST Client error handling

I'm passing around 300 POST requests to the REST Client using JSON. But, my database shows only 285 results. I want to identify the 5 rejected JSON requests. Is there any step similar to error handling in REST Client in PDI.
Sughosh
  • 21
  • 2
  • 8
0
votes
0 answers

Kettle Spoon Database connection file already in use

I've created a job in Kettle Spoon, which includes transformations. When I execute the job, it stops at the first transformation and gives the following error message: Source T_PRPMS.0 - [Microsoft][ODBC Microsoft Access Driver] Could not use…
elesh.j
  • 192
  • 1
  • 3
  • 15
0
votes
1 answer

Getting Spoon.net Plugin Error: "An error occurred while launching the application"

The Issue Using the Spoon.net plugin in a Windows 7 VM (VMware Fusion 6) I am getting the following error when running any app: "An error occurred while launching the application. Please try again." To be clear the plugin itself runs fine. Firing up…
Jibran
  • 517
  • 7
  • 14
0
votes
1 answer

How to run spoon in only one device

I have the situation where the tests can't be run in 2 different devices at the same time. I need to keep the two devices attached for another reason. How can I execute "mvn spoon:run" and run the tests in only one device instead of all of…
kepa
  • 55
  • 5
0
votes
2 answers

spoon.sh doesn't open up for Linux

In Pentaho, spoon.sh doesn't execute properly and gives these errors. I am trying to execute spoon.sh from putty and I have a Ubuntu Linux server running on cloud? org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed] at…
freshMan
  • 55
  • 1
  • 3
  • 11
0
votes
1 answer

How to run Robotium test cases using spoon

I have downloaded Spoon Runner and Spoon Client jar files I have created .apk file of the test project. I tried to Run the test using below commands. java -jar spoon-runner-1.1.1-jar-with-dependencies.jar --apk kk-contacts-kitkat-contacts.apk…
0
votes
1 answer

Can not find schedule perspective in pentaho kettle spoon

Hello guys I'm using kettle spoon 5.0.1 and I can't find the Schedule Perspective, or any other except Data Integration Perspective, can you help me, please?
user3012162
  • 3
  • 1
  • 3
0
votes
1 answer

Can not find Model perspective in pentaho kettle spoon

I am using pentaho Data INtegration CE 5.1. i their docs they say about perspectives http://infocenter.pentaho.com/help/index.jsp?topic=%2Fpdi_user_guide%2Fconcept_pdi_modeling_perspective.html but i only see the data integration perspective , there…
user3147180
  • 923
  • 3
  • 12
  • 25
0
votes
0 answers

ETL-Some of records required to run the KTR's again to upload data to destination

I am using Kettle-spoon for ETL process. when ever i run the KTR to upload the data many of the records are uploaded but some of them are gone missed and not properly upload. but if i run the KTR for that specific(Missing Record) Record it…
YOusaFZai
  • 698
  • 5
  • 21
0
votes
1 answer

How to take screenshot in UIAutomator with spoon?

I have used spoon open source tool for taking android device screen shot in robotium with the below code Spoon.screenshot(solo.getCurrentActivity(), "Login_failed"); I want to take the screen shot using spoon in android UIAutomator tool . Please…
0
votes
0 answers

com.android.ddmlib.AdbCommandRejectedException

com.android.ddmlib.AdbCommandRejectedException: device not found at com.android.ddmlib.AdbHelper.setDevice(AdbHelper.java:752) at com.android.ddmlib.SyncService.openSync(SyncService.java:168) at…
Mani
  • 1,199
  • 2
  • 9
  • 22
0
votes
4 answers

Error when using Robotium+Spoon

I have a problem when starting tests via Robotium+Spoon. After several minutes in Spoon's report I see an error: Failed to receive adb shell test output within 600000 ms. Test may have timed out, or adb connection to device became…
vamfim
  • 1
  • 2
0
votes
2 answers

How to order input files on excel step in Pentaho

I'm using an Excel input step in a transformation; I need to process a lot of excel files in a directory; the problem is that kettle is processing them in an arbitrary way, so that the result is not always what I was hoping for. Is there some way to…
cerebro84
  • 28
  • 10
0
votes
1 answer

Pentaho Spoon microsoft access output performance

i'm trying to populate a database table (access) with the "Microsoft Access Output" step, but I get very bad performance. I mean my data was read from 2 xmls and got merged in 1 minute (36000 rows of data) and the access output is running now for 1…
Biroka
  • 609
  • 10
  • 23
1 2 3
12
13