This is a summary of my experiences in parallelizing JUnit functional tests that speeds up test execution time (by at least 30% for us), in a Jenkins CI pipeline. Traditional testing methodology We have traditionally run our JUnit functional tests through a centralized test infrastructure shared by all the development teams. A single Jenkins server […]
Posts by Ravi Kulkarni
Visualizing the OAuth 2.0 Client Flow
January 14, 2014 by Leave a Comment
OAuth 2.0 flows are complex, and it can be difficult to understand exactly what is going on under the covers. I found that by being able to see the data exchanges between the client and server in each step of the process, I was able to understand the OAuth 2.0 client flow. In this post […]