You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Session handling should be performed in a dedicated class. The export and import of session data (including Correlation, Trace, etc. and all the parameters) should be available through a single interface that can then be used independent of the GUI (e.g. for more elaborate tests).
The session class contains a list of its measurements
Each measurement is what corresponds to a "Page" in the GUI (Maybe subclass Page from such a new Measurement class)
Session handling should be performed in a dedicated class. The export and import of session data (including Correlation, Trace, etc. and all the parameters) should be available through a single interface that can then be used independent of the GUI (e.g. for more elaborate tests).
The session class contains a list of its measurements
Each measurement is what corresponds to a "Page" in the GUI (Maybe subclass Page from such a new Measurement class)
Affected Sources:
The text was updated successfully, but these errors were encountered: