Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Magnus, may I suggest you spend some time with <a href="http://getfirebug.com/" rel="nofollow noreferrer">Firebug</a>, <a href="http://www.httpwatch.com/" rel="nofollow noreferrer">HTTP Watch</a>, or <a href="http://www.fiddler2.com/fiddler2/" rel="nofollow noreferrer">Fiddler</a> and see what the application is actually doing first. Even better, try the "View Source" option in your browser, you might be surprised at what you find.</p> <p>You can not automate something if you don't know what happens when you do it manually.</p> <p>Your script has no verification, and it really seems like you don't understand how the application works. You perform a data submit then do a web_url straight afterwards. Is this simulating the user clicking a link? If so, then the link must exist in the page right? Try web_reg_save_param / web_reg_save_param_ex and extract the address that way.</p> <p>Don't just blindly write a script that pumps HTTP requests at the server without verification or understanding what the app is doing.</p> <p>A unique tag at the end of a URL is most likely a caching mechanism rather than a dodgy unique identifier. This way, the HTTP header is set to never expire, and the item will be cached until the application is updated with a new unique identifier. Either way, its highly unlikely that there is application verification of this value that would cause a 500 error when incorrect. </p> <p>Also Magnus, if you get an answer to your problem, press accept. 12 questions and no accept, even though there has been successful answers on your <a href="https://stackoverflow.com/questions/13626428/loadrunner-parameter-parameter-with-spaces">previous questions</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload