Replies: 1 comment 2 replies
-
Hello, excellent question, thank you! We are in the process of implementing proper support for lambdas in .Net. This would open a new set of possibilities, like solving some of the requirements that have been proposed in this issue. We still need to do some work to complete it, and properly evaluate it's performance. It would allow to execute any .Net code as part of the execution and cover the scenario that you are considering. Until that is not ready the only option I can think of is packaging your .Net code as an executable application (or a rest service) and invoke such application (or api) from jmeter code via groovy invoking the exec app (or using http requests if you expose it as a rest service). |
Beta Was this translation helpful? Give feedback.
-
Hi, dear community,
We are looking to use a performance testing library within the .NET ecosystem to measure the performance/response time of non-HTTP methods. Specifically, we want to call some .NET-based methods to replicate a flow executed in a desktop app within thread group(s), and then take advantage of other available features, such as reports, think times, etc.
Can this be achieved with JMeter DSL for .NET somehow, maybe extending Base Controller, or calling the method within Transaction Controller?
Beta Was this translation helpful? Give feedback.
All reactions