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
You have been assigned manual testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!!
The general guide to manual testing:
The tests must be performed on the installer versions of the final release candidate. Not on local compiled code.
Serious errors involving loss of functionality, crashes etc. should be raised
as issues with the current release as a milestone and an email sent to the project manager immediately.
Minor and cosmetic issues should be raised as issues against the forthcoming
releases.
First try things that should work, then try to break Mantid, e.g. entering invalid values, unexpected characters etc.
Don't spend more than a few hours on the testing as fatigue will kick in.
If you find errors in the documentation, please correct them.
Comment against this ticket the OS environment you are testing against.
Disable Usage reporting before you start testing
Close the this issue once you are done.
Time how long this manual test takes for you to do and leave a comment about it in this issue.
Specific Notes:
Check the Qt-help docs, built into Workbench, against the online documentation
Get the following unexpected exception on the Filter Events Interface:
Traceback (most recent call last): File "/opt/mantidworkbenchnightly/lib/python3.10/site-packages/mantidqtinterfaces/FilterEvents/eventFilterGUI.py", line 216, in callback sender_edit.callback() File "/opt/mantidworkbenchnightly/lib/python3.10/site-packages/mantidqtinterfaces/FilterEvents/eventFilterGUI.py", line 286, in set_startTime newtime0 = np.clip(inps, xlim[0], float(self.ui.leStopTime.text()))
ValueError: could not convert string to float: ''
Reproduce by:
Go to Interfaces -> Utility -> Filter Events.
Delete the entry in the Stopping Time field (under the plot). Leave the entry in the Starting Time field.
Put your cursor into the Starting Time field and hit enter on the keyboard.
Also works the other way around (i.e. clear Starting Time and hit enter in Stopping Time). The dialog seemed to change a bit in 6.10 and the issue was introduced then. Note that the screenshot here is also showing the old version of the interface and needs to be updated.
You have been assigned manual testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!!
The general guide to manual testing:
as issues with the current release as a milestone and an email sent to the project manager immediately.
releases.
Specific Notes:
The text was updated successfully, but these errors were encountered: