doc/book/en/tutorials/tools/windmill.rst
branchstable
changeset 6324 bdb85e3602c8
parent 6183 fcb9d90b622e
child 6424 f443a2b8a5c7
equal deleted inserted replaced
6323:a11c1e3c16c3 6324:bdb85e3602c8
   148 
   148 
   149 In the same location of the *test_windmill.py*, create a *windmill/* with your
   149 In the same location of the *test_windmill.py*, create a *windmill/* with your
   150 windmill recorded use cases.
   150 windmill recorded use cases.
   151 
   151 
   152 
   152 
       
   153 Caveats
       
   154 =======
       
   155 
       
   156 File Upload
       
   157 -----------
       
   158 
       
   159 Windmill can't do file uploads. This is a limitation of browser Javascript
       
   160 support / sandboxing, not of Windmill per se.  It would be nice if there were
       
   161 some command that would prime the Windmill HTTP proxy to add a particular file
       
   162 to the next HTTP request that comes through, so that uploads could at least be
       
   163 faked.
       
   164 
       
   165 .. http://groups.google.com/group/windmill-dev/browse_thread/thread/cf9dc969722bd6bb/01aa18fdd652f7ff?lnk=gst&q=input+type+file#01aa18fdd652f7ff
       
   166 
       
   167 .. http://davisagli.com/blog/in-browser-integration-testing-with-windmill
       
   168 
       
   169 .. http://groups.google.com/group/windmill-dev/browse_thread/thread/b7bebcc38ed30dc7
       
   170 
       
   171 
   153 Preferences
   172 Preferences
   154 ===========
   173 ===========
   155 
   174 
   156 A *.windmill/prefs.py* could be used to redefine default configuration values.
   175 A *.windmill/prefs.py* could be used to redefine default configuration values.
   157 
   176