| I am using trial version of test complete, its installed in a single pc, can i install in more than 1 system at our office?? |
I'm not sure why you would need to install it on more than one system. Could you clarify this question?
Call ultraPanelClientAreaUnsafe.uce_1044_.Click(67, 9)
Call dropDownForm.ValueListDropDownUnsafe.Click(41, 66)
this is the code for selecting the value from the drop down list. But while play back it selects different value. |
I would suggest you replace the second line in that code with
Call dropDownForm.ClickItem("Unsafe")It appears that you've mapped the specific item and are then calling a "click" on it when you should be just clicking on the item in the drop down.
Without knowing your application, that's my best guess.