Quantcast
Channel: Silk Test - Forum - Recent Threads
Viewing all 625 articles
Browse latest View live

New to Silk Test

$
0
0

Hi

Can anyone please provide me the material so that I can learn Silk test in simple way.

Does any programming knoweldge required for Silk test. Is it difficult? Is it similar to QTP? Please reply ASAP.


Any predefined code

$
0
0

Hi

Can anyone please provide pre defined code using silktest like login, logout,selecting dropdown,selecting checkbox, item selection,delete button etc

How to check Date format in Silktest

$
0
0

I need to verify date time format using Silktest

E.g in UK english if date is :dd/mm/yyyy but in Chinese date is in yyyy/mm/dd how it can be verified 

Please provide code for this

Any Whatsapp Group for Silktest members

$
0
0

Is there any group for Whatsapp so that we can chat and get our queries resolved at a faster rate

HTML5 Web Dialog is not recognizable

$
0
0

HTML5 Web Application Web Dialog is not recognizable by Silk , I defined Web.Dialog.SetActive() and then written Web.Dialog.OKButton.Click(), But the Silk does not recognize the window

Script does not stay in Sync with Web Application

$
0
0

Script does not stay in Sync with Web Application, I have to exit the script and include sleep in many instances, Any solution to address Sync issues with HTML5 application

Custom Object

$
0
0

How can I handle automating Dynamic Web Object Definitions in Silk? I have to change the properties for each build by which the script need to identify objects which is cumbersome as I have 5000-6000 lines of code in each script. Can I Define Custom Objects(Virtual) and use them in my script?

Silk Partner eats up bytes from ListViewEx

$
0
0

I have running test on WIN 7 Enterprise an Silktest 16 for a Win32 application working without problems.

Changed to new machine with  WIN 8.1 Enterprise and got a strange result running tests on a ListViewEx control.
The last table entry shows shows some not latin characters.
During shutdown, a crashes on partner.exe with Silktest 16.5 sometimes short pops up...

... Updated to the latest Silktest 17 Hot fix 1. It seams that the crash is gone, but I didn't get the correct result either.
The expected value is truncated. Only the first 2 bytes of a seven digit number are displayed.

Running the application without Silk - the expected number is show.

Did anyone see the same effects?


Silk Test WPFLabel for Desktop Application

$
0
0

For a Desktop application, When I capture the element  through Open Agent, it is identified as WPFlabel. But when I use getContents() function or getText() function to get the text of the label I get the following error.

Please let me know if there is any other function that can be used to the Text of the label or TextBlock

Line of Code :

Desktop.Find("/MainWin[@caption='test  - Intuit QuickBooks Enterprise Solutions 17.0']//WPFUserControl[@caption='∣']//WPFLabel[@caption='Account']").getContent()

Error Message:

[ ] *** Unknown Error: An error occurred in the recovery system.
[ ] *** Error: Function getContent is not defined for window WPFLabel("$OpenAgent|&objectHandleId=1487&objectHandleSpy=3041")

SilkTest 17 HF1 classic on Windows 10 stops running/sleeps.

$
0
0

Hello,

Recently I’ve upgraded my PC to windows 10 and SilkTest 17.5. It has happened twice since yesterday that during the runtime of Silk4Test script, the SilkTest just stopped testing and waited for nothing for hours. It did not crash or freeze, it just didn’t do anything. It started working again when I touched the mouse. I think that second time it hanged on SetActive method. Does anybody experience similar behavior?

Thank you.

How to read text from resource file

$
0
0

I am new to Silk Test. I want to check Login Screen which displays Username as Text box , Password as Text box and Login and Cancel buttons.

Now I want to verify that username,password, Login and Cancel in different languages using 1 code i.e. 1 code should run to verify these text in all languages.

In Coded UI there were differnt resource file for each language which takes data and then verify all text. Is it possible in Silk test.

If yes, then please guide or write me a code so that I can perform.

Hope I will get the solution

Uptake hot fixes in silktest upgrade

$
0
0

Hi All,

We are about to upgrade from silk test version 16.5 to version 17.  We just found out that there are hot fix 1 and hot fix 2 installer are available.  Should we install SilkTest version 17 and the hot fix in the following sequence?

1) Run silktest-170.exe

2) Run silktest-170-hf1.exe

3) Run silktest-170-hf2.exe

We are not too sure if hf2 includes hf1 as well.

Thank you,

Silk Test 16.0 on Firefox 35

$
0
0
After installing SilkTest 16.0 was not installed xpi for Firefox .
We try to install .xpi of silk 16.5 , but still the Silk Test Workbench Script does not work. Open Firefox, but other actions are not performed . This behavior only open the browser also occurred without having installed the XPI .
The version of Firefox that we are using for testing is 35 .

Note : IE and Chrome runs correctly.

Reinstall trial version of Silk Test

$
0
0

Is it possible to reinstall trial version of silktest

As silktest is a paid tool if i want to reuse silk test after 45 days of trial version. Is it possible???

Want code to test on different languages

$
0
0

Hi

There is a login page which has username and password with login and cancel button

I want to check username, password login and cancel in 10 different languages. Can anyone provide me code or way to test??


How to test user is registered using SilkTest

$
0
0

Hi

Please help me in resolving one scenario

I have to first register to any website then i need to verify after creating that user already registered.

I have to use functions etc...

Update license info

$
0
0

Hi All,

We have SilkTest 17.0 install under Trail license, and the license is still valid for about a month.  If we buy a new license, do we need to re-install the SilkTest and choose the License option instead of Evaluation?  From where we can enter the license server info in SilkTest.

Thank you,

Need code to check date format and Number fomat

$
0
0
Actually I have an application which can be viewable in 9 different languages and I have to verify with 1 single code.
E.g. If username and password is text box and there is login button so Username, Password and Login button should be displayed in 9 different language using 1 code.
Can you give me an idea how it can be done
Also I have to verify date format in 9 different countries according to system locale and number format based on country
If i have to check dropdown values what code I need to write in silktest
If i have to check page 1 of 50 in which i have to check page and of then how we will extract page and of from page 1 of 50
if i have to check tabs in an application please send me common code which can be used all over
Please provide me function to check all these things 

Could not find object ‘//BrowserWindow'; Unable to get URL from browser.

$
0
0

Hi,

Please can someone help with the issue below, were unable to playback recorded test scripts because it looks like silk test gets confused when multiple instance of Internet Explorer are active.

Summary:

Playback error is thrown “Could not find object ‘//BrowserWindow’” when trying to get URL value from a running “BrowserApplication”.

 

Background: 

We are recording user actions via the Visual Studio recording plugin within a C# solution. When working with two internet explorer instances the recording is getting confused creating lots of  “BrowserApplication” objects which cause playback to fail. To remedy this I wrote some code to explicitly find the correct browser instance and use it before performing the user action.

While investigating and debugging the issue in more details, i found the following:

Issue1:

When a list of “BrowserApplication” contains more than one “BrowserApplication” object, the SilkTest playback throws and “Could not find object ‘//BrowserWindow’” an error when trying to get the URL value from the lastBrowserApplication” in the list.

Issue2:

When a list of “BrowserApplication” contains more than one “BrowserApplication” object, the wrong URL is returned from the selected “BrowserApplication”, as long as the browser object is "NOT" the last one being accessed.

 Repro steps:

Open three instance of IE11, 

ie1: www.google.co.uk

ie2: www.yahoo.co.uk

ie3: www.bbc.co.uk

The test method below will cause the issue to repro:

Run the following code from visual studio 2015:

        [TestMethod]

        public void trythis()

        {

            Desktop dt = Agent.Desktop;

            //List<BrowserApplication> list = new List<BrowserApplication>();

 

            foreach ( BrowserApplication b in dt.FindAll("/BrowserApplication") )

            {

                  //list.Add(b);

b.SetActive();

msgbox(b.BrowserWindow().GetUrl()); //it index =0 the correct url is returned.

            }

 

        }

 

Results:

ie_object[0] returns ie_url[0]

ie_object[1] returns ie_url[2]

ie_object[2] does not return anything because the playback throws an error: “Could not find object ‘//BrowserWindow” 

Environment:

Win7-x64-Pro,

IE11,

Visual Studio 2015 Community Edition,

SilkTest4Net v17.0 (Evaluation version)

Needs information regarding to support for nebula

$
0
0

HI,

I am using silktest for test automation, but there is a problem, I have nebula controls in my project and when trying to identify these controls silktest doesn't recognize those. Is currently giving support for nebula? Kindly suggest a solution.

Thanks.

Viewing all 625 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>