Hi,
I'm running a list which contains test cases. However when testing is finished no results are visible either in the Test Studio nor are they stored on the hard drive. This is happening since two days ago. We use version TS 2015.3.1314.0. Restarting the computer, ending all Telerik processes and restarting them didn't solve the problem. No update of TS software was done. How can we solve this? When tests of the list are running, no errors show up.
BR, Jurij
Hello - I have a series of web tests I've created that run well. When creating a load test and clicking "Capture from exiting web test" and selecting any of the web tests and any browser I get an error once the browser pops up. In IE I get "Page can't be displayed" and in Chrome I get "Page isn't working Chrome" and Firefox never gets past the "preparing browser for automation method'. I've configured each browser according to the steps provide for them and the extensions are running fine. Once the page is brought up with those messages I can't get to any public page either by entering a URL so its seems like the browser is locked by the Telerik tool.
Any suggestions? Thanks.
Hi,
When I configured the scheduling and SMTP it worked fine. But now the SMTP screen is not displaying when I am trying to schedule run a test list.
I want to know if its my sytem problem or is it related to telerik configuration.
I have attached the screenshots of both when it was working and when not working and also of the configuration.
Note: I had to change scheduler service port to 8010 from default 8009 as the scheduler was not getting started. The old screenshot showing SMTP working 'SMTPscreen.png' was configured with 8009.
Hi,
I've created a project with one load test which is in a test list and two web tests. I want to run this load test form another computer that does't have installed Test Studio standalone version.
For this purpose I'm using Telerik Test Runner. In Remote Run Tab I've configure everything as described in this artical.
If I run а test list with web tests in it from Test Runner the list is executed on the server, but when I run test list with load test only, on the server is showing for very short time the console and than closes immediately.
And throws this error SerializerService.JsonConverterTypeResolveFailure() : JsonConverterTypeResolveFailure for Telerik.TestStudio.Load.LoadDesignTest.
See LogView.txt for more details.
The same is when load the project from Configure button, when I locate the project in my file system shows only the web tests and load test but not the test list.
When I select to run the load test, again opens the conole and closes it immediately. If I run web tests is working fine.
Can you help me with this, how to execute load test with Test Runner?
Thank you.
Hi,
I have a problem while trying to select a row that is partly visible in Telerik Grid using Telerik test framework.
Below is the code snippet:
Find<FrameworkElement>(Reference).User.Click();
Where reference is the locator of the grid which is found by inspecting the Grid row through Silverlight Spy.
The clicking of row fails only when the row is partly visible and works fine when the row is fully visible. Partly visible case could be a situation where only few pixels of a row is visible. Here the element is successfully found/located ; but clicking fails. Could you please help me to resolve this issue.
Hi Team,
I scheduled the test list execution using scheduler and it got executed on time. But i didn't get any log in result tab.
I restarted the Test studio also but still no luck.
TTS version (internal build) : 2016.1.513.1
Cam anyone please assist me?
Thanks/
Ravish
Hi ,
My application has a list of kendo ui menu. I need to mouse hover on one of the main menu items to be able to view the submenu.
I have written a code to get this done and it get executed absolutely fine on IE.
But when executed on Chrome it mouse hovers on the above menu item in the list.
So I tried using offset values like shown in the below line of code.
Menu2ndlevel.MouseHover(0,30,ArtOfTest.Common.OffsetReference.AbsoluteCenter)
By doing this, the execution happens fine in Chrome, but because of the offset set on IE it clicks on the below menu item.
Can you please help me with how to deal with this ?
-Regards,
Sprithi