Friday, March 20, 2009

Does VSTS web test allow me to save the file in the folder?

Hi,
If I click the button, the small popup has 3 options : Open, Save , Cancel. If I click save , I can save it to C drive.


If I want to record saving a file in C drive, I think it is out of the control of VSTS web test. Is there any way to do it?


--------------------------------------------------------------------------------
Ray

I use fiddler to record the webtest of saving a file in my C Drive. The file is not saved. VSTS web test still regards the file as the binary data as opening the file directly.
--------------------------------------------------------------------------------
Ray


Answer:
Is the Popup page recorded? If the Save is handled by client-side Java script, it will not be executed when you run it from VS.

No comments:

Unix/Linux Commands

  Flow control Syntax break Exit a loop. continue Exit the current iteration of the loop and proceed with the next iteration. Ctrl+C Key com...