Scenario¶
Mobile device with web browser
Computer with Squish for Web; IP address is 10.0.0.10; host name is "pc_squish"
Setup Steps¶
Step 1.1 - Ensure that the device is on the same TCP/IP subnet as the computer running Squish.
Step 1.2 - Configure Squish to access the Squish web proxy server (abbreviated term: proxy) at a specific host name and port number for communication with other Squish components:
Step 1.3 - Configure Squish to not start the proxy on its own:
Step 1.4 - Configure Squish to not start a web browser when testing with the proxy:
Step 1.5 - Start the proxy:
The parameters "
-H pc_squish -p 8044
" must match the host name and the port of the proxy specified in Step 2.2.The parameters "
localhost
" and "8001
" must match those specified in Step 1.2 and are required to allow other Squish components to communicate with the proxy.
Step 1.6 - Configure Squish IDE for testing on mobile devices by choosing...
Edit
> Preferences
> Server Settings
> Browser...
> Browser on Mobile Device
Step 2.1 - Start the device.
Step 2.2 - Configure the web browser on the device to use the computer's host name and the proxy's port number 8044 (specified in Step 1.5).
Step 2.3 - Start the web browser on the device and open this special URL:
http://www.froglogic.com/startsquish/
At this point recording test cases with the Squish IDE should work.