Telerik Forums
Test Studio Forum
3 answers
108 views

This does not happen in IE

Only happens while using Test Studio

 

Load up Test Studio in Chrome

Click Record Test

Select Web Test

Enter http://www.google.com/ as the URL 

Click Record

 

This opens up the following page - http://www.testing-whiz.com/?utm_campaign=Pratik&utm_medium=QnA&utm_source=Quora and fails to open the Test Recorder.

 

This works correctly in IE, no I cannot just use IE as the product needs to be tested in Chrome.

 

 

 

 

 

Elena
Telerik team
 answered on 17 Aug 2017
9 answers
311 views
Hi,

When i add an element to the Project Elements on my old Test Studio Project and create a coded step. I always get an error of Compilation Failed - 1/1 coded steps failed to compile. External code failed to compile.

How can I resolve this issue?

Thanks.
Elena
Telerik team
 answered on 17 Aug 2017
1 answer
75 views
Please refer to the attached image for the UI. If I want to click on a specific elipses(three dots) icon using Test Studio, how do I do that in a kendo grid since no unique attribute is available for the different ellipses in different rows?
Elena
Telerik team
 answered on 16 Aug 2017
1 answer
97 views
I have added a piece of selenium code in a step after recording a few steps and getting the build error given in the attached document. I have added selenium dlls in settings. Please suggest how to remove this error and successfully execute. 
Elena
Telerik team
 answered on 16 Aug 2017
1 answer
124 views
Please tell me in details about the steps to add coded selenium C# steps to an already recorded test. I followed the steps shared by telerik, but that did not help. I am getting build errors. Is it that if we have to add a coded step, all other previous steps, especially login has to be coded?
Elena
Telerik team
 answered on 16 Aug 2017
10 answers
197 views
     Is it possible to continue recording tests after tested application was restarted in coded step? We need this to ensure that test data created in app are persisted and we restart application to make sure that newly added data is still there, but recorder fails with "process with id cannot be found"- I suppose it still refers to old process which in our case is already gone.
Nikolay Petrov
Telerik team
 answered on 16 Aug 2017
3 answers
130 views

Hi

I am new to the Telerik.

I am working on the Mobile Web Test with Physical Test Phone. I try set "Scroll to Element", "Tab", or "Set Value" action through DOM Explorer. But when I execute, it returns "Command execution failed: the recipient exists, but is not available". How could I fix it?

 

Regards,

Shauna

Elena
Telerik team
 answered on 14 Aug 2017
11 answers
440 views

Hi,

Is it possible to define CSS selector for defining elements in Test Studio/Elements?

I would like to select a html element based on more complex class values.

 

Thank you!

 

 

Ivaylo
Telerik team
 answered on 09 Aug 2017
12 answers
227 views

Hello,

  I am working on the installation of the Test Studio trial version on a standalone domain. I've completed the manual key process and upon trying to create a Project I getting the following error message:

 

Error initializing recorder: The HttpsGetEnabled property of ServiceMetadataBehavior is set to true and the HttpsGetUrl property is a relative address, but there is no https base address. Either supply an https base address or set HttpsGetUrl to an absolute address. Recording will not function.

The error message is followed by:

An unexpected error occurred in Test Studio. Do you want to save your work with the following options; No, Save, or Save/Restart.

The Test Studio application then closes after one of the options is selected.

 

Your assistance is greatly appreciated.

Elena
Telerik team
 answered on 08 Aug 2017
5 answers
600 views

Hello,

How does one use the BaseURL when passed in through settings=*.xml? Or more generally - how do you use the settings=*.xml in general? I can't seem to get it to work... instead the BaseURL configured to the test list is ALWAYS used. I understand that the BaseURL in the TestList overrides the one in the settings - but if I set the BaseURL in the Test List to be empty than the tests don't navigate anywhere at all. Here's the details:

Firstly, here is the ArtOfTest.Runner command we are executing, which passes our *.xml file:

"C:\Program Files (x86)\Telerik\Test Studio\Bin\ArtOfTest.Runner.exe" list="C:\repos3\acs_web\ACS\TestLists\ACS_Chrome_Acceptance.aiilist" out=C:\output\ html xml settings="C:\repos3\acs_web\ACS\settingsAutomatedRun.xml"

 

The *.xml file contains this:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<configSections>
<section type="ArtOfTest.WebAii.Core.SettingsConfigSectionHandler,ArtOfTest.WebAii" name="WebAii.Settings"/>
<section type="ArtOfTest.WebAii.Core.WebSettingsConfigSectionHandler,ArtOfTest.WebAii" name="WebAii.Settings.Web"/>
<section type="ArtOfTest.WebAii.Core.WpfSettingsConfigSectionHandler,ArtOfTest.WebAii" name="WebAii.Settings.Wpf"/>
</configSections>
<WebAii.Settings.Web killBrowserProcessOnClose="false" recycleBrowser="false" baseUrl="https://auto.us.dev.trustedauthdev.com" defaultBrowser="InternetExplorer" elementWaitTimeout="10000" enableScriptLogging="true"> </WebAii.Settings.Web>
</configuration>

 

Also in the test code we reference the baseURL using the below line:

string baseUrl = ActiveBrowser.Manager.Settings.Web.BaseUrl.ToString();

 

And then navigate to that baseURL using:

ActiveBrowser.NavigateTo(baseUrl, true);

 

The ArtOfTest.Runner.exe command will execute without error, and I've verified that the xml file is syntactically correct. But no matter what the defaultBrowser and BaseURL are set to, they are ignored, and instead the values are always being read from the Test List. There doesn't seem to be any way to remove the Test List override. Is this a bug or am I missing something here?

 

 

 

Elena
Telerik team
 answered on 08 Aug 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?