Telerik Forums
Test Studio Forum
5 answers
380 views

I have a solution in Visual Studio 2017 which contains two projects. One project holds the files for a Sitefinity site, the other is a Test Studio Project which holds a single test. See attachment for visual.

I created this test using the Visual Studio Plugin, and then saved the files to Bitbucket Source Control.

I then opened up the desktop version of Test Studio and tried to follow the steps to open a project from Source Control, but I am getting an error that says "No Project found"

In the desktop Test Studio, when I go to open from Git, the sample URL is "http://github.com/path/repo.git" so I entered https://bitbucket.org/smoothfusion/000-168-sitefinitydemo.git as my URL. Then I select a local folder that is separate from where I have the Visual Studio Project stored. Then I click connect and wait a while. I get a message saying "Connection to remote repository successful!"

Then I click Ok, then I get an error saying "No Project found"

Am I doing something incorrectly?

 

Plamen Mitrev
Telerik team
 answered on 02 May 2019
10 answers
347 views

Hi I am new to Telerik test studio and our team is interested in this product to automate our Silverlight Application.

Today I use Telerik test studio to create a simple web test to record our Silverlight UI, but it doesn’t work often for the right click.

Simple scenario:

  1. Login to UI
  2. Search the address and press enter key
  3. Right click the location inside the triangle area

 

I create a simple test and run it several times and it works.  Later, I run it again. It fails.  I even set up the time stamp to allow it to have much time to do the right click, but it doesn’t work and the test fails due to “element not found” .

I find Telerik test studio can generate C# code and I run it again. The same issue happens.

Is there any way to investigate this right click issue? 

Thanks,

Elena
Telerik team
 answered on 01 May 2019
11 answers
460 views
I have created test in Test Studio. Then I want to modify it by MS Visual Studio, I create new empty Telerik Test in VS and merge it with previously created Test Studio project (but don't merge Pages.g.cs) file.
Then I add files from Test Studio test to VS project.
Now I can't compile project because following error:
Error    1    The item "Pages.g.cs" was specified more than once in the "Sources" parameter.  Duplicate items are not supported by the "Sources" parameter.    1959_ImplementWorkflowBindContactAndAccount


How could I fix it?

How I should do merging correctly? Step by step instructions are welcome.
Elena
Telerik team
 answered on 01 May 2019
3 answers
231 views

Hi,

I am using Test Studio Ultimate and just wondering if there's a way to verify Word document contents.

Thank you very much!

 

Regards,

Angie

Plamen Mitrev
Telerik team
 answered on 30 Apr 2019
3 answers
409 views

Hi, 

i have for my Company to do a spike for Telerik Test Studio. 

 

My Problem is, i want to try the Visual Studio Extension. 

But there is no extension in Visual Studio installed. 

The Visual Studio version is: 15.9.11 

.NET Framework is: 4.7.02556

Test Studio Version is 2019.1.408.0

I do all the things there are in your Documentation. 

Now i need help, sorry for the bad english.

Friendly Regards. 

Fabian

Plamen Mitrev
Telerik team
 answered on 29 Apr 2019
1 answer
139 views

Hi Team , 

As far as I know, The Recorder can be connected to the already opened Browser instance , only by using Internet Explorer. 

Are there any possibilities to get connect the recorder using chrome or Edge ? 

 

I tried to change the preferred browser and updated the latest version. But still i could only connect to IE. Refer to attachment..

Could you please help on this..

 

 

Regards, 

Nithya A.

Elena
Telerik team
 answered on 25 Apr 2019
6 answers
293 views

Hello,

I am trying to setup some tests that require a WPF application to be started with some command line parameters.

In the configuration screen Configure WPF Application Path this option isn't available. 

What can do the trick? It is critical for our project to be able to set up and maintain tests with minimal coding.

 

Thank you

Elena
Telerik team
 answered on 24 Apr 2019
3 answers
118 views

Hello,

I have 3 different tests with the same purpose, which is: testing the contents of a TextBlock on the landing page of my WPF application.

The first test always fails,no matter how I reshuffle them. This is what the log says:

 

 

Overall Result: Fail
------------------------------------------------------------
'4/15/2019 8:13:47 PM' - Executing test: 'DoStuffWithMyApp1', path: 'DoStuffWithMyApp1.tstest.'
'4/15/2019 8:13:47 PM' - Using .Net Runtime version: '4.0.30319.42000' for test execution. Build version is '2019.1.408.0'.
'4/15/2019 8:13:47 PM' - Starting execution....
------------------------------------------------------------
------------------------------------------------------------
'4/15/2019 8:14:06 PM' - Using 'C:\MyApp\Dev\Client\Client.Shell\bin\Debug\Client.Shell.exe' application.
'4/15/2019 8:14:26 PM' - 'Fail' : 1. Verify DevelopmentTextblock.Text 'Equal' 'Development R1.0.0.0'
------------------------------------------------------------
Failure Information: 
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Wpf] element using 
Find logic 
 (Wpf): [TextContent 'StartsWith' Development R1.] AND [XamlTag 'Exact' textblock]

Unable to locate element. Search failed!

Learn more about finding elements here:
http://docs.telerik.com/teststudio/troubleshooting-guide/test-execution-problems-tg/unable-to-locate-element
------------------------------------------------------------
'4/15/2019 8:14:26 PM' - Detected a failure. Step is marked 'ContinueOnFailure=True' continuing test execution.
'4/15/2019 8:14:27 PM' - 'Pass' : 2. Verify 'DevelopmentTextblock' text Same 'Development R1.0.0.0'
'4/15/2019 8:14:28 PM' - 'Pass' : 3. Verify 'DevelopmentTextblock' text Equal 'Development R1.0.0.0'
------------------------------------------------------------
'4/15/2019 8:14:28 PM' - Overall Result: Fail
'4/15/2019 8:14:28 PM' - Duration: [0 min: 22 sec: 804 msec]
------------------------------------------------------------
'4/15/2019 8:14:31 PM' - Test completed!

 

 

I have tried to play with the timing settings (e.g. Wait on elements) but that didn't help much.

I think it is important to say, the application has a splash screen and I have the sensation that the first test is fired before that it gets closed.

The other tests are launched when the landing page is loaded and they succeed.

 

Regards

 

Elena
Telerik team
 answered on 22 Apr 2019
1 answer
108 views
Hi everybody,

I have a "test as step" in my parent test, and it's inheriting the parent data source. The child test is using locator which is data driven. Both child and parent tests are working on the same data, and child test works just fine on its own, but when I run it inside the parent I'm getting exception "The data column was not found".  What seems to be a problem?
Elena
Telerik team
 answered on 18 Apr 2019
1 answer
83 views

Ao tentar executar uma escrita de casos manuais, não consegui anexar a evidência. Existe uma forma de gravar o vídeo ou anexar à palavra a evidência?

 

Obrigada.

Elena
Telerik team
 answered on 16 Apr 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?