Hi CITS team,
1) We are implementing CITS newly in our project. When we try to input some value in a TextBox,
• Either it enters partial value and leaves the textbox
• Or it enters the value and cleared it when it leaves the textbox
This happens when we use, Object->Set
When we use Object->setByJS, the value entered by the tool is not getting recognized by the application. (i.e) the application thinks the Textbox is empty and showed error message (as it is a mandatory field)
Can you please help us on this issue?