squish startApplication() won't start an application with space

1.6k Views Asked by At

I have an application with a space in the name of the application. Is it possible to start the application using squish's startApplication() function?

2

There are 2 best solutions below

2
On

Please refer to the link below. Squish documentation refers to many possible way to connect to an AUT. You can map your application on the AUT settings and call the application without space while running your test case.

Reference Link: https://doc.froglogic.com/squish/latest/rg-autsettings.html

0
On

When the application/binary name contains a space please enclose it in double quotes, startApplication('"my aut name"').