ContributionsMost RecentMost LikesSolutionsExecution of Testcomplete project from build pipeline in Azure Dear All, Is it possible to execute the testcomplete project file(.mds) file to execute the test cases from the build pipeline in Azure instead of project suite file(.pjs)? I have 2 projects under same project suite, one project to be run in one environment and other in another environment. In general i am able to configure the pipeline at project suite level(.pjs), but one project will pass but other project will fail in the same environment(as i am not hardcoding the environment details in script, instead using a config file, from azure i am writing this config file and script reads config file during execution. Both the projects are using same script for reading the config file).I could not get any document on how to configure the pipeline with project file(.mds). Please help me in knowing how to setup the build pipeline with project file or if there are any other ideas for resolving this. (I am using testcomplete test adaptor for connecting with azure). Thanks in advance. Best Regards Saira16 SolvedRe: Till which version of testcomplete does smartbear support?Thanks for the informationTill which version of testcomplete does smartbear support?Does smartbear support even very old version of test complete/execute application? Or if it supports only till a version, which version is it? Thanks in advanceSolvedRe: Does the script work if the testcomplete version is different Thanks for your reply. Actually already test cases are built in 14 and have only testcomplete 12 for execution, then i guess we might have issues. So only option is to update the executing version to 14 then. Does the script work if the testcomplete version is different Dear All If we are developing testcases for desktop application using scripting option in testcomplete 14 version and if we want to run it in testcomplete 12 version, will the testcases run properly or will it have issues in running it? Thanks in advance. SolvedRe: Working with Word document and identifying the last line Thanks for your suggestion, i will also try to use this. Currently i have tried the solution provided above by BenoitB. I will also try your suggestion. Re: Working with Word document and identifying the last line Yes, by trying out one of the method as suggested above in the link i was able to move forward. Thanks Re: Working with Word document and identifying the last line Sorry for late reply, i tried with link you shared and got what i wanted. Thanks for your help. Working with Word document and identifying the last line Dear All Thanks for all your suggestions for my previous query. I have a new query, request you to help on this. Currently i am planning to create a report in word file, where i can add text and also screenshot for detailing. I have found way to add text and also to add screenshot to word. But when the log gets added, text is getting placed in same line and in sameway screenshots are also placed over the same line. So everything falls in a cluster. Please help me to know how to add text and screenshot in next line to the previous line. I tried to activate the document and give keyboard action using Sys.Keys("[Enter]"), which dint work out. Also there are very less content regarding working with word, so i got stuck here. Thanks Saira SolvedRe: Run test cases in multiple environments for desktop application Thanks for the checking and providing a solution, in jenkins i guess it is possible to do a looping of node, i could not get the same kind of solution for azure. Currently we have to add 8 stages for running these environments.