status-desktop/test/ui-test
Khushboo Mehta 9ded9d4ffa feat(@deaktop/wallet): Add bridge view
fixes #8236
2022-12-01 17:15:55 +01:00
..
doc test(chore): Renamed and reorganized files and added files flow diagram 2022-11-22 12:44:57 +01:00
fixtures test(status_messaging/tst_groupChat-adminGroupChat): Added steps to cleanup group chat in needed scenarios 2022-11-15 09:54:55 +01:00
src feat(@deaktop/wallet): Add bridge view 2022-12-01 17:15:55 +01:00
testSuites test(Settings): adds a test that sends a contact request with chat key 2022-11-29 15:51:29 -05:00
.gitignore
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.