Telerik Forums
Test Studio Forum
7 answers
107 views

Hello

I hope you can help - I am trying to record and playback tests on Aurelia, a SPA Framework that we have started using but, when i play back the test - it cant find any of the elements or properties in the DOM so fails.

Any help you have would be greatly appreciated!

Thanks

Maria

Ivaylo
Telerik team
 answered on 03 Jun 2016
1 answer
172 views

I am supporting a tester who does not seem to be able to access the Internet using the Test Studio application. He is using a dedicated domain test user account to logon to test studio and I have verified that this user can gain access to the internet via a browser, however when the tester tries to run a test with an IE browser it is as though he cannot gain access to the internet through our web appliance and he is getting 'page cannot be displayed' message.

I have looked for areas in the software where a web proxy could be configured but have found no setting for it. He is using version 2015.1

Nikolay Petrov
Telerik team
 answered on 03 Jun 2016
2 answers
197 views
Hi. We are currently testing in different Virtual Machines, what we do is change the 'FileUploadPath' for each virtual machine. I just want to ask how do I create a FileUpload (Coded) step with Dynamic path so that we don't need to change the path every time we do a test on other machines. I'm looking forward to your answers. Thank you very much! :) 
Aaron
Top achievements
Rank 1
 answered on 02 Jun 2016
1 answer
81 views

Hi there,

In the code-behind I like to be able to invoke a click on a menu item and find this menu-item by name or automation-id. By adressing the elements by name you do not have problems when you add menu items.

I can give the RadMenu a name and find it with Find.ByName. However If I give a RadMenuItem a name it does not show up in the DOM tree.

Antoher solution might be to loop trough the RadMenuItems but still I like to be able to adress one of them.

Do you know a solution?

Thanks,

Richard

Boyan Boev
Telerik team
 answered on 02 Jun 2016
3 answers
360 views

how to find nested elements within the ArtOfTest.WebAii.ObjectModel.Element.

I want to a span element within a form. The form has a unique attribute, span element does not have unique attribute. We cannot go by TagIndex, since the content is dynamic.

We would like to use Element objectmodel and not HtmlControl type. The element has the property FindUsedExpression, but there is no option to find the nested element.

sample code:

                Element parent = Manager.ActiveBrowser.Find.ByExpression(parentattribute); // parent
                if (parent != null) {

                    Htmlcontrol control = parent.As<HtmlControl>();
                    HtmlControl child = control.Find.ByExpression<HtmlControl>(childattributes); // child ---- i don't want
                    if (child != null) {
                        child .Focus(); // focus;

                    }

                }

regards

govind

Boyan Boev
Telerik team
 answered on 30 May 2016
3 answers
85 views

The Element EnumerationType returns value "Other" for <form></form> in version 2016.1.330

As per the Enumeration Type should return a value of 19 for <form>

 

When we use the Element.TagName returns the element form.

This seem to be a bug in the release.

Ivaylo
Telerik team
 answered on 26 May 2016
1 answer
35 views

Has anyone else had problems with Visual Studio after installing v. 2016.1.330 of Test Studio?? 

I am on the 30 day trial at present. After installing the new release, I started encountering fatal problems in Visual Studio when trying to load solutions, where previously I had not had such issues.I had to close VS down for 'not responding' and tried it again several times.  After uninstalling Test Studio, Visual Studio was back to its previous level of behaviour, and I could actually load projects / solutions.

Looking at the Windows Event Viewer, there were many errors relating to Art of Test.... just wondered if anyone had experienced anything similar.

 

Ivaylo
Telerik team
 answered on 26 May 2016
10 answers
499 views
I need to utilize BaseURL feature during playback, but instead of the actual BaseURL coming from any sort of test configuration I want to be able to calculate it in the code and stick the value to the test run for all subsequent test steps to use. Can I do that?

Or, otherwise, can I set BaseURL to use for playback in the data source (XML file) the test is bound to?

Thank you!
Konstantin
Boyan Boev
Telerik team
 answered on 25 May 2016
1 answer
53 views

I am developing tests for an application that uses a web-browser based UI; the application is hosted on a machine running IIS;  I am currently developing the tests on a remote machine, using the IP address of the machine hosting the application as the URL.  I was hoping to use the test-settings (settings.aiis) or testsettings file to change the URL to localhost when running the test from the build system, as an automated test.  is there a way to make pages.g.cs use the URL from the settings file rather than the hard-coded value in the file?

 

Thanks,

Mark

Ivaylo
Telerik team
 answered on 25 May 2016
7 answers
155 views

I have a TreeView that allows for multiple selection of TreeViewItem's. We don't use RadTreeView/Item, the project uses ArtOfTest.WebAii.Controls.Xaml.Wpf.TreeView/Item controls.

My issue is, I have a screen that when it loads, the same TreeViewItem isn't necessarily selected, and I need to select a specific one based on some text in the name of it.

So for example, in Screenshot_1, that first item is selected but I actually need the second one selected (there could be more than two items, that is just currently what I have in my sample), but the first item might not always be selected. There could be nothing selected on the screen load.

What I was thinking I would like to do is loop through the TreeView and deselect everything that is expanded, unless it has the text I'm looking for, in which case it should expand/select it.

Been working on this for a while and can't seem to figure it out...

Elena
Telerik team
 answered on 25 May 2016
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?