ContributionsMost RecentMost LikesSolutionsRe: Solution for changing full name of an object"In the above full the number in the part (WPFObject("TabControlWithCornerElement", "", 1)) keeps changing at runtime or playback. how to handle this? " If just the number is changing, replace the number with * which is a wild card to handle situations like this.Re: Ignoring text in a XML file See if this helps: Verifying Files With Variable Parts Re: Loop Test I'm not 100% positive, but I believe your issue is the Data-Driven Loop inside of your While loop. If you convert the keyword test to script you will see that a Data-Driven Loop translates to a While Not loop. So you have a While Not Loop inside of a While Loop. The code will not exit the While Not Loop until all data is read from the Data-Driven Loop. I recommend finding a different way to feed the different data to your keyword test OR instead of using a While Loop use an If.. Then statement to exit your Data-Driven Loop. In other words, for each iteration of the Data-Driven Loop check the Enable property and exit the loop using a Go To label if the property is set as you want. Hope that helps. Re: Script Extension Help You are missing an icon for your script extension. Add an icon file and then reference it in your description.xml file. Once you do that you will no longer get the error that crashes TestComplete. Currently your description file has <KDTOperation Name = "HNB Property Checkpoint" Category = "Checkpoints" Icon = ""> Once I added an icon file Test Complete no longer crashed. You still have errors in your script extension but at least you will be able to see those and will be able to start working through them. Hope that helps. Re: Code Contest: Export/Importing Project Variables How are you attempting to attach the file? Remember this is a script extension. This link may help: https://support.smartbear.com/testcomplete/docs/working-with/extending/script/installing-and-uninstalling.html. Re: Attempt to perform an action on a zero-sized window See if this helps. Re: Userform control properties - font size issues The screenshot you attached shows the properties of the text box containing the text "USERFORM". Do you have any other controls on the user form? The screenshot doesn't show any. We would need to see the properties of those controls. Re: How to overcome count limitation of Persistent Variables Try this one. I made a few corrections to exclude the variable types that weren't supported by the script extension. Re: Most Valuable TestComplete feature I selected TestComplete because it had the capability to create tests in both keyword and script tests. This was important to me since I am not a programmer. Since I have used it, I would say one of the features I like best is the ability to extend the functionality by creating Script Extensions. Re: how to identify the shell doc view object in TestComplete? What OS are you using? Also, I am assuming you have already reviewed the following links. http://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/internet-explorer.html?q=Preparing+Internet+Explorer+for+Web+Testing#_ga=2.21113339.1165231099.1502280430-184518564.1481914835 https://support.smartbear.com/testcomplete/docs/app-testing/web/general/considerations.html?q=Considerations+for+Web+Testing#_ga=2.30950783.1165231099.1502280430-184518564.1481914835