The Eclipse Foundation is home to the Eclipse IDE, Jakarta EE, and
hundreds of open source projects, including runtimes, tools,
specifications, and frameworks for cloud and edge applications, IoT, AI,
automotive, systems engineering, open processor designs, and many others.
The Eclipse Foundation is an international non-profit association
supported by our members, including industry leaders who value open
source as a key enabler for their business strategies.
Whether you intend on contributing to Eclipse technologies that are
important to your product strategy, or simply want to explore a specific
innovation area with like-minded organisations, the Eclipse Foundation is
the open source home for industry collaboration.
The Eclipse community consists of individual developers and organisations
spanning many industries. Stay up to date on our open source community
and find resources to support your journey.
The Eclipse Foundation provides our global community of individuals and
organisations with a mature, scalable, and vendor-neutral environment for
open source software collaboration and innovation.
Workspace contexts are used to control the state of an application workspace.
Introduction
Workspace Contexts prepare the initial workspace content for your test case.
A Workspace Context contains projects and files you need to place on your workspace before running your test. It can also clear the workspace before placing new files. That is, if the
Clear workspace option is turned on, the Workspace context just replaces the entire workspace contents.
Otherwise it verifies that all of its items are present in the workspace and have the same properties. If not, it creates missing items or replaces modified items correspondingly.
The Workspace Context editor allows either to manually construct/modify the content of your Context or capture the workspace state from the AUT.
With the
Capture button in the upper-right corner above the Context name field you can capture the current state of the AUT workspace. With a single click all the project with all their files and subfolders will be added to your Context.
Otherwise, you can manually add/import Projects and Files using the corresponding buttons.