ContributionsMost RecentMost LikesSolutionsCharts validation Hi, Our tested application contains many charts. What is the best approach to adopt in TestComplete to test it? We tried Region Checkpoints but it has some limitations; such as the need to run the test in the same environment (OS Platform, resolution, font smoothing, etc). Thanks, Re: How to execute a query on Oracle database using TestComplete|JScript? Hi, Thanks alot for your answer. I will try it and keep you updated. Still I have a question, what Oracle components should be installed in the system in order to be able to connect to Oracle database using TestComplete? Thanks, Abed. How to execute a query on Oracle database using TestComplete|JScript? Hi, I'm trying to execute a query on Oracle database using TestComplete. I have the following querion: - What drivers should be installed? Where can ?I find them? - What about the connection string? Where can I find its specifications? Thanks, Abed. Re: Can I set a C1 Combo/DropDown control without using the <control>.Keys action? Hi, Any update for this question? Thanks, Abed. Re: TestComplete can't recognize ComponentOne Controls Hi Tanya, Actually some of the internal properties and methods exist and appear in the Object Properties. However, using these properties and methods is not healthy, as you know, they are not available for user and don't really simulate user actions. Another thing, some other controls are not completely identified. For example, the toolbar buttons are identified as items, so no internal methods ! Here I need to riase something, in the tutorial SmartBeat mention that C1 is not full supported but toolbar is one of the supported controls. I'm not sure if this is really reflects the actuall situation. Thanks, Abed. Re: TestComplete can't recognize ComponentOne Controls Hi Tanya, Actually tried both of them, MSAA and Automation but got no improvement in identifying the grid properties or the Toolbar. Thanks, Abed. Re: TestComplete can't recognize ComponentOne Controls Hi Tanya, Thanks for your reply. Actually I had a look at the examples in https://support.smartbear.com/viewarticle/75394/ (ComponentOne True DBGrid Pro) section, and tried to port the example to be working agaisnt my application but didn't work. The example uses properties and fearures that don't appear in the our TrueDB grid control in TC. Although both grids, in the example and that in our application, are TrueDB grid. Another thing, I'm also dealing with C1 toolbar in my tested app, but none all ot it's controls are recognized. For example, none of its buttons are identified as objects that can be mapped, only as items. Best Regards, Abed. TestComplete can't recognize ComponentOne Controls Hi, Ourr tested app contains ComponentOne TrueDBGrid, however it's class is a derived class with name "sthTrueDBGrid". TestComplete can't recognize this grid. The same problem also exists in a tollbar. I tried the demo for C1 controls on TC tutorial but didn't work. I also tried to add the derived class name to ComponentOne in Object Mapping group in Project Properties but such category doesn't exist. Thanks, Abed. Progress barHi, Is it possible to add a progress bar that shows the remaining time or number of remaining tests?