cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there a way to add Dynatrace request headers in HP UFT(VB script) which we use for automation testing

ramona_vaz
Newcomer

Our team is looking to add Dynatrace request headers in VB script which we use in automation test tool(HP UFT). It would really help if there is some documentation for this integration.

 

2 REPLIES 2

skrystosik
DynaMight Guru
DynaMight Guru

Actually there is no integration for VB itself. You can always check OneAgent SDK:

https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/oneagent-sdk/

but this will need writing some wrapper that will be bridge between native code of OneAgent and VB. In such case you will be able to instrument your VB script and it should show in DT as a service.

Sebastian


Regards, Sebastian

Thank you Sebastian! Will definitely explore the oneagent-sdk.


Featured Posts