Dev environment:
FlexBuilder 2 + QTP
Problem:
The QTP cannot get the properties of every component when add some checkpoints.
Solution:
The cause of this problem is that I add a call back function in my flex application with the same name "getProperties" which is registered by QTP also.
ExternelInterface.addcallback("getProperties", functionName);
So avoid this in your code.
订阅:
博文评论 (Atom)
没有评论:
发表评论