Submitted Questions

  • Window or Object is not displayed issue with Oracle NCA protocol

    I Have recorded a script on Oracle application using Oracle NCA, HTTP/HTML web protocol. When I replay the script, 1st iteration is going on smooth & replay is failed on 2nd iteration. Business Scenario: User will login to application, enter some details in form & submit. Then a Srevice Request(SR will be raised. After that user will logout. This is my business scenario. Record & settings did: ...

    Pardhasaradhi

    • Mar 6th, 2016

    It means in the second iteration correlation IDs are not getting updated, it may be because of the few correlation IDs related to action part placed in Vuser_init, so call that correlation values in to an variable and call the same variable in to action.

    shamantha

    • Apr 22nd, 2015

    Hi... Put your launch and login in Action section only and paste these functions at the beginning of the script
    web_cache_cleanup();
    web_cleanup_cookies();
    this will work for sure..