Test

how I can do a test on an attribute of business variable of list type?

Hi;

On a gateway, I want to do a test on an attribute: observationResultStatus of a business variable of list type: obx.
Under a transition, I created the following script:
return
oru_R01.patientResult.patientOruR01.patientObservation.obx.forEach (obx.observationResultStatus == 'X').

I get this error:
Caused by: java.lang.NullPointerException: Cannot get property 'obx' on null object.

where is the problem or how I can do this test ?

test unitaire bs 7.2 community

bonjour,
est-il possible d'effectuer des test de son processus nouvellement.
car cela devient pénible de lancer a chaque fois le portail, de s'authentifier et de dérouler toutes les étapes des process.

merci d'avance

Fill datagrid widget with selenium

Hello,

I'm trying to setup seleniumIDE tests for my process but I'm stuck with datagrid widget. I'm using BOS 5.10.

I found out how to fill my grid cells with code like that (I need to click twice for the textarea to be found) :

How to test and debug a process

I am developping my processes with Bonita BPM Studio. Before deploying in production, I would like to test and debug them to be sure that everything will work well.

How do I do that ?

Notifications