SilkTest Question:
Download Job Interview Questions and Answers PDF
Getting following error on selecting an item from a ListBox?
Answer:
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)
[ ] *** 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)
Download SilkTest Interview Questions And Answers
PDF