sumanreddy wrote:
Hi Shankar,
Test Complete is unable to identify the ComboBox field. So no further actions can be carried out.
What error messages are you getting precisely? Is it an object not found message?
You're using NameMapping... which is good... but it COULD be possible that the automatic mapping created while you were recording the test is insufficient to find the particular object. Along with what shankar_r requested, could you post the mapping configuration for the combo box so we can see what you're working with?
As for a "sample project"... without knowing the particulars of the component you are using, we can't provide a "sample project". If this is a "standard" combo box, this article (https://support.smartbear.com/testcomplete/docs/reference/test-objects/controls/web/general/combo-box/index.html) will give you some of the starting reference points of properties and methods to attempt to use. If this is some other component, then we need to know more.
I did some quick research on ExtJS and looked at their examples of combo boxes. They aren't natively supported in TestComplete so you'll have to do some additional work to simulate what you want. It appears, also, that your example is a bit more complicated in that the combobox is actually part of a tree component. I did a quick record and playback on the samples and it worked fine... so, I'm guessing that it has to do with something in your object identification or in some implied state.