Telerik is attempting to say that the radio buttons I'm selecting are hidden. They are both displaying on the page and I'm able to select both of them. When you select either value the input in the div above is being updated from those radio buttons. That input is the only element that's being hidden by this page but telerik shouldn't be throwing that error.
<div class="radiogroup-container">
<input name="RL_400154" class="form-control question-value bound radiogroup initialized" id="P_300414" value="True" data-options='{"eventBinders":[{"eventName":"click","fn":"validate","context":"this"},{"eventName":"click","fn":"_MainRuleBody"}],"value":"","required":true,"enabled":true,"readOnly":false,"stackVertical":false,"dataValueField":"Value","dataTextField":"Description","dataSource":[{"Value":"True","Description":"Yes"},{"Value":"False","Description":"No"}]}'>Yes</input>
<div class="ifs-radiogroup">
<label class="radio-label radio-inline bound"><input name="1446491355081" id="1446491355081-0" type="radio" value="True">Yes</label>
<label class="radio-label radio-inline bound"><input name="1446491355081" id="1446491355081-1" type="radio" value="False">No</label>
</div>
</div>
Hi
I am new to Telerik and have downloaded a trial version. I am trying to record a simple script against IE11 on Windows 8. Whenever I click on Highlight Elements IE becomes non-responsive.
I have attempted the same recording in Chrome and whilst that records successfully the website in question behaves slightly differently on Chrome and the execution on IE of the Chrome recorded script is failing.
Bearing in mind I am new to this tool does anyone have any suggestions?
Thanks
Su
Hi,
We have some SoaPUI scripts which are done using Groovy scripts.
Since we have Telerik tests for our project, we are checking for a way to integrate SoapUI scripts with Telerik Test studio.
Any method to do it?
Appreciate your responses and experiences
Thanks,
VVP
Hi,
I got a simple problem, I recorded a test and made it work to certain point. How can i record from where i stopped?
Like make the test run then when it reaches the end i continue the recording process?
Thanks
Zaki.
Hi,
We are exploring automated testing of a salesforce applicaiton.
We are being told Selenium is a good tool for Salesforce test automation. Since we have Telerik and i find Telerik better, i am interested to know any experience you had with Telerik Test studio while automating Salesforce apps.
Appreciate any inputs.
Thanks,
VVP
Hello,
Our Web development team is considering TestStudio for their web app QA. We also have a desktop WinForms app with WPF controls hosted via ElementHost.
I understand TestStudio does not support WinForms apps, but is it possible to leverage it for WPF screens embedded in WinForms app?
Thank you.
Hi,
I am using a angular-bootstrap typeahead in a form. While testing i am able to type in the textbox for the search but i can not see the choices popping up nor can i make any choice.
The textbox searches in a pre-loaded array so even after trying Wait, it still did not work.
What is the trick here?
Regards,
Hello,
I am using a trial version of Test Studio, and its my first time with test automation so excuse me newbie questions.
Here goes a scenario.
I got a list of different ids that i need to navigate to and make my tests
What i can do is
1. Start a recorder
2. Navigate to each URL individually and repeat
What i want to do is navigate to a different url e.g. http://domain.com/user={username} and repeat the test with different inputs
So first go will be
Step 1. http://domain.com/user=kim
Step 2. Enter FirstName Kim
Step 3. LastName Yahun
Step 4 .Click submit
then
http://domain.com/user=clara
then goto step 2 but enter clara and jack instead
How do i achieve this?
Please refer me to any videos
Thanks and sorry for the long post
Hi,
I read on this forum that there is no possibility to open a new tab in IE. OK, fine with that, but the question is now can I open new window and keep session from the first window? I have application which stores a session that is used all over the pages. I need to open a new tab/window and keep session from the first tab/window. SO in short I'm trying to replicate copy paste of the URL from first tab in the second tab and not loose session from the first tab. How can I do that?
BR, Jurij