Hello. I’m new to UI path and this is my first post! I’m building scripts to automate testing in a Java app. The idea is to open the app, do some testing, then close the app. I’ve got the process working great, the problem now is publishing the script to integrate it with my coworker’s Python code. His code takes a bunch of test data and feeds it into UI path to run a bunch of tests. Ideally, he wants me to give a separate .nupkg file for opening up, doing testing, and closing the app.
I’ve got the scripts split out into separate files in one project. The problem is when I try publishing my scripts it outputs one .nupkg file. I’m not sure what to make of this. Making a separate project for each script seems really clunky. But I can’t find any way to publish the scripts separately. Could you give me some tips?
Also, I’m wondering what is the standard way for running UI path scripts? I see that UI path orchestrator is a thing, though currently I just have the community edition. The orchestrator looks useful, but I’m not convinced that it’s suitable for us. We’re pretty new to automation and testing in this way and I’m just trying to keep things simple. It would be nice to hear from people who run their UI path scripts without using orchestrator.
Also, apologies if the topic I chose for this post isn’t quite right. There are a lot of options and none of them are particularly relevant. Thanks for your help.