Forum Post: RE: Challenge with disabled text
Hi Shyam As the control in question is a custom Control “Control("NavBarControl1")” it will not provide the property “IsEnabled” or Enabeld out of the box. Therefore given your description of the...
View ArticleWiki Page: Printing a string containing a curly brace.
The curly brace "{}" is a reserved character in SilkTest Classic GUI. If attempting to print a string that contains a curly brace, you must place a double quote directly before the brace for it to be...
View ArticleWiki Page: Testing non-instrumented iOS application with non-jailbroken device
Silk Mobile 6.3.25 introduced a new feature that enables the user to test non-instrumented applications on a non-jailbroken iOS device. 1. You will be required to install the "LaunchAgent...
View ArticleWiki Page: How can I specify a relative path in the Silk4NET or Silk4J config...
The contents of the config.file below demonstrates how to specify a relative path to an executable: ?xml version="1.0" encoding="UTF-8"? recorderProject version="12.0" applicationConfiguration...
View ArticleWiki Page: In Silk Test Workbench how can I move the mouse cursor relative to...
Typically if you want to move the mouse cursor in SilkTest, you would use a control as a basis for calculating the co-ordinates for the location of where the mouse is to be moved. For example the...
View ArticleWiki Page: Is the Silk Mobile application required to be open when running a...
The Silk Mobile application has to be opened during the execution of any Silk Mobile test even when running from a third party testing framework such as JUnit. The reason for this is that Silk Mobile...
View ArticleWiki Page: Why does the Silk Test Open Agent identify a WPF Window using its...
By default the Open Agent will use the automationId attribute as the primary identifier for a WPF object as long as the object provides this attribute for recognition. However the Open Agent will...
View ArticleWiki Page: How can I programmatically launch an iOS application for testing...
The instructions below detail how to launch a non instrumented application in SilkMobile 1) Download and install iOSBridge from: https://experitest.s3.amazonaws.com/iphone/index.html? 2) Run iOSBridge...
View ArticleWiki Page: Instrumentation error “Sign failed please verify that the JDK...
If you encounter an error similar to the following: Then you should check the Silk Mobile error.log located at “C:\Users\username\AppData\Roaming\silkmobile” as the log file will show something...
View ArticleWiki Page: Why does my Android application appear fuzzy when viewed in the...
If as shown above you encounter a "fuzzy” or “un-rendered screen" in the Silk Mobile Open Device Window then this is an indication that the application under test is using “hardware acceleration”; as...
View ArticleWiki Page: How can I verify if an object exists in VB.NET and then write the...
The VB.NET code below executed from Silk4NET demonstrates how to check if an object (located in an Object Map) exists or not, before writing the result to the TrueLog Explorer without ending the test...
View ArticleForum Post: Open Agent - Get TopClass name.
Hello all, For some test (.net 4.0 winforms) I need to get the name of the TopClass. As I see right now, className property of the window gets me one of the classes that is at a lower level. For...
View ArticleForum Post: RE: how to select element in DIV (TP selects only first occurrence)
If the input method is by .Type or .SetText then the behaviour seen would be as a result of the controls event properties, such as how it responds to keyboard input. Is the behaviour the same for all...
View ArticleForum Post: RE: Licensing Visual Cobol Personal Edition under Linux?
That is great news that you are now up and running! Development was able to check the log file that you posted and we have determined that the problem that you are experiencing is caused by the SuSE...
View ArticleForum Post: Connect Starteam with HP QC 11
Hi All I am facing a problem when I tried to connect startem synchronizer to quality center 11. When I run the run.bat file there is a error: "jdbc:mercury:sqlserver type: class...
View ArticleWiki Page: How to move one line of text to the left in a block of text
In the requirement description right click then select "remove margin" when the cursor is at the start of the line that you want moved to the left. This remove margin option allows us to move one...
View ArticleWiki Page: Font size differs between Caliber Review and Caliber Author
The default font size was being changed from 12pt (16px) to 12px, this has now been corrected. The fix is included in Caliber 11.1 hotfix 1
View ArticleWiki Page: How do I sign off a baseline in Caliber Review?
Baseline Signature functionality is now included in Caliber Review 11.1. The steps below detail how to use the new baseline sign off functionality in Review: 1. Please make sure to lock the baseline...
View ArticleWiki Page: Is it possible to access an OLE object via the Caliber SDK?
It is currently not possible to access the OLE Object via the SDK. This has been requested before and is currently under review with R&D, see uservoice entry below:...
View ArticleWiki Page: Why is a project visible in the select project list for a user who...
This behaviour can occur when MPX is enabled. As a new project is created an update is sent to all clients currently logged in adding it to the available project list. There is no security risk with...
View Article