Questions tagged [telerik-test-studio]

Telerik Test Studio is a commercial tool for automated software testing.

Telerik Test Studio Complete test automation solution for a wide range of technologies.Test desktop, web and mobile applications. It has a UI for recording test actions in all major browsers (Internet Explorer, Firefox, Chrome) and playback in same browsers including Safari. Add conditional logic, invoke JavaScript and desktop commands, handle dialogs, perform image verifications and more, WITHOUT a single line of code.

40 questions
2
votes
1 answer

Telerik Test Studio - Interacting With Webpage Sliders Outside of Kendo UI

I’ve been going through Telerik Test Studio’s online resources and tutorials, and none of these basic examples seem to cover what I’m having issues with – sliders. I’m looking to do some tests on a webpage that has slide bars. The way that they are…
GB Cyber
  • 21
  • 2
2
votes
2 answers

Telerik Test Studio - Run this test button is disabled

I have downloaded the latest test studio from Telerik website. I have created a test based on the Sample tests (Load Tests) shipped with telerik. However, When I am trying to run the test I get this error "We are unable to run the tests. Please make…
user1829319
  • 691
  • 1
  • 8
  • 22
1
vote
0 answers

Executing a post-test action in Test Studio

With testing technologies like JUnit, TestNG, and Katalon Studio, there exist setup and teardown methods. In TestNG, there is even a beforeTestSuite(),afterTestSuite(). I am looking for an equivalent in Test Studio, namely for either logging out or…
Mike Warren
  • 3,796
  • 5
  • 47
  • 99
1
vote
0 answers

Performing action over list of elements in Telerik Test Studio

I have a list of companies on the dashboard that I wish to test clicking on. When each company list item is clicked on, a checkmark should appear next to it. How to tell Test Studio to click on each one? Company list looks like this : and the HTML…
Mike Warren
  • 3,796
  • 5
  • 47
  • 99
1
vote
0 answers

Telerik Test Studio Mobile Web Automation problems

Recently I've been exploring the tool from Telerik called Test Studio. And after 3 weeks of using it I still have some questions that I couldn't find the answers for. Did anyone have an experience with this tool? The guys from Telerik are not…
Ori
  • 11
  • 2
1
vote
1 answer

Issues detecting textboxes that get generated via a template

I am trying to record UI tests for an Aurelia App. I am using Telerik Test Studio and it has issues detecting the textboxes that get generated via a template. If I use straight HTML in the template e.g. That is…
GraemeMuir
  • 160
  • 1
  • 8
1
vote
2 answers

finding a dynamic element using telerik framework

I am very new to the telerik framework i have a que with finding dynamic elements.For example lets consider a where the content keeps changing.In selenium i will find the elements using the following code IWebElement location =…
1
vote
1 answer

Recording After Code Step (WPF Test) - Telerik Test Studio

I am testing a WPF App with Telerik Test Studio. My App is started from a ClickOnce shortcut. Here are the steps that i did: 1 - Start Test Studio and create a WPF test 2 - Add a Code Step in my WPF test 3 - Using the snippets in…
hicben
  • 11
  • 2
1
vote
1 answer

Why do I get 'Object reference not found' intermittently when attempting MouseHover over an image?

I'm trying to use the Telerik Test Framework to automate some website testing. To this end, I need to be able to analyze an ajaxified tooltip managed by a RadToolTIpManager which displays a user control containing a RadGrid. The site itself renders…
Darth Continent
  • 2,319
  • 3
  • 25
  • 41
1
vote
1 answer

test studio - new browser on fail

I'm using a trial version of Teleriks Test Studio, and am running into a problem with it on my Silverlight application. My test is logging in, then attempting to add 100 new users from a data source. I have run the test multiple times and every…
Nixdorf
  • 61
  • 8
1
vote
1 answer

Telerik Test Studio - Web Test New Tab

I'm working with Telerik Test Studio for my c# Silverlight application that runs on a SharePoint server. The current issue I'm running into is that a recorded test doesn't continue executing if I hit a button that opens up a new tab where I'd like…
tnw
  • 13,521
  • 15
  • 70
  • 111
1
vote
1 answer

Cannot run Telerik tests using Nunit on bamboo; Exception when starting the browser

This message is regarding the issues I am facing at the moment. Below given steps describe the process on what I am working on and where I got stuck. I created functional test cases in Telerik test studio via Visual studio 2010 Converted it into…
1
vote
1 answer

Run Telerik Test Studio test on the simulator

I'm trying to add a step on my Jenkins server for testing my iOS app automatically. I know how to deploy the TestStudio app on the simulator but I have to: run the Test Studio app on the simulator from the Terminal console execute the test (still…
Claus
  • 5,662
  • 10
  • 77
  • 118
1
vote
0 answers

Why can't I launch Telerik test recorder?

I am unable to launch the Telerik Test Studio recorder. My machine meets the requirements. I configured IE as required. I couldn't find WebUI Test Studio recorder. Machine configuration is as follows: XP 2002 SP3 .Net 4.0 Installed The log is as…
Harshavardhan Konakanchi
  • 4,238
  • 6
  • 36
  • 54
0
votes
0 answers

Telerik test studio - How to get value (Which is given by user) from AutoComplete input box

I am new to telerik test studio and automating a WPF application. I am facing a Challenge while fetching the value from auto-complete input box. Its a Address box which provides the auto-populated list based on characters provided by user. for e.g -…
1
2 3