Wiki Page: ShopIt does not work on 64-bit operating systems
On 64-bit systems, IIS needs to be configured so that 32-bit applications are enabled. To do this, proceed as follows: 1. Open the Internet Information Services (IIS) Manager . 2. Select Application...
View ArticleWiki Page: Using Silk Test, how can I click a random HtmlLink on a web-page?
In Silk Test a random link on a Webpage can be picked using the code below. This code is has been tested against www.google.com and uses the RandPick() method to randomly chose an element from a list....
View ArticleForum Post: Ejecución de Micro Focus Enterprise Developer
En la ejecución de la aplicación Micro Focus Enterprise Developer, se produce el mensaje " Datos de licencia no validos. Es necesario reinstalar".
View ArticleForum Post: RE: Performance Analyser data pane: "count" value is doubled
Could you copy and paste some of the code where it is doubled? Or supply a few screen shots?
View ArticleForum Post: RE: Attempting to Validate Object
Hi Alex, Admittedly, I was avoiding to learn the use of DynamicInvoke, but it's proving more of a necessity now! Thanks for your response :) Cheers Shyamal
View ArticleWiki Page: Why am I unable to see the objects native methods when I go to...
If you do not see methods for your object/s when you Record Class then it may be because the methods have not been made public by your developers. SilkTest cannot access Private methods. You will need...
View ArticleWiki Page: Why am I unable to verify if an object is visible on the screen...
The text is visible - it has the Visible attribute set. However, it is not exposed. Unfortunately, there is no IsExposed() method, and Click() is the only method that checks whether the object is...
View ArticleWiki Page: Why Applet is recognized as SunAwtCanvas
Why is my applet within a browser recognized as SunAwtCanvas ? The reason for this problem is that the java extension was not loaded when enabling extension for your application. In other words the...
View ArticleWiki Page: Why are column numbers and window ID in reverse for a htmltable?
The problem is that the tester is using a colspan value and when you have "virtual column" checked within SilkTest, it will behave in a manner which means that column numbers with window ID are in...
View ArticleWiki Page: Why are the "Display full path" and "Display Date/Time" context...
The "Display full path" and "Display Date/Time" context menu items are not available from the "Files" tab of the Project view within SilkTest. The context menu items are only available when a right...
View ArticleWiki Page: Why are some alias maps created in earlier releases of TestPartner...
With new releases of TestPartner, support for new controls is often implemented as well as enhanced support for existing controls. An alias map entry contains the name of a control's class. If added...
View ArticleWiki Page: Why are the extensions enabled twice in SilkTest?
When configuring SilkTest for an application there are two requirements involved: Configure the internal extension This is the Agents Extension Enabler. It allows SilkTest to get into the process...
View ArticleWiki Page: SilkTest 2010 R2 Release - Known Issues
This list contains known issues and provides workarounds where available: GUI-level tests fail with the error "LoadtestController: 3302 - The results directory could not be cleared"...
View ArticleWiki Page: SilkTest 2010 Release - Known Issues
This list contains known issues and provides workarounds where available: HierarchyHeaderWidth and ColumnOrder Properties of the SAPTree Class are write only GetColumnIndexFromName() of the SapTree...
View ArticleWiki Page: SilkTest 2010 Workbench - Launch a bat file in a .Net script
We need to launch and run QARun scripts via the command line. This can be accomplished using a batch (.bat) file. It is then necessary to launch the .bat file from the SilkTest 2010 Workbench .Net...
View ArticleWiki Page: SilkTest 2011 XPath locator strings are being truncated and...
The recorded locator string is /BrowserApplication//BrowserWindow//A[@id='SourceTitlefs-ft.ctp*'] . SilkTest 2011 appears to be truncating the locator string length for the id of the object. The...
View ArticleWiki Page: WPF application is initially recognised as /MainWin
This will happen if there are intensive background processes running at the time you try to hook the WPF application. An anti-virus scan and a Windows Update have both been seen to cause this initial...
View ArticleWiki Page: WPF DataGrid ScrollIntoView Method
When executing the ScrollIntoView() method against a WPFToolkit DataGridCell in the SilkTest 2010 Workbench, why does the method not scroll the requested cell into view? This is a known issue in...
View ArticleWiki Page: What can cause a GPF when using SilkTest to test a Java application?
Sometimes trying to create a new Test Frame for some Java application can result in a GPF with an error message like: "The instruction at "OxOO560d9c" refenced memory at "0x6e6e6e6e". The memory could...
View ArticleWiki Page: What can cause an "Agent Error: Couldn"t create comm event" message?
At times the Windows event Log may become full. This in turn seems to impact upon the communication and comm events of running processes and applications. This can be characterised by the following...
View Article