Hello,
I will describe the scenario:
- I have machine A acting as an Authoring Machine with Telerik Test studio
- I have machine B running the Runtime Edition
From Machine A I have a Tes List and in its settings, under the "Web" Tab I have selected Chrome as Browser and in the ExecutingBrowser as well.
On Machine B (Runtime) I have installed either Internet Explorer and Chrome.
When I run the list remotely the browser being opened in machine B is always Explorer even though I have selected Chrome. Even more, on the Runtime "Process History" it says that the Browser is Chrome but that's not true as IE is the one being launched.
I would like to know if you could give me some hints on this.
Regards,
Hi Telerik team,
In my Kendo angular application I need to search a customer and click that one In Kendo grid using coded step. I have tried code in this page-
HTML Table Searching and Paging. but I was getting error Assert.IsNotNull - [Expected:Not Null],[Actual:Null]. I have tried in different ways. I was getting Object reference not set to instance of object. I am new to telerik. Please guide me. I have attached log file and Grid listing.
Thanks In Advance.
I have exported my Test Studio project to Visual Studio and want to debug coded steps. I have my default browser set to Chrome, my project is set to use Chrome, I created a .testsettings file that is set to Chrome and I have set the default Visual Studio browser to Chrome.
When I run the test from the VS plug-in it will launch Chrome but if I launch a test from VS Test Explorer it will launch Internet Explorer. Is there a way to change this or am I stuck with IE?
I am unable to install Test Studio Trial version. facing attached error message.
Please help
-Dhaval M.
Hi,
In our application we have Kendo grid having different cell data, how can we do multiple data validation (Bulk objects) using TestSudio.
I didn't find anything related to that in User's Guide.
Please do needful.
Regards,
Raj.
Hi,
I've been able to successfully run a test suite with < 40 tests without issue until a couple days ago when it simply stop running a test list (suite). When this occurs, no results are returned to the TS client. This usually occurs within the first 15 or 20 minutes. When the full suite runs, it takes 2+ hours to complete.
The number of tests in my suite hasn't changed significantly over the last several months, and I've not done anything to change my configuration, so am at a loss to determine the cause of this issue.
I've looked through the Forums to see if there's anything that might be applicable to my situation, but didn't see anything.
I'm at a loss to determine the cause of the problem, and would appreciate any assistance you can provide.
Thanks,
Dan
I started using test studio for a webapp build in javascript. I came across a few things that don't work in my tests.
After recording i find that when clicking on certain div's or options in a dropdown (or an other element), it records it as "other" or as "Link". Then when i execute it, it goes well most of the time but with some steps test studio clicks the wrong element, or cant find the element.
I think this is due too it not having an id, but i came across an error where test studio filled the wrong inputfield even though all my input fields have an id. What am i doing wrong here?