Hi Fanfare,
We have to automate one of the web applications(IDM) for sensors using iTest.
Basically we launch the application using an IP address .Eg: https://10.89.149.204/
This leads us to a web page where we have a button "RUN IDM" to launch the application.
When we click on Run IDM the .jnlp file gets downloaded and the application is launched automatically
When we try to login to IDM using Itest through a web session , we get a system window asking us to save the .jnlp file.
But this window is not captured by iTest.
How can we go about automating this scenario.
PS: Right now we have downloaded the .jnlp files and are using swing sessions to test it.We need a way where both the web and swing session can be combined