ASM script sometimes types password in userid field
search cancel

ASM script sometimes types password in userid field

book

Article ID: 212430

calendar_today

Updated On:

Products

CA App Synthetic Monitor

Issue/Introduction

ASM script sometimes types password in the userid field instead of password field, even though we have a step to click on password field.

 

Environment

Release : SAAS

Component : APP SYNTHETIC MONITOR ENVIRONMENTAL

Cause

Caused by  time is not synced between script runs and the page loads

Resolution

Modify the Script to Use ClickAndWait commands between "UserID' and "Password" instead of Click. 

Or Add an extra step before 'Click" for Password, that will delay the execution until the loading indicator disappears.