Hi again,
thanks for your answer Alex. I will try to explain my problem in more details. So I create some payPal payments on a test acount on
https://www.sandbox.paypal.com/uk/cgi-bin/merchantpaymentweb?cmd=_account. Then I want to import these payments in our internal application Payments (it is not a web application, but a delphi client for Windows environment). Importing is done through wizard. If I do the same procedure manually, importing of payments is always successful. If I do the same procedure through Test Complete, it is not so. It could happen that importing is stopped on the first step with Pay Pal API error or it could happen that importing is stopped when fetching of transactions is running - our Payment client is not in "not responding state", but you cannot do nothing with it - only kill the process in the Task Manager, there is no errors in Test Complete log . Attached you can find my function for importing payments. In case that importing is successful (a rare case) it takes very long time, whereas the same thing is done very quickly if it is done manually. I know that when importing of Pay Pal payments is running that some Pay Pal API calls run in the background and becuase this strange behaviour is only when I import payments with Test Complete, I am thinking about that there should be something in connection with these API calls and Test Complete - maybe is something blocked with Test Complete or there are maybe some special settings in case of API calls. I do not run this test inside the project for web testing but inside the project for testing Windows apllications because I am testing behaviour of the client for Windows environment. I have also problems if I try to do a refund to Pay Pal payment with Test Complete - it is again done through wizard in our delphi client but with Pay Pal API calls in the background.
Best regards, Andreja