Wiki Page: How do I change the PDCE collection interval when using SAM to...
In Performance Explorer, the setting that governs the PDCE collection interval is the TSD-Writer interval (1sec to 60 minutes). To ensure a Data source will be monitored using the TSD-Writer interval...
View ArticleWiki Page: Invalid Object Name In SQL Database While Using Enterprise Analyzer
Problem: User receives Invalid Object Name when working with Enterprise Analyzer workspace built on SQL database. Log files show several DBERR messages which can include some of the following: Error...
View ArticleWiki Page: IMTK and 8dot3 naming convention
The issue: I am using Enterprise Developer 2.1 and am trying to create a Micro Focus Environment on our Sandbox, which is in a VM environment. I’m using Microsoft Windows Server 12. I am working with...
View ArticleWiki Page: When opening Raw Data Capture files in Excel, all of the data is...
Raw Data Capture was introduced in Silk Performer 15.0. When the Raw Data Capture CSV files are created, a semi-colon ";" is used as the field delimiter. If your system uses a different character as...
View ArticleForum Post: RE: Moving Cursor up/down in debug mode of VB.net script in...
If you just want to start the Script at a specific location you could use the GoTo trick, e.g. Public Module Main Dim _desktop As Desktop = Agent.Desktop Public Sub Main() GoTo OVER...
View ArticleWiki Page: Caliber 11.3 now available
Caliber 11.3 covers everything an organization needs to manage requirements – from inception through to delivery. It combines rich text based requirements definition with interactive visualization...
View ArticleForum Post: RE: diacritical mark
I would say UTF-8 by definition gives allwas strings of different length, because some characters use one byte and the diacritical use two or more bytes. If you cut the padding spaces you can obtain a...
View ArticleForum Post: RE: Silktest .Net Script does not run through Windows Task Scheduler
Hi, yes as mentioned the batch files run fine if initiated manually. Also the computer certainly isn't locked, I've tried force starting the scheduled task when logged in as well to eliminate any...
View ArticleForum Post: Replace OPC scheduler with Micro Focus Enterprise server Scheduler
Hi All, In our current setup we have OPC scheduler on mainframe which is the key scheduler and it triggers jobs on mainframe and micro Focus enterprise server. We are looking to shutdown OPC on...
View ArticleWiki Page: Verify the text in a popup window when working in JAVA
This article explains how to overcome issues when executing a field check in a popup or modal window in a JAVA application. During the replay of a field check which verifies text on a popup window on...
View ArticleWiki Page: Verify which DomElement has focus using the Open Agent
Created On: 17 July 2011 The methods GetFocus and HasFocus are not available on the Open Agent when testing Browsers. The code below shows you how to workaround this by using a JavaScript call to...
View ArticleWiki Page: Verifying if an Open Agent window exists
Created On: 21 April 2011 There are a number of ways in which the existence of an Open Agent window/control can be determined using Silk Test. Silk Test Classic 4Test: If a window declaration is...
View ArticleWiki Page: What approaches can be used to over come "Window not found" errors...
This error occurs when the window that Silk Test is trying to perform the action on is not on the desktop. If you are watching the script run, and at the time the error occurs you can see the window...
View ArticleWiki Page: What are the advantages of creating your own classes in SilkTest?
One approach to solidifying a test architecture is to create your own classes (derived from standard SilkTest classes) and override/modify/add additional steps for each derived method contained within...
View ArticleWiki Page: What are the basic requirements for running a script from the...
Please see the script below which demonstrates the minimum requirements to run a script from the command line. (For further details on the options for partner.exe, please refer to the comprehensive...
View ArticleWiki Page: What are the causes of the "Read past end of buffer" SilkTest...
There are a few possible reasons for this error: If it is intermittent, then it is usually down to a momentary loss of connection to the Agent and will result in an intermittent problem, this can...
View Article