Workspace null in SOAPUI while running from unix
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2019
07:53 AM
08-28-2019
07:53 AM
Workspace null in SOAPUI while running from unix
i am trying to run below :
project = testRunner.getTestCase().getTestSuite().getProject().getWorkspace().getProjectByName("Automation Base")
While this runs successfully when i do it from SOAPUI GUI but when i am triggering same script from unix, its not returning workspace.
testRunner.getTestCase().getTestSuite().getProject().getWorkspace() is null.
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2019
08:32 AM
09-06-2019
08:32 AM
Hi @k15,
Try to use this code:
project = new WsdlProject("Full path to the project")
Kirill Zakharov
Customer Care Team
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others.↓↓↓↓↓
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2019
03:34 AM
09-12-2019
03:34 AM
Hi all,
@KirillZakharov, thank you for the suggestion.
@k15, have you had a chance to try this? Does this help?
Olga Terentieva
SmartBear Assistant Community Manager
