Posts about Java

,

Instrumenting your Java code

Modes of instrumentation Basically there are two ways in which one can instrument their java code. On-the-fly instrumentation In this model…


,

Thread Affinity in TestNG

Most of us would have at some point or the other built a Selenium based TestNG test that kind of looks like below: When running this above…


,

Executing Multiple Cucumber Scenarios in Parallel

To the best of my knowledge, so far there’s no support within cucumber-jvm so as to support concurrent executions of scenarios that are part…