Telerik Forums
Test Studio Forum
11 answers
441 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
219 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
400 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
128 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
273 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
112 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
101 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
79 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
1 answer
101 views

HI,

I am trying to execute a load testing that I recorded, selected the no: of users and click Run and getting the following error:
We are Unable to run the test.
Please make sure that the controller you are using have enough User Allocated to run the test.

Is there a minimum no: of user that we have to select? Currently, I have selected 1 user to start and 5 to end with.

Thanks,
Ritu

Elena
Telerik team
 answered on 10 Apr 2019
4 answers
532 views

Hi,

We are facing issue related with execution of test on Edge Browser. It gives the following error:

==============================================================================

'04-04-2019 18:48:38' - ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge.WebDriverException: Cannot start the driver service on http://localhost:49948/.
   at ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge.WebDriverService.Start()
   at ArtOfTest.WebAii.Messaging.Process.WebDriverCommandProcessor.StartSession(String serverPath, Manager manager)
   at ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge.EdgeActions.LaunchNewBrowserInstance(ProcessWindowStyle windowStyle, Manager manager)
   at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWeb(ExecutionEngineCreateParams initParams)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)

====================================================================================
Our Windows 10 Version is: 1809 (OS Build: 17763.379)

It was working fine on the previous build of Windows 10.

What I should do so that test will get executed on Edge browser. On IE and Chrome, it is working fine.

With Warm Regards,

Sumit Kumar

Sumit
Top achievements
Rank 1
 answered on 09 Apr 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?