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
Hi,
I was trying to schedule some performance tests, and they got stuck right after the navigation step.
When I ran the tests with chrome manually, it produces the NET::ERR_CERT_AUTHORITY_INVALID error.
I have attached a screenshot for where it gets stuck.
Is there a way to make performance tests run automatically?
Or do they have to be run with human intervention to click "advance" and "proceed" on that page?
Thanks,
Jack