--- Begin Message ---
On 07/05/2017 09:52 PM, Daniel Kahn Gillmor wrote:
> hey all--
> 
> as far as i can see, enigmail's test suite is all unit tests.
> 
> are there any full-stack, UI-level tests that would make sense to run?
> 
> I was thinking of writing some sort of tests for the debian continuous
> integration infrastructure (https://ci.debian.net/) that would exercise
> the whole package.
> 
> Such a test could even involve setting up and running an imap and smtp
> server on the local machine, generating keys, and encrypting/decrypting
> mail.
> 
> Has anyone done anything like this (either in the setup process, or in
> terms of automating testing of the thunderbird + enigmail UI)?
> 
>       --dkg
> 
> 
> 
> _______________________________________________
> enigmail-users mailing list
> [email protected]
> To unsubscribe or make changes to your subscription click here:
> https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net
> 

Hey,

I think that's a great idea. Having a more comprehensive test suite
would help with development. Testing every GUI change manually is quite
time consuming.

I did some brief experiments with dogtail to do GUI test on a Qt
application. Dogtail is a python library that uses A11y info embedded in
the forms to interact with widgets. I don't know whenever XUL exports
this information, though.

It may be possible to make the code in ui/content testable by
interacting with the DOM directly, like it's done on web applications
using Selenium.

Regards
Kai

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
_______________________________________________
enigmail-users mailing list
[email protected]
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net

Reply via email to