status-desktop/test/ui-test
Jonathan Rainville a0b17c3879 chore: add mayfail on community edit tests 2023-01-05 15:21:38 -05:00
..
doc test(chore): Renamed and reorganized files and added files flow diagram 2022-11-22 12:44:57 +01:00
fixtures test(community): add a test where the admin can delete a user's message 2023-01-04 11:12:47 -05:00
src test(contact): add a test that sends a contact request from the chat 2023-01-05 15:21:38 -05:00
testSuites chore: add mayfail on community edit tests 2023-01-05 15:21:38 -05:00
.gitignore test(settings/profile): test bio and social links 2022-08-17 13:18:32 +02:00
README.md test(chore): Renamed and reorganized files and added files flow diagram 2022-11-22 12:44:57 +01:00

README.md

status-desktop-ui-test

UI test application for Status Desktop

  • Test automation project that uses Squish as a testing tool with BDD.
  • Information about its architecture can be found in wiki.

Screenshot 2022-02-25 at 10 22 45

Preparing the environment to develop and run tests

  1. Install Squish and run its IDE.
  2. File / Open Test Suite and browse to testSuites directory.
  3. Once the suite is open, click Test Suite Settings button to configure the AUT (Application Under test).
    • Select AUT tab and browse until the corresponding status-desktop\bin\nim_status_client binary is set.
    • Uncheck Automatically start the AUT option (if it is already checked).
    • Save changes.

Now you should be able to create new suites, test cases and run the existing ones just only by clicking Run buttons!!

Here a more detailed installation guide specific for this project.