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

JavaScript event - query value from oracle database

_r_k_
Participant

is there way how to select value from oracle db in javascrpt event ?

 

sub question is: how to add custom javascripot library without appending code itself into javascripot event

sub question2: is there list of javascript libraries suppported in javascript event ?

 

thank you

R

1 REPLY 1

Julius_Loman
DynaMight Legend
DynaMight Legend

The simple answer is no.

As the name says - it's javascript code that gets executed in the browser. There is actually a way to include the 3rd party javascript library in the browser which executes the test, but it must not have native dependencies.

The best way to solve it is to develop a simple (REST) service which provides you with the values from DB. Then you can call this rest service from the synthetic test.

There is no list of javascript libraries - the synthetic engine uses a plain chrome browser except the synthetic API.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts