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

Hi there

The correct script should be:

WebUI.setText(findTestObject('Audit Mapping/Page_Compliance Portal (2)/textarea_ctl00ContentPlaceHold'), AuditName)

‘AuditName’ will be passed as itself because it’s a string, not the variable. You should remove ’ ’

Thanks