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...
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.