Hi, I have few assets created for an application. I am using those assets (locally) in a new automation project. In addition to the steps performed by these assets, I also want to perform additional steps for which I need to interrogate new controls/record and create new automation procedure in the new project. Is this scenario possible?
Run->AssetProc1(application1)->AssetProc2(application1)->New Automation(application1)
Studio version: 22.1.17
RM : 8.8.1
@ManojanandN3092 Yes, this is what assets are made to do. You should modify the asset and then redeploy with your new functionality. You could version them so that your current project uses the earlier version of the asset without any changes if you are happy with it as/is, and you can use the updated version of the asset in the new project. Ideally, though, when you update each project that uses an asset, you would grab the latest copy of the asset to ensure you are using the most up-to-date version.