Interview Questions

Getting following error on selecting an item from a ListBox ...

SilkTest Questions and Anwsers


(Continued from previous question...)

87. Getting following error on selecting an item from a ListBox ...

Getting following error on selecting an item from a ListBox (JavaJFCListBox)
[ ] *** Error: Control is not responding
[ ] Occurred in Select
[ ] Called from LetterEditTool at FabEditorScript.t(1060)

Sometimes it works fine.....
Any suggestion?


This is a catch-all error message. It usually occurs in a Select( ) statement when SilkTest is trying to select an item from a ListBox, TreeView ListView, etc.
Set the following option just before the line causing the error: Agent.SetOption(OPT_VERIFY_RESPONDING, FALSE)

(Continued on next question...)

Other Interview Questions