Hi guys,
I've having trouble detecting an element using Telerik Test Studio. It's an element in Sharepoint Online in IE11.
I'm looking to click and select the "Business Development CORP Set" selection as shown in image (Business Development CORP set.PNG) but Telerik Test Studio can't detect the element.
When i use normal recording option, Telerik just able to detect the container of the selections but no the individual selections. (Cointaner.PNG)
I tried using coded step based on the DOM but still unable to detect the particular selection and the assert fails. As the element is nested in the DOM, i used these codes :
Element documentSet = Find.ByAttributes("id=ctl00_PlaceHolderMain_ctl00_SelectCandidate", "multiple=multiple" ,"value=0x0120D520002D8D5909BD994D82BE83C7681DC18B2F");
Assert.IsNotNull(documentSet , "Record not found.");
ActiveBrowser.Actions.Click(documentSet)
Here's the screen shot of the DOM (DOM1.PNG). As there are two values for "title" parameter, i had to use the "value" parameter. (Tried "title =Business Development CORP Set") but still unable to detect.
Here's are the tags as per image DOM1.PNG
<select name="ctl00$PlaceHolderMain$ctl00$SelectCandidate" title="Possible values" id="ctl00_PlaceHolderMain_ctl00_SelectCandidate" style="width: 190px; height: 150px; overflow: auto;" ondblclick="GipAddSelectedItems(ctl00_PlaceHolderMain_ctl00_Picker_m); return false" onchange="GipSelectCandidateItems(ctl00_PlaceHolderMain_ctl00_Picker_m);" multiple="multiple">
<option title="Business Development CORP Set" value="0x0120D520002D8D5909BD994D82BE83C7681DC18B2F">Business Development CORP Set</option>
Hope you guys can give some guides :)
Thanks,
Pravin
Hi ,
I am facing Anti- Forgery issues when performing Load Testing . I am not sure how to handle dynamic values for each sessions per page.
Please find attached screenshot same.
Thanks,
Noorain
Hi all,
I'm using Test Studio (ultimate edition). I have two different WPF applications for which I have to record the test steps.
Problem is that I would like to perform the recording simultaneously for both the applications, so that they can interact one with each other.
In other words I would like that, at a given step test, an application can invoke (or launch) the other one in the same project.
Is this possible? What is the procedure to follow to achieve this?
Thank you
br
Christian
Hi,
I'm use trial version. I have problem about multi select KendoUI when I record test script on multi select object finish. Then I execute test script. System cannot run pass on this object (see picture).
How can I resolve this?
Thanks,
Nut
I am running Test Studio 2016 R2 with the latest internal build installed. When I enable Highlight Elements and hover over an outlined object the initial pop up menu displaying Quick Steps/ JavaScripts and other recording aids opens okay. When I try to move the mouse to Quick Steps/JavaScript Events/Mouse Actions/Scroll Actions it loses focus and the initial pop up and the sub menu flay out closes before I can select anything. If I navigate down the left column of the initial pop up i can sucessfully get to Add to Elements/Locate in DOM/Build Step sub menus. Our UI is written in Angular JS.
I have tested the Highlight Elements feature with gmail.com as the target web page and it works properly. If this is an Angular issue is thaere a work around i can use?
Thank you,
Barry
Hi,
Despite the reading of the documentation (here and there), i'm unsuccessful to configure my jenkins to execute my list of test on a slave.
I'm trying to see if we can use Test studio to run some test on our wpf application on a virtual machine by using the jenkins master-slave processus.
As i'm a using the lastest version of testStudio, am i concerned by the disclaimer a the end of the documentation ? I haven't notice the TestExecuteProxy.ExecuteTest() exception.
How to handle it ?
Can the plugin be configured with a user/password to manage this point ?
Hi,
I was wondering how best to handle SVG content. If the SVG canvas has something on the canvas, what is the best practice the interpret what is being shown?
Matt
I have a tree which loads all its items (with the exception of the root nodes) dynamically. When I record a test (Web Test) using Test Studio, the recorded 'expand click' shows up as a 'click' on a 'span' element. When I then execute the test, the click never happens.
What am I doing wrong?
Matt
Hello,
earlier I used to only IE for my tests.
A few days ago I tried to run my tests on Chrome and Firefox and found that they were slower. More time is required to execute them. For example, the same test list takes 28 seconds on IE but 77 seconds on Firefox and 72 seconds on Chrome.
Please, could you help to fix this problem? What reasons are for this behavior?
I use Windows 10 x64, TestStudio v2017.3.1206.0, IE 11.483.15063.0, Chrome v63.0.3239.108 (64bit), Firefox v57.0.2 (64bit). For Chrome and Firefox the latest extentions are installed.