
Hello,
Is there a way to get exceptions from a browser's console?
I mean, if there is an exception in browser console (F12) I want to receive info about it to my test. Is it possible?

When I open my project from a local directory, I get an "Error Deserializing Object" message. All test cases within the project fail to load.
What can be done to prevent this in the future; feel that I've lost this project and their test cases associated with it.


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
