status-desktop/test/ui-test
Jonathan Rainville 44cf440a05 test(community): add a test that edits a community
Fixes #6756
2022-08-10 16:24:26 -04:00
..
doc chore(ui-test): First-approach 2022-03-31 16:02:57 -04:00
fixtures/group_chat fix(@build): fix windows build 2022-08-01 13:36:46 -04:00
src test(community): add a test that edits a community 2022-08-10 16:24:26 -04:00
testSuites/suite_status test(community): add a test that edits a community 2022-08-10 16:24:26 -04:00
README.md chore(ui-test): First-approach 2022-03-31 16:02:57 -04: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!!