Assume my test plan has a transaction controller (that has a few requests) and a HTTP header manager under it. I wanted to extract the name of transaction controller and pass it on to a value in HTTP header manager. Please suggest a way if we can do it, otherwise a workaround would help. Thanks.
Asked
Active
Viewed 486 times
0
-
You should I assume ? You provide the Minimal, Complete, and Verifiable example of the code that you are having problems with, then only we can assume something. You should also read How to Ask- http://stackoverflow.com/help/how-to-ask – Aatif Akhter Sep 17 '16 at 09:28
-
Possible duplicate of [How to get the name of the Parent Controller from a Post Processor](http://stackoverflow.com/questions/38049627/how-to-get-the-name-of-the-parent-controller-from-a-post-processor) – timbre timbre Sep 18 '16 at 17:56