wvalue method error
Hello Everyone,
We have a scenrio with us where we need to capture cell data from the Grids and verify the same. Grids displayed are of SlClassName - RadGridView and method we used for capturing Cell data was wValue(rowIndex,Column Name).
Please refer to the Attachment. We have one record (thus rowindex enetred was 0 ) and Column name (retrieved with the help of wColumn method) entered was 'Distribution List Name'. When this parameters were passed to the wValue method TestComplete gives Error
"
Possible reasons:
1. The application stopped responding.
2. The application was compiled incorrectly (see the Open Applications topic in the help system).
3. An error occurred in TestComplete.
Technical information:
394 0x80070057 (The parameter is incorrect.) .
Tested object:
Sys.Browser("iexplore").BrowserWindow(0).Window("Frame Tab", "", 1).Tab("Reval - Windows Internet Explorer").Window("Shell DocObject View", "", 1).Window("Internet Explorer_Server", "", 1).Page("https://reval-uat.staging.echonet/").Form("form1").Panel("silverlightControlHost").Object(0).SlObject("Shell", "").SlObject("ViewTabContainerControl").SlObject("ItemsControl", "", 1).SlObject("ViewTabContent", "", 3).SlObject("ScrollArea").SlObject("DistributionListsView", "").SlObject("SearchResultGrid")
"
Surprisingly , same method works fine at times and when we try it again same error is displayed.
Please Suggest.
Thanks