Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    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. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COOk, but I fond that recording the script in URL mode Solved a lot of issues with my RIA application. I assume recording the script in URL mode actually gives me something more than regular html mode, however I am not certain on what exactly causes this. I have red that URL mode is the preffered mode for RIA applications containing JS, Ajax etc being more of a thick client. What does URL mode provide over html mode given what I have just explained?
      singulars
    2. COYou are right that in many cases the URL mode is better, but also much more demanding when it comes to correlation. Some JavaScript (Ajax mostly) does not get recorded with the HTML mode... It's always a trade off. I prefer the HTML mode if it works, and if only a few places need URL mode I re-record them in URL mode and just copy-paste the code..
      singulars
    3. COOk, Thank you. I found a good explaination online which states my current issue: recording in html mode Sometimes HTML based scripts cannot catch all the nuances neccessary to successfully simulate the end user. This usually is seen when application sensitive steps are erroneously found in EXTRARES sections or hidden in such a way that you need web_custom_request() or similar calls to actually simulate the real steps performed by the end user. This is my issue. Using html mode replay fails because of the things mentioned above, but with URL mode it works because the css, JS is recorded seperat
      singulars
 

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