Hi guys,
I made upgrade to latest version 2017.3.1010.0 and it started crashing all time. Looks like some files is missing in deployment like Telerik.Windows.Controls.ImageEditor.2016.1.122.1145 as well as binding redirect Microsoft.Extensions.Logging.Abstractions, Microsoft.AspNetCore.Authentication, Microsoft.IdentityModel.Protocols.OpenIdConnect, Microsoft.AspNetCore.Http.Features, Microsoft.IdentityModel.Tokens, Microsoft.AspNetCore.Http.Abstractions, Microsoft.Extensions.Options, Microsoft.IdentityModel.Protocols,Microsoft.Extensions.Primitives, Microsoft.Extensions.Logging.Abstractions and so on.
Hello,
I'm working on a test that verifies the download of a large file using the "Handle 'Download' dialog" test step. It works in IE, but does not in Chrome and Firefox. The problem with Chrome and Firefox is that the test step does not wait until the download has completed and passes/proceeds to the next step before the download is finished. Any ideas as to why this would be?
FYI the "Handle 'Download' dialog" test step properties are:
Thanks,
Michael
I am looking for a document that outlines all of the ports/protocols required by each of the components:
Scheduler Server
Storage Server
Run time agents
There are bits of info scattered throughout the technical document but nothing that clearly outlines all of the ports and what they are specifically used for.
Hi,
I have a Web Application. The Login page works well against IE with Email, Password and Login button testing process.
The same one when run against the Chrome Browser it fails with warning that the Password is Incorrect.
Not sure why this happens.
Sundar
Hello,
My Scenario is the following one:
I have sent to the Runtime Execution Server one test list containing just one Web Test. This Web Test at some point gets hanged because presumably the web page does not connect to a pop up. It is quite probably something that I am not handling properly. But the issue I am facing right now is that the Test never finish nor expires. So, it would stay unfinished forever. So, I am killing the process (IE) manually.
But when I see the status of the Execution Servers it looks like the Test is still being run which is not true as I have manually closed IE. So, I am not able to schedule nor run any more remote test on that Server.
I need a way to cancel that Specific Test List without dropping the Scheduler Server DB because on other Runtimes I have several other Tests running properly.
I have tried cancelled with Postman (following the Fiddler sample). It returns:
{
"CancelledTestListId": [
"0f7acba0-81c7-4de7-ad33-ee6831fc4773"
]
}
but I still see the Test in the status.
I have attached an image showing that shows the Runtime "running" a Test even when I have killed any IE instance on that machine.
I hope my explanation is clear enough and that you could give me some hint on this.
Regards,
Sebastian
Hello,
After updating my Firefox to 45.1.0, all the Telerik extensions became disabled. The reason is these extensions could not be verified for use in Firefox.
Has anyone else met this kind of problem?
Many thanks and please advise,
Peiyuan
Hi,
In Telerik Test Studio, Kendo AutoComplete while trying to select data from dropdown its not allowing to select the selected item in test scripts. while recording the script it is being selected but while running the script i'm unable to select the record from autocomplete. can you please guide me with this. Thank You.
Good Morning,
I am building an automated test case using Test Studio, I need to evaluate and recommend a test tool for our company.
I can record a test case and play it back until I get to the point where I have to select a date from this date picker:
The code on the page for the date picker:
<input type="image" name="ctl00$cntMain$imgCal" id="ctl00_cntMain_imgCal" src="images/calendar.png" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$cntMain$imgCal", "", true, "", "", false, false))" style="border-width:0px;">
The play back stops here.
Please assist.
Thank you.