04-17-2014, 06:40 PM
Hi,
I am using UFT11.53 with SAP and Web Add in to script an SAP web application. When my script clicks on a link, I get the 500 SAP Internal server error. I don't get that error when i click it manually. The code looks like this-
During run time as soon as the script clicks the link, SAP throws following error:
"500 SAP Internal Server Error
ERROR: The ASSERT condition was violated. (termination: RABAX_STATE)"
Has anyone else run into this issue. I would like to add that the whole script runs very slow too.
Thanks
Ansh
I am using UFT11.53 with SAP and Web Add in to script an SAP web application. When my script clicks on a link, I get the 500 SAP Internal server error. I don't get that error when i click it manually. The code looks like this-
Code:
Browser(abc).page(xyz).frame(def).link(Selectgef).Click
During run time as soon as the script clicks the link, SAP throws following error:
"500 SAP Internal Server Error
ERROR: The ASSERT condition was violated. (termination: RABAX_STATE)"
Has anyone else run into this issue. I would like to add that the whole script runs very slow too.
Thanks
Ansh