WebTest Visual Studio Test problems with amf call
        Posted  
        
            by Lieven Cardoen
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lieven Cardoen
        
        
        
        Published on 2010-03-28T11:36:20Z
        Indexed on 
            2010/03/28
            11:43 UTC
        
        
        Read the original article
        Hit count: 553
        
visual-studio
|testing
If I browse to a flex application when recording with VS Test, I can see the calls to WebORB (amf calls). However, when stopping the recording this is what happens:
- First, Visual Studio detects dynamic parameters, but stays around 20%, and never gets through it.
 - Second, if I cancel the detecting dynamic parameters, and run the web test, the calls to WebORB (amf calls) do not work. In fact, in VS2010, the call to WebORB stays on Submitting...
 
Now, this web test, does it only record url's and query string variables, or does it record the whole request? If it records the whole request, the call to WebORB should work, but it doesn't.
© Stack Overflow or respective owner