AlexKaras wrote:
-- Selenium cannot connect to the already running browser.
I did not know this. Thanks for that information. I will keep it in mind.
I was planning to have my entire process driven by the Python code I right to work with Selenium. I currently use a custom framework we built to drive all our testing. I would convert this framework into python and use selenium webdriver commands for all WEB testing and call TestComplete to perform Desktop testing.
We use a keyword approach for our automated testing and our keyword testcases are actually built in Excel files. So, the amount of "code" is actually a lot less than somebody that builds all of their tests in TestComplete.