Issues with using the REFramework - using arguments / variables

Hi,

I started with the first practice of the REFramework deep dive and have some issues.
I’m following the description in the solution pdf but got some errors and already tried to solve this. After I made some changes, it is still not working, so hopefully someone will/can help me with this.

I’m trying to log in into the UiDemo app, but receive an error when I run a test:

image

At this moment I do have a test with invoked activities for initialize and open the app:

Jay

Hi @LCLifeConsultant

I think there is some null values that is why error is being thrown

Hi Nived,

My problem is that it is not clear to me which arguments/variables cause this error.

Hello @LCLifeConsultant,

Can you check UiDemoPath string is same in Config file or not?

Cheers
@LCLifeConsultant

Hello Pradeep,

this is the asset sheet from my config file:
image

and this is the orchestrator Asset tab:

1 Like

Hi @LCLifeConsultant

I think there is some error in value present in assets

Please provide the path correctly as value in the asset and try again

1 Like

Try changing Name or Asset value, don’t keep both as UiDemoPath maybe bot taking Asset Column Value and trying to Fetch from the Third Column which is Empty so you getting that error

Cheers
@LCLifeConsultant