Questions tagged [squish]

Squish is a cross-platform/cross-technology GUI test automation tool for functional GUI regression tests.

Squish is a cross-platform/cross-technology GUI test automation tool for functional GUI regression tests.

Features:

  • dedicated support for Qt, QtQuick, QML, Java, AWT, Swing, SWT, RCP, JavaFx, Windows, Mac, Tk, 4Js, iOS, Android, Embedded (Qt, Windows, Java) and Web, HTML5, Flex & JavaApplets
  • testing on Windows, Linux, Mac OS X, Unix. Mobile and Embedded testing on Android, iOS, embedded Linux and RTOSes such as QNX
  • Eclipse-based IDE
  • based object identification & Toolkit API Support
  • tests in your choice of Python, JavaScript, Perl, Ruby & Tcl
  • BDD tests with built-in (Gherkin) Feature File recording, playback & reporting
  • integrations with many ALM and Continuous Integration tools for executing and managing tests
  • complete command-line interface available

More information about Squish is available at https://www.froglogic.com/squish/.

204 questions
-1
votes
2 answers

Accessing remote Oracle database via Squish(python)

I need to access a remote Oracle database during an automation process I am doing using Squish(Python). As a standalone python uses cx_oracle to access Oracle database.
Alka Singh
  • 31
  • 2
-1
votes
2 answers

how to work around go-to in python?

I've a scenario where I've called particular block of code after a set of actions. I used go-to and label in Python. It works as expected. Is there any other better alternative for this? This is Python code for automation using Squish-for-QT. label…
madhu_e
  • 5
  • 3
-1
votes
1 answer

how to generate html test reports in squish using javascript?

how to generate html test reports in squish using java script? I have a test suite in squish and i would like to create a test report in html format. I have developed the test suite in java script.
user1411
  • 11
  • 1
  • 9
-1
votes
1 answer

I am getting an error "list index out of range" in Python

I wrote a Python code in Squish. Here is the piece of code where it says the error is: What does this mean? array = [["1,6", "3,0", "7,0", 'null', True,]] (columnEnd - columnStart) = 10 start of for loop for r in range(len(array)): …
Nitisha
  • 3
  • 3
-1
votes
1 answer

How to automate a keystroke in python

I am Automating a GUI application using Squish Automation tool. The environment I am using is Ubuntu. My Automation code is in Python. I need to hit keystroke "D" to launch a debug console on my GUI to automate it. How can I write a python code that…
-1
votes
1 answer

Flicking Qt application using squish

Can anyone please help me in understanding how the flick function works when called flick(objectOrName, x, y, dx, dy, cdx, cdy) using python. When I tried it, it is not working; it is throwing an error: Cannot call flick with null declarative item…
-1
votes
2 answers

how to check if a file exists in javascript

I am using Squish for test automation. The squish server runs on the target device. The client runs on the PC. The commands(in test scripts) are sent from the client to the server for execution. After one of the operations, i need to check if the…
G.S
  • 123
  • 3
  • 11
-2
votes
3 answers

code coverage in squish for JAVA

I am using Squish for JAVA. I was wondering whether is it possible to test the code coverage of the Application Under Test(AUT) using Squish(for JAVA). Any help would be much appreciated. Best regards, Amal
amal s
  • 11
  • 3
1 2 3
13
14