Skip to content

Squish

This is where all questions related to Squish belong

67 Topics 173 Posts
  • Squish compatibility with LVGL based embedded system

    Solved
    2
    0 Votes
    2 Posts
    679 Views
    C
    @Aman_Kumar_Rishi said in Squish compatibility with LVGL based embedded system: Is Squish compatible with embedded GUI developed in LVGL library? Hi, Not that I am aware of. If the system can be reached via VNC one can use Squish for VNC, to perform blackbox keyboard and mouse/touch based automation, and image search for verification and synchronization. Best regards, Clemens Anhuth
  • Squish License - validating during install

    Solved
    2
    0 Votes
    2 Posts
    601 Views
    C
    @Nuno-Mendes said in Squish License - validating during install: Is it possible to install Squish without needing to validate the license? Hi, Not that I am aware of. You can install on a system which can reach the license server, then copy that Squish installation to the desired systems. Best regards, Clemens Anhuth
  • Is it possible to use for loop in the step function in Squish (python)

    Solved
    3
    0 Votes
    3 Posts
    783 Views
    C
    @Nuno-Mendes, @SquishHammer, I advise against this, and instead suggest to create separate Python functions that do the needful, and calling those instead as desired.
  • Launching tablet application and run Squish test from desktop on tablet

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    JoeCFDJ
    @SquishHammer What is the Android version of tablet? Is Java 1.8 = 8 is good enough for the Android version of your tablet. Did you turn on the debug mode of Android tablet?
  • Squish support STM's TouchGFX HMI GUI Test

    Solved
    2
    0 Votes
    2 Posts
    660 Views
    C
    @Shivanand Squish has no support for STM TouchGFX. The lack of TCP/IP connection to the device would pose a problem for Squish, too. The only way to involve Squish is via Squish for VNC, which would allow for blackbox and image based automation (key presses, mouse clicks, possibly touches). However, a VNC connection tends to require TCP/IP, too. Usually one would shy away from image based automation, but if options are limited, and if one can accept to redo the automation parts that are affected by layout changes and rendering (pixel) differences, then it may be feasible - for a given use case.
  • Create screenshot and verify it on the fly as BDD steps

    Unsolved
    1
    0 Votes
    1 Posts
    388 Views
    No one has replied
  • Is it possible to have more option for color theme?

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @JonB Thank you!
  • "Background" syntax from Gherkin is not supported

    Unsolved
    2
    0 Votes
    2 Posts
    684 Views
    S
    Sorry, it actually works. I was stuck somewhere else before and didnt' realize it. Thank you!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Error when taking Screenshot (grabObjectScreenshot returned null variant)

    Unsolved
    1
    0 Votes
    1 Posts
    484 Views
    No one has replied
  • Not able to import Squish remotesystem library

    Unsolved
    1
    0 Votes
    1 Posts
    471 Views
    No one has replied
  • Coverage report not showing for futures with exceptions

    Unsolved
    1
    0 Votes
    1 Posts
    334 Views
    No one has replied
  • Squish for QT(python)

    Solved
    2
    0 Votes
    2 Posts
    611 Views
    kkoehneK
    @KennyG said in Squish for QT(python): During Test Suite setup, it always prompts to -Java, Python, Linux, Windows...... Can't find QT option The screenshot shows a Qt option though? Or is that screenshot from somewhere else?
  • Issue building Squish from sources

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    P
    Hi all, I've managed to find a "solution" for my issue. All you need to do is add a "qt.conf" in the /bin folder of your Qt installation folder. And this file contains the following : [Paths] Prefix=.. Hope this helps someone in the future.
  • Java Swing clicking multiple objects with the control key

    Unsolved
    2
    0 Votes
    2 Posts
    494 Views
    SGaistS
    Hi and welcome to devnet, Can you explain the connection with Qt ?
  • Global Scripts added but error No module named

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    Q
    @SylvainA I updated my project structure: all test scripts under: G:\test\automated_test\AutotestProject3\testscripts the custom python scripts to be called in test script by using "from project_lib import *" G:\test\automated_test\AutotestProject3\project_lib then you commented : So here last comment is right you should put your external lib in "C:\AutotestProject\shared_lib" for example. is the "shared_lib" a fixed name and directory that I should use in order to let squish automatically recognize where is the external libraries? then what is the usage of "Global Scripts" ? the originator seems thought that it can be used to point the external libraries but in my case it does not work. I did not see such problem when using open source test framework and pycharm to point them. I guess Squish has special way to do it?
  • Use Squish in Visual Studio Code

    Solved
    7
    1 Votes
    7 Posts
    2k Views
    S
    @jsulm Oh ok I understand. I was thinking that DLL should be directly added somehow in VSC and not just as a lib for the project. My english failed me sorry. Thank you for your answers, have a nice day :)
  • Support for Bamboo 9.2.1

    Unsolved
    2
    0 Votes
    2 Posts
    560 Views
    Christian EhrlicherC
    @Zeksie said in Support for Bamboo 9.2.1: Please can we get an updated jar that works with Bamboo 9.2.1. Since you've a commercial license and this here is a user driven forum you should rather ask the Qt / squish support for help...
  • Strore the values from the GUI into the excel sheet

    Unsolved
    2
    0 Votes
    2 Posts
    637 Views
    JonBJ
    @shashi3 said in Strore the values from the GUI into the excel sheet: how to store the values in excel sheet from the application If you only want CSV (comma-separated values) saved --- which Excel can read in, but it contains only values, e.g. no formatting information --- then just write to a text file from the data. If you want a proper Excel spreadsheet then look at using something like https://qtexcel.github.io/QXlsx/ or read https://wiki.qt.io/Handling_Microsoft_Excel_file_format.
  • Squish GUI testing with Windows Docker container

    Unsolved
    1
    0 Votes
    1 Posts
    838 Views
    No one has replied