deltachat / interface

General and shared components and discussions relating to deltachat user interface
8 stars 3 forks source link

user testing guide #28

Closed Simon-Laux closed 4 years ago

Simon-Laux commented 4 years ago

CC @lefherz

lefherz commented 4 years ago

I see you started already - didn't get to it last week. Is contributing appreciated?

Simon-Laux commented 4 years ago

Is contributing appreciated?

yeah, I just thought I'd do do the beginning so we have start.

lefherz commented 4 years ago

Is this only about test cases which are not checked by automated tests?

(e.g. not sure whether disabling "prefer-encrypt: mutual" isn't already tested in the core or so... doesn't seem to be in https://github.com/deltachat/deltachat-core-rust/tree/master/tests for example)

r10s commented 4 years ago

Is this only about test cases which are not checked by automated tests?

well, it is about testing using a ui - eg. group creation may fail in the real ui when the create button was moved to a negative position accidentally - although group creation are tested in the core.

but it is true, for things that do not involve ui at all and are already tested in the core, there is probably no need to test them, eg. the prefer-mutual thingie (otoh, there may still be a bug showing the correct icon - iirc pep run into that issue when showing "ok" unconditionally ;)

lefherz commented 4 years ago

eg. the prefer-mutual thingie (otoh, there may still be a bug showing the correct icon - iirc pep run into that issue when showing "ok" unconditionally ;)

@r10s we show an icon for prefer-mutual? Where? afaik we still don't have an icon whether the next message will be encrypted or not.