• Migrate SilkTest to UFT One

    Is there any way to open Silk Test .NET scripts in OpenText UFT One?
  • Silk Test - How to record script for System Tray icon for windows application

    Our application has a feature that displays application an icon in the system tray on windows When we Right Mouse Click on the system tray icon, Context Menu is displayed with some menu items (About, Help, Exit, AppName....etc.) The application is…
  • how to stop/abort the test execution when the validation fails in workbench.verify

    how to stop/abort the test execution when the validation fails in workbench.verify . I dont want to run any more if a validation fails . just to stop the test on the first validation on failure . Please LET ME KNOW YOUR THOUGHTS ONT THIS . THANKS…
  • validating /recording the PDF and XLS documents as part of web testing - download the file and validate the content

    Team, Can any one let me know how to record the script to open the downloaded PSF/xls file and validate the content . I am struggling on this . please help me on this . your help is highly appreciated
  • Get project name from .NET script asset

    In Silk Test Workbench, if using Visual Test there is reserved variables that we can use to get project name. Is there the same function in .NET script?
  • Get Firefox webdriver

    Hello I try to solve Javascript-alert auto closing in Firefox and the support gives me solution like this: //Use Selenium WebDriver for Firefox if(desktop.<BrowserApplication>find("//BrowserApplication").getProperty("browserType").equals("Firefox")) …
  • Return back the window has lost the actived

    In visual script, Step 1: In windowbrowser 1, open windowbrowser 2 Step 2: In windowbrowser 2, open windowbrowser 3(Now, windowbrowser 3 is actived) Step 3: Come back windowbrowser 2 to do something(Now, windowbrowser 2 is actived) Step 4: Call a .netscript…
  • Wild Card

    Hi How to use Wild Card to capture dynamic value in Dialog of Window application? With.Dialog("RFQ Outright CANDEAL BOND 1010319024004711") In this code, 1010319024004711 is a dynamic value which changes with every run. Please advise. Thank…
  • Not showing error Playback Status Dialog only on .Net Script

    Silk Test Workbench 19.5 Hello, I have created an error handler if the click step could not found the locator (because the locator will exist only if the object is clicked), it will create the object. The problem is error playback dialog is always…
  • Questions about ConsoleWindow

    Hi there, I have two questions about executing cmd via ConsoleWindow 1. Could we execute cmd as Administrator? 2. I tried run the script from Silk Central (I insert the script to Visual Test) to remote server, it got error: "Error while interacting…
  • .net script Telnet Not Recognized

    Hi there, i have strange issue, I create .net script to call cmd using ConsoleWindow and so far I get no problem until I try telnet this is my code ConsoleWindow.TypeKeys("telnet 192.168.204.1 21<ENTER>") and I got error 'telnet' is not recognized…
  • Script to get Visual Test Result Detail and Screen from database using

    If we want to print result file, we have to print it one by one. It will be take long time and energy if there are >100 result that have to be printed as requirement. I found out if we explore the db, we can create query to get detail step of result…
  • How copy password text value for comparison?

    Hi All, We have password box and we type password but after we type password I need to validate the password with value I provided. Once I type password , its shown as **** so if I get Text property then I get ' **** Show' Application WPF Password…
  • How to click on a link in a specific row of dynamically loaded table.

    Hi All I have a table similar to below in a WPF application. Table is dynamically loaded based on latest data. I need to click on 'Default' ( Link) for specific row. e.g. I need to click on 'Default' link for Trump1 , Trump2 row. How…
  • Im able send an email via Silk Test Workbench .net script i like add an attachment to it. can anyone help me on it.

    I'm able to send an email via Silk Test Workbench using .net script I like to add an attachment to the email. can anyone help me with it?
  • How to pro grammatically set WPF pre-fill form setting at run time

    Hi All, I need to to Set Pre-fill forms setting to 'Yes' using VB.net and then 'NO' during run time. How can I do it ? Basically I want to get count of all child objects(WPFLISTviewitems) at run time for this Pre-Fill form setting should be…
  • FindAll does not get all ChildO Objects in List

    Hi All, I need to scroll to an element present in table for WPF application, the value is dynamically provided during run time. I have below code which runs fine for small listview as scrollbar moves correctly but does not scroll to elements nearing…
  • BringIntoView() does not scroll the element into view

    Hi All, I am using below code to bringelement into view. It worked everyone in the team for some time but suddenly it has stopped working(does not work me as well). I have not made any code changes. _desktop.WPFFrameworkElement(//WPFTextBlock[@caption…
  • Find current location of Scrollbar and move some distance vertically down

    Hi All, We are working on WPF application using SilkTest 17.5 workbench .net scripts. Scrollbar moves to a dynamic locator and then needs to open a sub menu, for this I need to move scrollbar by few distance down. Any ideas , vb.net code example…
  • How validate red border on a text box when invalid values are inputted?

    Hi All, We have desktop application and there are several text boxes. When we enter invalid values , red color border appears. How do we validate red color border text box ? Text Box with valid values Tokci
  • Scrollbar moves vertically but screen does not move

    Requirement: On WPF application I need to scroll down( vertical) and until an element is visible. Once I element is visible , I stop (later I need to click on it) Issue 1: I recorded below script using SilkTest workbench but when I run/replay the…
  • The object is not ready for user interaction because it is not enabled for textbox

    Hi All, I am getting following error on a TextBox SilkTest.Ntf.ObjectNotEnabledException: The object is not ready for user interaction because it is not enabled. Type of object: WPFTextBox Action to be performed : Type a numerical value When…
  • Excel Macro to be excuted

    Hello All, Can anyone let me know how to execute excel macro from Silk test workbench or silk test .net script
  • Workbench with Excel

    Is it possible to use visual Test to execute excel macro???
  • Email from .net script

    We are sending email from workbench using .net script. We would like to include the value from active data sheet in subject like. Can anyone help us how to do it. below is the code i tried which is not working. Dim row As ActiveDataRow Workbench…