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
- nagoorkj7 years agoContributor
Thanks Valla :)
- Vallalarasu_P7 years agoFrequent Contributor
Glad that my answer helped you.
- nmrao7 years ago
Champion Level 1
Reading "workspace" object is not recommended for Automation as that is not available when project is executed with testrunner utility.- nagoorkj7 years agoContributorPlease let me know if any other options are there?? So that it will be very helpful for me
- nmrao7 years ago
Champion Level 1
Another thing is it violates the thumb rule, Each test case should be independent. Here adding dependency between projects.