madalvi wrote:I have test case where :
1) Login into website and navigate through few pages in website
2) User selects the type of file format (.xls, .csv) from dropdown list
3) User clicks "download report" button and saves the file on desktop.
4) Log off from website
After recording the script in eValid, while executing step 3, eValid doesn't save the file however keeps the download popup box open and continue with the rest of steps....
Does any one know how to download the file?
Thanks in advance
Meghana
Without seeing the actual script and application all we can do is make a guess but it sounds like you are switching OUT of browser mode into either Application Mode or a Modal Dialog
Browser mode -- what eValid is best at -- means the parent browser and any and all sub-browser windows. All such activity is recorded and reproduced without difficulty.
But when you "...save the file on desktop" you have left the browser mode and you have to work at the desktop level. That means either Application Mode or Modal Dialog.
In eValid Application Mode is available with F12 or with the Record > Advanced Recording pulldown on the eValid GUI.
Modal Dialog recording is more complex, and you need to use the special Modal Dialog command recording proces that uses the "Insert > Modal Dialog Commands" option that is available in the Script Window.
Here is a link to an example that uses this latter mode...so you can see what is going on:
http://www.e-valid.com/Products/Documen ... Modal.htmlThat ought to get you going OK.
The eValid Team