Can we pass a value generated in a test case to another test case as a input?

Hi Vinh Nguyen,

Thanks for your help.

This is how I have declared the global variable :

GlobalVariable.NameOfGlobalVariable = RandomText
— > The above variable " NameOfGlobalVariable " — in the global variable section as follows

Name : NameOfGlobalVariable

initValueType : String

initValue = " " ------- > ( Because I am passing the value " RandomText " from the script to the variable “NameOfGlobalVariable” )

are the above steps / assignments correct ??

awaiting your response. Many thanks in advance.

Thanks

Sridhar S