Solved
Forum Discussion
Vallalarasu_P
7 years agoFrequent Contributor
Hi,
Reading the project workspace and then finding the project by name will get your access for all the projects under the work space.
Workspace = testRunner.testCase.testSuite.project.workspace
SOAP_Proj = Workspace.getProjectByName("Name of your project" );
Regards
Valla
- Vallalarasu_P7 years agoFrequent Contributor
Glad that my answer helped you.