How can we store a dynamic value in Tosca?

I am working on Tricenties Tosca Tool. I need to overcome one challenge of storing dynamic values. Scenario is:

I am working on healthcare domain project and we have to do registration of a patient. Once all the details of the patients are filled and we confirm then its generating the Medical Record Number (MRN). This MRN is dynamic and unique for every patient. This MRN number is also used in other flow.So my challenge is how can I store this Dynamic number.

Thanks in advance.

2 Answers

You can store it in a so called Buffer. Find all about it here:

1

The below is the format is use to capture and maybe use later in the test.

{XB[Valuename]}

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like