ContributionsMost RecentMost LikesSolutionsTestComplete VBScript to Python script conversion We have a TestComplete project running using VBScript, our management has decided to explore Python as scripting language. How should I approach converting the vbs script files to python files? Is there any short way of doing it or do I have to convert function by function? Re: Does anyone has any experience in building new framework to test UI application using python Thanks Alex, this is wonderful explanation on framework and what it would mean for different people with different perspective. What I am looking for is, we have a desktop application written in C#, and we want to automate the regression tests that are currently being executed manually. We are asked to use Python as scripting language because that's the vision going forward in our organization. Now we have to develop a TestComplete project to read test cases and test data from excel file and execute it on the application. I could not find any sample project written in Python in TestComplete (even the TestComplete samples provided are in C#,Delphi,JScript and VBScript), how should I begin to write this project? We want to perform below actions. 1) Open excel file and test cases and data 2) Launch the tested app 3) Perform actions coded in script 4) Error handling/exception handling/ events in TestComplete 5) Report the test execution status via email Can we define classes in python as we do in VBScript in TestComplete? VBScript allows us to write Classes, does python also have this ability to write classes in TestComplete latest versions? Re: Does anyone has any experience in building new framework to test UI application using python Thanks, What framework are you using? I mean keyword driven, data driven etc. Can you please give us some starting points on how you build that framework? With very little information available over internet, not sure how to start building it. Re: Does anyone has any experience in building new framework to test UI application using python Hi there, Thanks for your prompt reply, may I ask what scripting language your framework is written in? Does anyone has any experience in building new framework to test UI application using python We are planning to use TestComplete to automate UI regression, does anyone has experience in building framework using Python as scripting language? I have searched internet for some basic framework for so long but couldnt find any.