Forum Discussion
- sonya_mSmartBear Alumni (Retired)
Thank you for posting your query here archana1 !
Let's see if we can get help from the Community on this one๐
HimanshuTayal groovyguy nmrao sprice090161
What do you think is happening?
- groovyguyCommunity Hero
My example requires the other project to be loaded and open in the current workspace, but it has worked for me. Is that sufficient, or do you need to know this from a project that is not imported and open?
def workspace = context.testCase.testSuite.project.workspace. def otherProject = workspace.projects["ProjectName"]; def otherName = otherProject.getActiveEnvironment().getName(); log.info(otherName);
- archana1Occasional Contributor
Workspace is not working when working from command line. How else can i do it?
Related Content
- 4 years ago
Recent Discussions
- 3 days ago