I am using a winforms application to do functional testing of java web applications hosted on a server. The whole application uses data driven testing, where i input the tests to be performed from an Excel and the application reads it and executes the test cases on the browser using selenium RC. While the steps mentioned in the excel are executed i generate a report in parallel confirming about the presence/state etc. of elements.
I would want to integrate jMeter here, using c# to compute the performance parameters e.g. use the command line functionality of Jmeter and pass the URL to jMeter.
I can use jMeter standalone, but i want to give the testing team an option to use it as a one stop tool for all testing and use the same test cases as the functional tests. Are there any libraries available that can compute the web response times for any operation and generate graphs/analytics for concurrent users as well.
Thanks in Advance
-ABY