Wiki Page: What can cause problems for SilkTest connecting to a target...
When there are two network cards in a machine, it is possible that SilkTest is trying to communicate through the wrong network card. This can be overcome by changing the order of the network cards on...
View ArticleWiki Page: What can cause SilkTest or SilkTest Agent to hang or die with...
SilkTest"s performance is affected by a number of conditions. If you are finding that SilkTest is slowing only on certain applications, then this is an indication of a timing problem with...
View ArticleWiki Page: What can cause the error SilkTest "*** Error: (08004)...
While interrogating a Microsoft Access Database, this error can occur if each time the code is continually connecting to the database without having closed the connection from the previous access....
View ArticleWiki Page: What can cause the SilkTest error " *** Error: (07002)...
If you have already checked the SQL syntax What causes the SilkTest error " *** Error: (07002) [Microsoft][ODBC Excel Driver] Too few parameters. Expected " ? and are still getting this error then...
View ArticleWiki Page: What can cause the SIlkTest error message, "Val(value) causes...
SilkTest can only accept a certain range of values within each datatype. For the integer datatype, the range of valid numbers with which SilkTest is capable of working is ; -2147483648 to 2147483647 ....
View ArticleWiki Page: What can I do to resolve the "agent is not responding" error?
This error can occur for a number of reasons. Try any or all of the following to overcome this issue: Restart the AUT Restart SilkTest Restart the Host machine If you are recording declarations on a...
View ArticleWiki Page: What can I do when I notice the desktop freezing on playback until...
This issue may be machine specific - however, please ensure that the machine on which the test is running at least meets the minimum requirements specified within the SilkTest Release Notes. Such...
View ArticleWiki Page: What can I do when Browser.Location.SetText(sUrl) has to be coded...
If you run into any problems trying to load a page using the SetText method; [ ] Browser.Location.SetText ("http://www.borland.com") [ ] Browser.TypeKeys ("") Try using instead the Navigate method...
View ArticleWiki Page: What causes SilkTest to return the error message - "Old File Not...
FOR FULL INSTALLATIONS This problem can be avoided by running the installer executable from the SilkTest Program Files directory, instead of anywhere else on the local drive. FOR AGENT ONLY...
View ArticleWiki Page: What can I try when SilkTest returns a "Control not responding"...
What can I try when SilkTest returns a "Control not responding" error when I try to Select from my JavaScript dropdown menu? In a particular case, the following line of code was producing a "Control...
View ArticleWiki Page: What causes the error message "mouse coordinate (0,0) is off...
Try checking the display properties in the control panel. If it is set to use high resolution with a large DPI (150%) size, then reset the DPI size to normal. This should allow the scripts to run...
View ArticleWiki Page: What causes the error "***Error: Unable to reopen journal file - -...
This error is typically caused by another process trying to access the same journal file. This situation can arise when executing scripts from a remote shared location, two SilkTest processes execute...
View ArticleWiki Page: Extending Open Agent winclasses
Created On: 14-05-2010 Much like the Classic Agent, a user can extend the Open Agent winclasses with their own custom methods and properties. A user can simply follow the same practices that they...
View ArticleForum Post: Newbie issue concatinate
I'm converting from QALoad to SilkPerformer 10 and running into something simple, so I hope. One online of code has "ICAction" := "#ICRow10", I would like to take a parameter and replace the 10 to...
View ArticleWiki Page: Failed Bitmap check showing 'Double-vision' when viewing...
Created On: 25 April 2011 When testing a browser window using a bitmap check - the window and it's contents appears as expected, but TestPartner is failing. When we look at the difference viewer it...
View ArticleWiki Page: Extract list of non-executed tests for a Test Manager project
Created On: 04 September 2012 You can create a report that will return a list of non-executed tests. For this, you can use the following view: - TM_V_TestDefinitions See SQL Below that will return...
View ArticleWiki Page: 'Failed to get Locator' error in SilkTest Workbench
Created On: 27 October 2010 In Silk Test Workbench 2010, when trying to record a script by clicking on the “Record” button, the error “Failed to get locator” is thrown. This error can occur on...
View ArticleWiki Page: FileIO with SilkTest Workbench
Created On: 04 April 2011 SilkTest Workbench contains no native methods for reading and writing to text or ini files. Attached to this resolution is a compiled dll for a fileIO class library that...
View ArticleWiki Page: "Network protocol/data error when performing data operation" when...
BMC Remedy ITSM 7.6.04 Service Pack 1 introduced changes to the underlying protocol. The result of this is that the raw Remedy data can not be transformed to XML in the script which results in the...
View ArticleForum Post: RE: Newbie issue concatinate
Welcome to the SilkPerformer forum - nice to see a new face! ~Rod This works for me: benchmark WebBenchmarkName use "WebAPI.bdh" // Random Variables Section dclrand rRndUniN1 : RndUniN (1..40); //...
View Article