SilkTest Question:

Download Job Interview Questions and Answers PDF

Getting following error on selecting an item from a ListBox?

SilkTest Interview Question
SilkTest Interview Question

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)

Download SilkTest Interview Questions And Answers PDF

Previous QuestionNext Question
I ca not simple use DialogBox ( ).Close () from some reason it is not working?Need to get file size for a file present on Unix machine , thr silktest at run time. How to get it ?