ContributionsMost RecentMost LikesSolutionsRe: Running Multiple projects in a Suite in Azure pipeline Thank you all for the reply. Running Multiple projects in a Suite in Azure pipeline Hi...One of my team member created individual projects for each feature. That means we have multiple execution plan editor. So when running the pipeline in Azure, its running random projects. that is, the run is not starting with the first project. Is there any way we can provide a sequential order in Testcomplete or in Azure pipeline. Thanks SolvedRe: CheckProperty Thanks for the reply. But thts not what im exactly looking for. im looking for the code i can use so that the test will pass if the caption equals any one of the given values. CheckProperty Hi Im creating a script in JavaScript to verify the details of a page in a Desktop application. I would like to know how to check that the caption of an object is one of the value we have. For example, in a 'status' field, we know that there should be one of the following values. New, Completed, In progress, closed. So what i tried is the following script aqObject.CheckProperty(Object, "Caption", cmpEqual, " New"||"Completed"||" In progress"||" closed"); This script passes if the status value in the page is 'New'. If its anything else it fails. Please advise me on any possible methods to tackle this. Thanks SolvedValidate a processing dialog box Would appreciate you views on this. I'm automating a microsoft word document plugin functionalities. I need to validate a box that appears when i click certain button which says "The following things are being executed". But that dialof box stays for about 10 seconds. By the time i create a checkpoint, it disappears. Is there any other way to validae these kind of processing dialog box? Thanks SolvedHow To open a testedapp file(Test Document) from a path Hi. My TestedApp is Windows word and i need to open a test document which is a word file. How can i open it by using the path of the file in a script. SolvedDesktop application Launch . Im trying to automate a desktop application(MS Word). So i have this test document which is a doc file. My questioon is is it possible to include the test document in the project instead of going to the folder where i have saved the document. Because if i send this script to someone else, the location of the document in their device might be different. Thanks Solved