Handling Excel Workbooks
Hi,In 4T scripting Silk Test classic, Is there any COM objects for Excel application as we do in VB scripting.Something like below,Set obj = CreateObject("Excel.Application")Set objSheet =...
View ArticleWaitfor object Query
I am automating the WPF application. After 'loggin step' , I have added 'waitforobject' to exist then click on the same object.But after logging in , loader appears on the screen and the object exist...
View ArticleSap is intergrated with Microsoft Word
Hello, We are automating SAP using visual test , We have situation like Ms Word will open in SAP Window so visual test is not identifying MS Word interface. Is it there any way we have handle this??
View ArticleDo I need Silk4J for running a non-silk JUnit test from SCTM ?
Hi,Assuming I have JUnit tests that are NOT built using Silk4J. Please provide insight on how to go about running these JUnit tests on SCTM.Thanks!
View ArticleDo I need eclipse with Silk4J on execution server to be able to run a Silk4J...
Hi,Please advise if I need Eclipse with Silk4J on execution server to be able to run a Silk4J test on that execution server ? Please provide insight on how does a Silk4J (which is a plugin for Eclipse...
View ArticleWindow Declaration
Hi,I have opened 4 browsers and trying to get the url's of each browser.Below is the code that I am executing. [ ] LIST OF WINDOW lBrowser = Desktop.FindAll("//BrowserApplication") [ ]...
View Articlehow can i update silk4j setting parameters from silk central?
Hi,i need to update some parameters values stored in silkj setting file from silk cenral?was it feasible?Regards,Ahmed
View ArticleProblems with Whatsapp Login
Hello,I have an issue, when I record test mobile plan (Android 7.0 - Galaxy S8, Windows 8.1/Windows 7, Net script/VS) and open Whatsapp, this return error. "An unknown server-side error occurred while...
View Articlecheck in message appears
I am testing a desktop application using SilkTest Workbench. At one point in the application a message may appear requesting to press Yes or No.How do I check if the message appeared or not.I have...
View ArticleKey-driven Tests from SilkTest .Net Script
Can I call a Key-Driven Test from inside a .Net Scrip in SilkTest?I have SilkTest 17.5 Any help or examples in this is highly appreciated.
View ArticleIs possible to use BDD on SilkTest
Hi everybody Is possible to use BDD (Behavior Driven Development) on Silk4J? Thanks in advanced FabioV
View ArticleMap Locator to objects in user interface
We are taking over from another vendor and imported scripts.all the locators in excel sheet. Whenever script fails and shows a locator, we are not sure which UI object it refers to .How can we map the...
View ArticleOracle DB Connection in Silk Test Classic
Hi,I am trying to connect to oracle DB for executing queries and fetching data.I am trying something like below using OraOLEDB but not working.STRING conn =...
View ArticleSilk Test Workbench - Error
Hi,I have tried to install Silk Test 17.5 evaluation version. I have installed installed SilkTest-175 and SilkTest-175-hf1 in my machine. After installation, when I tried to launch Silk Test Workbench,...
View ArticleSilk Test 17.5 (Evaluation version - License check failed)
Hi,I had installed Silk Test 15.5 in my machine and have pointed to the license server. Now, I have un-installed Silk 15.5 and installed Silk Test 17.5 evaluation version. I want to work with Silk 17....
View ArticlePaste Silktest Classic Project file to another computer
Hi everybody, I got some issue regarding copy from my computer and paste it to another computer.I've changed path for frame.inc and apk file in <projectname>.ini.After change it, restart Silktest...
View ArticleHow to create Custom control for DevExpress controls.
We recently started using Silk4j, we want to automate the application which built on DevExpress. Silk4j doesn't recognize the object , then i came to know about the custom controls, Even after looking...
View ArticleCombine Multiple Project
Hi everybody,How to combine multiple projects on Silk Test Classic?Which means that update frame.inc and script file from another project to one, so that I can run script file with two projects.Thank you.
View ArticleHandling radio buttons in Silk Test Classic
Hi,I am trying to get all the items in an array for a radio button object.Consider a radion button has two items 'item1' and 'item2'I am using the below code.LIST OF WINDOW lBrowser =...
View Articlehow to Vertical scroll till end ?
We have WPF application and there is scroll bar , we need to scroll vertically ( sometimes horizontally) till end i.e. top to bottom. How do I do this? how do I know if bottom end is reached or for...
View Article