I'm not sure I can make heads or tails of this but here it goes! Running SP 15.5.0.6261 HF1. An application I am testing works one way in a browser (tried FF 32.0.2 and IE 10.0.9200.17089) and behaves differently in Silk Performer. With the exception that if you are using the Browser Application tool, it seems to work fine there too. Oh, and a try script runs OK - it's the Try Agent or running the test where there is a problem. Of course that makes me think to look at the agents but I couldn't find anything particularly wrong there. And one last thing, when recording the script it doesn't seem to work correctly either. So when you click the locator where the red arrow is in the above picture, the dropdown opens and you can click on the next "checkpoint" and so forth. When doing it in the browser, once the next "checkpoint link" is clicked the dropdown closes and the next "checkpoint" appears. When recording this script, it actually doesn't record the click on the "checkpoint" it records it as a BrowserListBoxSelect. I tried changing it to a click and it doesn't work. Anyway, when I try and run a test or a Try Agent I get the following error, the strange part is it's actually occurs when clicking the selector for the dropdown. Right here is where the click on the dropdown locator occured. Then this error: VUser-Profile1_1 load1.fmstest.local 119 00:00:05 Warning BrowserClick BrowserEngine: 43 - JavaScript error, "Sys.WebForms.PageRequestManagerServerErrorException: Specified argument was out of the range of valid values. Parameter name: value" https://fms-qa-web-p01.perftest.fmstest.local/TrayMonitor/ScriptResource.axd?d=hmkAaAjh0EgjsvNgCpU3CYrv7Tfu46PG6wmKzwtIJtQzbAu2Zt9bXERNsEGZFj1Tv1WUC43eQ3jfOysUcQfc-cFr3lLA-afUdsfrfonOv6MwqWBU-VR34AyidtkkVoM8gROGulIMdRunMRZr1DhnNady5DAEGDGi2OVodulAX19XvqIzFuG-wtVCCT7aT8jD0&t=1c6ae475 (line 5) Then of course it tries to validate the dropdown which is part of my script. VUser-Profile1_1 load1.fmstest.local 123 00:00:05 Function BrowserVerifyProperty "//SELECT[@id='ctl00_ContentPlaceHo*']","aria-level",0,VERIFY_EQUA Naturally it fails because it never appears. VUser-Profile1_1 load1.fmstest.local 123 00:00:10 Error BrowserVerifyProperty BrowserEngine: 29 - UI element not found I know, it's kind of convoluted, can anyone make any sense of this behavior. Initially I thought it might point to the agent machines but the fact that the recorder has a similar behavior now I'm not sure. I tried a bunch of other things as well, my script uses IE9 regardless of doctype, I tried a few others. I also tried changing the replay behavior from 15_5 to 10, etc. Thanks in advance!!! Tony
↧