ContributionsMost RecentMost LikesSolutionsRe: Parametizing Request in SOAP UI Hi Richie, Thank you for helping me. I have found out the way. I had to use${DeleteTransactionKey#DeleteTransactionKey} at the Parameters section on the request as shown in the image. Parametizing Request in SOAP UI Hi, Thanks for helping me. I would need to parametize the value for transactionkey as it will be generated from "Start Transation to delete token" test and will need to be passed to the arrowed field. Im not sure how to do this. It would be appreciated if someone kindly help me out on this. Thanks heaps. Sudha Context menu cant be regonised when using TestExecute Hi, I created a test in TestComplete which clicks on Set Primary Status->Status Type 01->Operating. The context menu can be found when the test runs on my local machine. Then i use TextExecute to copy the test and run on a vm and on the same application with the same data but the test can find until Set Primary Status but do not go to Status Type 01 and then to click on Operating. TestExecute fails at this point. May i know how to go about this problem? I hope someone would help me on this. Thanks! Sudha Context menu cant be regonised when using TestExecute Hi, I created a test in TestComplete which clicks on Set Primary Status->Status Type 01->Operating. The context menu can be found when the test runs on my local machine. Then i use TextExecute to copy the test and run on a vm and on the same application with the same data but the test can find until Set Primary Status but do not go to Status Type 01 and then click on Operating. TestExecute fails at this point. May i know how to go about this problem? I hope someone would help me on this. Thanks! Sudha Re: Using data from excel sheet for FindChild and passing as regex Thank youtristaanogre, it is now working as expected. One more thing that i have learnt :-) Using data from excel sheet for FindChild and passing as regex Hi Everyone, Thanks for helping. I am using a findChild method and passing in the properties from excelsheet. Set Loading= Aliases.DataAcquisition........ PropArray = Array("UITracingText") ValuesArray = Array("*Loader 01*") ----> This value would need to come from an excel sheetDriver.Value(1)) but needs to be able to match part only Loader 01 as UITracingText is a long string. Set Loading = Loading.FindChild(PropArray, ValuesArray, 10000) ValuesArray = Array("*Loader 01*") ----> This value would need to come from an excel sheetDriver.Value(1)) but needs to be able to match part only Loader 01 as UITracingText is a long string. If i dont use the value from exel sheet, then i can simple make itValuesArray = Array("*Loader 01*") but i only want string which are matching. Thanks for helping. Sudha SolvedRe: Winforms object is different to the previous time when the script is written Thank you all for replying. I think the problem is that the object was not mapped. Now its mapped and its working properly now. Winforms object is different to the previous time when the script is written Hi, I have a problem in object regonition everytime i come back to the project a few months later. This script was written a few months ago and today when i try to run the automatic test, TC is complaining that the object cant be identified. Reason being, the object has the word "WinFormsObject" attached infront. Previously, the particular object was identified as below; Aliases.DataAcquisition.MainFrameDA.MdiClient.PaneMDIChild_Active.CanvasUIControl.PaneUIControlFrame.clientArea.LoaderTruckPanelUIControl.splitContainer1.SplitterPanel.LoaderStatusUIControl2.panelCycles.WinFormsObject("panelCyclesBottomRow").WinFormsObject("panelTravelEmpty") Now after a month, the same object is being refered as Sys.Process("DataAcquisition").WinFormsObject("MainFrame").WinFormsObject("MdiClient", "").WinFormsObject("PaneMDIChild").WinFormsObject("CanvasUIControl").WinFormsObject("PaneUIControlFrame").WinFormsObject("clientArea").WinFormsObject("LoaderTruckPanelUIControl").WinFormsObject("splitContainer1").WinFormsObject("SplitterPanel", "", 1).WinFormsObject("LoaderStatusUIControl").WinFormsObject("panelCycles").WinFormsObject("panelCyclesBottomRow").WinFormsObject("panelTravelEmpty") The software that is being tested has not changed much so im not sure why the object is not regonised the same way as before when the script was written. Thanks for helping me. Sudha SolvedRe: Running batch file as admin from Test Complete Thanks to everyone for the replies. I ran TestComplete as an administrator as Robert Martin suggested and i could run the batch file as an administrator. Running batch file as admin from Test Complete Hi, I have a batch file which needs to be run as adminstrator. This batch file contains scripts to start and stop a service and windows 10 only lets it to be executed as administrator. How can i run this batch script as administrator in TestComplete'sTestedApps? Thank you for helping, Sudha Solved