ContributionsMost RecentMost LikesSolutionsRe: how to create CSV file and write data? Thank you very much for this info. In that link they clearly mentioned for text files only(The aqTextFile object provides programming access to text files.) Then may I know how it will support for other format files and why don't TC provide relevant method for .CSV files. I could see for retrieve data from CSV we have CSVDriver method. Re: how to create CSV file and write data? Thank you very much. I can agree with your point but with WriteToTextFile or any other method, shall we write data on particular row or column with respective header. Is it possible? Re: how to create CSV file and write data? Thanks but already I know this method and my requirement is need to create a new CSV file and write data on it. how to create CSV file and write data? Hi, I need to create a new csv file using python scripting and write data in file as per functionality. I know trough aqFile we can create but except this any other methods/way to create a CSV file like Excel method to create excel files. Thanks in advance. How to execute Parallel test cases for Desktop application Hi all, I am currently working with TC 15.20 version (32-bit) to automate desktop application and using python scripting for develop scenarios. I need to do parallel execution for desktop application test cases but I didn't find relevant information in documentation but could see much information for web application. can you please provide me information /guide me for parallel execution do in desktop application. Thanks in advance. Re: How to validate text color for element using with OCR in Desktop application chriscc Thanks much for your information. I will check and let you know. How to validate text color for element using with OCR in Desktop application Hi all, I am currently working with TC 15.20 version to automate desktop application and using OCR to identifying some of the elements/grids. In one of the grid, particular column(s), I need to validate the text color but through OCR entire grid was identified as a single element and not able to validate those columns. Can you please let me know the solution for validate the text color with using OCR. Thanks. Regarding tags usage in command line Hi, In python script, I have couple of functions (ex: 5 functions) with tag @smoke .can you please let me know how to execute particular function/functions (ex: need to execute only 2/3 out of 5 and need to ignore remaining 3/2 functions) Example: @smoke def one(): pass @smoke def two(): pass @smoke def three(): pass @smoke def four(): pass @smoke def five(): pass If I use command like /tags:"@smoke" ,all 5 functions will execute. Thanks in advance. SolvedRe: Python with PyTest framework in test complete Thank you. Re: Python with PyTest framework in test complete Sure, Thanks for your information. May I know, is it possible to implement Page Object Model in PyUnit framework with python? or without PyUnit , is it possible to implement only Page Object Model with Python? or please suggest me with any other solution is there similar to POM model to implement in Test Complete. Thanks.