For example we have an application with a login page.
We recorded two flows: one for transaction of amount, and another for checking the account statement.
In both the flows login page is common. It will be easy if we can generate a separate test script for login and refer it in the beginning of any flow.
My question is: is there any way so that we can link or refer a test script(recording) to run with any other test script(recording)?
Yes there is a way out for this.
Let's say your Login screen is changed to include new feature, you need to change only the Login script. The change is reflected in Login screen in all transactions.