How to run kdt suites with silktest workbench without using silk center
Hi GuysI have a bunch of kdt test cases created with .net scripts in my current silktest workbench test project. I am trying to run them altogether with some sequences and priorities. I was looking for...
View ArticleWhat will the GetField function return if there is no delimiter in the String...
String s = "Create_new"GetField(s, "?", 1); What will above function return?
View ArticleSilk Test clicks & types wrong locators when Screen resolution changes
We have search feature and several filtering options in Telerik grid. We have locators in our excel sheet and they work fine.But when I change from screen resolution from 1600*900 to to 1024*720 ,...
View ArticleHow to locate objects which appear only over mouse hover
Using SilkTest 17.5in our WPF application there is a feature e.g. pin & unpin notes. This appear in application when we hover our mouse on notes icon and when mouse is moved away they disappear.So...
View ArticleSilkTest 17.5 unattended overnight run
We want to run Automation framework unattended overnight . We are using SilkTest 17.5 and .Net scripts.Any ideas? Tokci
View ArticleRun SilkTest in remote Virtual machine
I want to install SilkTest on my local machine and application resides in Azure Virtual Machine.I want to launch Silk test workbench(17.5) in my local and it should test the application in remote VM.Is...
View ArticleHow to loop through ActiveData when using KDT
I am using silktest workbench. I manage all my test cases in to keywords driven tests. But one question is if I use activedata to manage my test data, how do I loop through the rows in activedata sheet...
View Articlehow install Silk4NET visual studio plug-in
How do I install SilkTest Visual Studio plugin ?Using SilkTest 17.5 Tokci
View ArticleAppInit DLLs and Secure Boot
There is an article on Microsoft website about disabling AppInit DLLs:https://msdn.microsoft.com/en-us/library/windows/desktop/dn280412(v=vs.85).aspxDoes anybody know if this affects SilkTest? Thank...
View ArticleModular test design with silk test
Our QA team has been using Silk Test to create web ui tests. I've recently been tasked with taking a look at this from a development perspective and from what I can see the current approach is very ad...
View ArticleHow to consume SILK TEST API in java
I wanted to consume SILK TEST API in java to fetch defects, test plans, test case detail, projects detail, etc to showcase some dashboard. No matter whether it's .jar file or RESTFUL/Web service API. I...
View ArticleClassic agent load extensions
Hi I got a question about Classic agent (yeah I know that open agent is good to use, but for now I have no other choice).I have 2 PC's with the same configuration and I reinstalled Windows on one of...
View Articlecannot do anything while silk test is running
While running SilkTest(17.5) automated test cases we cannot do anything as if use mouse pointer ,the test will break.What have others done for this issue ?
View ArticleKeyboard shortcut to pause script execution
What is keyboard shortcut to pause currently executing script.Using SilkTest 17.5 Tokci
View ArticleSilk Test Upgrade and Object Maps
We recently upgraded our Silk Test from version 15.5 to version 18, when trying to run .NET tests transferred over from the older version we are met with object maps can not identify element errors. I...
View ArticleDSN Connection
Please can you clarify the below.I am trying to extract a data from excel sheet using the sql query. When executing the statement I am getting the error In operator without () in query expression. My...
View ArticleWebDriver API for SilkTest via Silk4J/Silk4NET?
I was just wondering if anyone has done or would consider wrapping SilkTest/Silk4J/Silk4NET functionality (if/where possible) around WebDriver API, to basically be able to useSilkTest via WebDriver API...
View Article.NET script: Check if object exists with If statement?
I'm testing an application where I am supposed to input an organization into a combo box. Once I click to another field, the system will then apply this logic: If the organization I entered does not...
View ArticleHow does screen resolution affect Silk Test Automated Testing?
I have seen Test cases fail due to changes in screen resolution but I dont understand why they fail.Our locators do not contain (X,Y) co-ordinates ,they refer to id,classname etcWe have WPF application...
View ArticleKeyword driven tests (files with the kdt extension) appear to be xml files
Keyword driven tests (files with the kdt extension) appear to be xml files. What can i do?
View Article