I installed TestComplete on remote Windows 2008 Server. Now I have a problem when I run WebStore_Sample_Project. Browser opens well but it is not opens link and all steps have failed.
Is it proble...
That is not a problem with RDP but sounds like a general problem with object identification. I'm looking at the sample project that ships with TC 12.5... and I'm not finding any reference to looking for an object as an IEFrame. Have you modified the project in any way from what was shipped? It would be helpful if you could paste screenshots or copies of the code that is being attempted at this point.
I, just now, tried running the script on an RDP instance to a Windows 7 box that I have. I don't, currently, have a Windows 2008 machine available so I can't simulate EXACTLY... but generally speaking, your issue is not with RDP nor with the project shipped with the application, but something going on with implementation within the project.
I changed only URL to locale network one because I have corporate proxy server with auth and I don't figer out how point it to browther so it does not ask it every time.
OK, that's an object identification error problem then.
You are changing the URL... The URL is what defines the pages in TestComplete. Here's the mapping for the FrontPage object
So, basically, when the test wants to find FrontPage it tries to find based upon that criteria. If that page isn't actually present, then the rest of the tests will fail.
As for configuring your browsers... the code you posted a picture of only uses Internet Explorer. So, the instructions for FireFox won't work.
Please confirm: What line of code does the error you posted occur on? you can find out by double clicking on the Error in the test log and that will take you to the code line. That will help debug as well. But, at this time, I suspect that this comes down to you changing the URL in the initial navigation and then not following up with an actual navigation to the web page used for the test project.