The process of inserting extra diagnostic code during compilation of a given source code.
0
votes
1answer
306 views
Instrumentation in Android
In the instrumentation class the android api says
"this class will be instantiated for you before any of the application code, allowing you to monitor all of the interaction the system has with the ...
3
votes
1answer
2k views
How to resolve Exception during suite construction?
I have followed the below steps to test my app.
I have created Android Project.
I have created the debug signature for my sample app and test app(which need to be tested)
Place the ...
1
vote
1answer
268 views
Instrumentation-based logging framewok for Java
I am trying to track down an issue in one of my Java projects and I am currently facing the possibility of having to manually add a lot of logging statements to a whole bunch of methods. As you can ...
0
votes
1answer
529 views
Pin Tool unexpected instrumentation result
I've got very unexpected result from Pin Tool, my tool looks for CALL/RET instructions and then log the proper message :
VOID CallBack(VOID * ip, ADDRINT esp)
{
UINT32 *RetAddrPtr = (UINT32 ...
7
votes
2answers
668 views
How to create a Python class decorator that is able to wrap instance, class and static methods?
I'd like to create a Python class decorator (*) that would be able to seamlessly wrap all method types the class might have: instance, class and static.
This is the code I have for now, with the ...
1
vote
1answer
881 views
Android Instrumentation Testing how to tell if current Activity is Home (Launcher) Screen?
I am trying to test drive an application feature using Robotium. One of the features is that when my initial activity is launched from a view on top of the activity stack it should clear the top of ...
0
votes
2answers
270 views
How to do Binary instrumentation of syscall brk ? (x86-64 Linux) (maybe valgrind?)
I'd like to instrument syscall brk (and other calls but this in first order, it's most important to me) in given binary (preferably on actual syscall/sysenter level (x86-64 and x86) of making sys_brk ...
1
vote
0answers
232 views
vsperfmon not collecting any coverage data for asp.net mvc website
I'm using vsperfmon to collect code coverage inforation for an asp.net mvc website. My ultimate goal is to collect code coverage data while I'm running browser automation tests against the website. ...
1
vote
4answers
182 views
Modify code at runtime to log return values in Java?
Is there any way of inserting code at runtime to log return values, for instance, using instrumentation?
So far, I managed to insert code when a method exits, but I would like to log something like ...
0
votes
1answer
267 views
How to detach PIN tool from a process
I was wondering if anybody has experience with PIN tool (from http://www.pintool.org/).
I can attach the pin tool to an process by its pid by calling
./pin -pid MY_PID -t MY_PIN_TOOL.so
But, how ...
4
votes
2answers
900 views
Instrumenting C/C++ code using LLVM
I want to write a LLVM pass to instrument every memory access.
Here is what I am trying to do.
Given any C/C++ program (like the one given below), I am trying to insert calls to some function, before ...
0
votes
1answer
374 views
Android:Passing arguments to testcase
I am using "am instrument" command to run a test case.
How do I pass arguments to testcase and run it using "am instrument" command?
1
vote
0answers
299 views
How to test Home application?
Is there any possibility to test 'Home' application?
As a test result I get:
Test failed to run to completion. Reason: 'Instrumentation run failed due to 'Process crashed.'. Check device logcat for ...
0
votes
2answers
3k views
Error in Android --Unable to find instrumentation info for: ComponentInfo
For Example I had an application that will invoke contacts and has to select one of the contact.
But its not doing exactly what I want. It is showing me error Unable to find instrumentation info for: ...
0
votes
1answer
601 views
How to create, start, resume, pause, stop, destroy android activity during testing
I wish to capture data from the views in the activity, then pause it, then resume it and ensure that the data has not changed. I tried calling Activity#onPause() in ...
8
votes
2answers
2k views
Instrumenting C/C++ codes using LLVM
I just read about the LLVM project and that it could be used to do static analysis on C/C++ codes using the analyzer Clang which the front end of LLVM. I wanted to know if it is possible to extract ...
4
votes
2answers
329 views
Do you know any dynamic instrumentation tool for Android with multi-device support (ideally in Python or Jython)?
For my CI infrastrucure I need to automatically deploy and run complex tests between two (or more) android phones from a controler machine (linux).
So far android monkeyrunner in combination with ...
0
votes
1answer
207 views
WAS6.1 java.lang.UnsatisfiedLinkError: sun/instrument/InstrumentationImpl.getObjectSize0
I am trying to use the classmexer to profile some instance memory runtime.I have set the following as Generic JVM arguments in Webshpere 6.1:
-javaagent:c:/Downloads/classmexer.jar
Following ...
6
votes
1answer
377 views
In Android, how do I find caller of a method efficiently
I am building a testing/analysis tool that requires instrumentation of Android framework classes. In that tool, the classes need to be instrumented to find out the caller of a method (i.e., method ...
3
votes
1answer
1k views
Android instrumentation
How do I make a test project using instrumentation that tests an application from an Android device not from command line. I think I should add a dependency in the manifest.xml file but not sure how ...
3
votes
2answers
717 views
ActivityInstrumentationTestCase2 issues - test hangs because of invalidate() call in the code I'm writing a test for
I'm implementing a test for some code I've written which I have
distilled down into a sample project pasted below.
The problem I am having is that the test hangs the test runner and
none of the test ...
9
votes
2answers
295 views
How to understand and learn `instrument` package of java?
Recently, I found there is a java.lang.instrument package in jdk, which is used by many frameworks to reload classes or profile.
I don't find many articles of using them, is there any resource(book, ...
0
votes
1answer
187 views
Using custom attributes with Android Instrumentation Tests
i have an android project containing two sub-projects (the app and the instrumentation tests). Everything built fine with maven-android-plugin until i added some custom attributes ...
1
vote
0answers
100 views
How can I run performance testing on a unit test in VS2010?
Fairly straightforward question... I want to run performance metrics (instrumentation tests, to be precise) on a unit test. How can I set this up? The performance monitor wizard in VS2010 asks for a ...
0
votes
1answer
244 views
How to start an Android service by sending an intent using Robotium?
I want to write a test case that spans over multiple activities(3 to be precise). I need to start a service which will be used by the all 3 activities. How could I start the service from my TestCase ...
1
vote
1answer
405 views
Java code instrumentation to record every access to classes fields
I would like to ask if please someone can suggest me which is the most
suitable instrumentation library for accomplishing the following task:
Given a huge java program source code I need to ...
5
votes
1answer
426 views
Start a second activity inside a TestCase (which is not the activity under test)
How can I start a second (mock) activity in a ActivityInstrumentationTestCase2 or InstrumentationTestCase?
My Problem is this:
Intent intent = new Intent(getInstrumentation().getContext(), ...
1
vote
0answers
106 views
Hibernate instrumentation leads to verification errors?
I'm trying to apply lazy-loading of basic fields (String with huge xml) with Hibernate 3.5.x on MySQL. It seems this does only work for Postgresql. At least not for MySQL.
What should work is to ...
2
votes
1answer
385 views
Java Attach API: How to set agent properties?
The Java Attach API for JDK6 provides a method getAgentProperties() on VirtualMachine:
public abstract Properties getAgentProperties()
throws IOException
Returns the current agent ...
1
vote
2answers
119 views
How do I catch the read and writes in a java program?
I am trying to create a tool that can capture all the read and writes made by a java program. Also, I would like to know what fields of what object is access/modified.
I currently looked at:-
1) ...
1
vote
1answer
327 views
How to create a jvmti agent to see all the loaded classes, objects and their field details
I want to write a java agent to instrument some applications. I am interested in getting the details of the objects, (i.e. their fields) instantiated by the applications. I would also like to catch ...
10
votes
3answers
2k views
Identify loops in java byte code
I am trying to instrument java byte code.
I want to recognize the entry and exit of a java loop, but I have found the identification of loops to be quite challenging.
I have spent a good few hours ...
0
votes
2answers
159 views
Is is possible to find out if an Android application runs as part of an instrumentation test
Is there a runtime check for an application to find out if it runs as part of an instrumentation test.
Background: Out application performs an database sync when starting. But that should happen only ...
1
vote
2answers
310 views
Implementing a selective ClassLoader
I want to instrument the bytecode of some classes on the classpath at loading time. Since these are 3rd party libraries, I know exactly when they are loaded. The problem is that I need to do the ...
1
vote
1answer
1k views
Can Instrumentation.ActivityMonitor look for any activity being started?
According to the Android documentation, Instrumentation.ActivityMonitor is able to return an Activity that is being started. That is, you pass it an IntentFilter in its constructor so it knows what ...
-1
votes
2answers
249 views
Can we run Instrumentationtestcases on android phone without it being connected to the PC?
I wrote some test cases for a standard browser app using instrumentationtestcase packages for an android phone.
i am able to run the tests when the phone is connected to pc ..
is there a way to ...
0
votes
1answer
336 views
How to test a ClassFileTransformer / javaagent?
I implemented a ClassFileTransformer for a javaagent using ASM. Because it has some bugs, I want to write a JUnit test case for it. How do I do this?
Using pseudo-code I thought along the lines:
// ...
0
votes
1answer
99 views
inject bytecode into java.lang.StringBuilder
I'm doing some experiment with StringBuilder, and I intend to inject some bytecode into the class using ASM. But I could not find the location of the class. Can anyone point out the location of this ...
3
votes
1answer
36 views
Logging the Behavior of a Binary?
I want to figure out which instructions are executed differently when a command-line flag is passed to a program on Windows, of which I have the compiled (and optimized) binary, with no debug symbols ...
1
vote
2answers
62 views
valgrind: instrumentation_tool, record when a fork occurs in parent
I'm curious if anyone (with a bit of Valgrind experience) has an idea how to tell Valgrind's coretool that a fork in the client has occurred.
Consider the simple profiling tool lackey. When one ...
10
votes
3answers
1k views
Measuring performance in Python
I'm writing a web-application in Python, I haven't decided if I want to use Flask, web.py or something else yet, and I want to be able to do profile on the live application.
There seems to be very ...
1
vote
1answer
94 views
Is there a javagent equivalent for Mono?
1.5+ JVMs have a -javaagent switch, which enable load-time instrumentation of byte codes. This is used by tools like Byteman to inject tracing code into Java byte codes as it is loaded by the JVM.
...
3
votes
2answers
1k views
exclude a method/branch from instrumentation cobertura
I need to skip certain methods or code segments from instrumentation and code coverage. That lead me to Exclude code from code coverage with Cobertura.
Then the cobertura ant page
...
2
votes
3answers
1k views
Profiling vs Instrumentation - Java
Basic question: JVM provides JVMTI which native API for profiling and debugging JVM. JVM instrumentation also does the same (is that correct?). If yes, what is difference between the both?
3
votes
1answer
243 views
Is it possible to unit test multitouch on android?
I've been trying to make a unit test for an application I'm writing. I want to test the graphics performance on various zoom operations, but I can't seem to figure out how to send events that contain ...
3
votes
3answers
2k views
How do I make a MotionEvent to zoom?
I have an instrumentation that I want to use to test my application, but I can't seem to get the pinch zoom to simulate properly. Here is my current code. The gist of it is this: push down both finger ...
0
votes
1answer
120 views
How can I tell when my instrumented application is in front?
My instrumentation is launching an activity to instrument it, but I can't seem to find an elegant way to tell when it's safe to start sending it my MotionEvent's. At the moment, I'm continually ...
0
votes
1answer
1k views
java instrumentation jar in eclipse - failure in manifest.mf
I am trying to use the java.lang.instrument.Instrumentation class which requires usage of the 'premain' class - a good descrip can be found on stack here.
The problem is that I have done this and am ...
3
votes
0answers
181 views
Is anyone using glassbox framework for automated troubleshooting and monitoring of Java EE apps? [closed]
Glassbox seems to be very promising but wondering if anyone is using it? Also are there any other alternatives to it?
1
vote
2answers
1k views
Moles VS2010 Unit Testing of Windows Service Fails
I am writing a relatively small and simple Windows Service, and using Moles to mock unit tests. Due to the small code, I decided to use Moles instrumentation, rather than segmenting the code with ...

