11-10-2011, 09:16 PM
hello all,
i am trying to use qtp11 to test this visual c application
but i have this problem :
i registered these statements
but when i run the test with qtp 11 the test stop and show me the following error
Ed
Object's physical description:
Native Class = Edit
miccommentproperty =
Index = 1
note i saw in the help that setSelection is used to select where write in a textfield and in the qtp help it was followed by the method "Type" i tried it too but it did no worked
can you help me please?
thank you very much
i am trying to use qtp11 to test this visual c application
but i have this problem :
i registered these statements
Code:
Window("[window]").Dialog("dialog").Activate
Window("[window]").Dialog("dialog").WinList("LB").WinEdit("Ed").SetSelection 0,6
Window("[window]").Dialog("dialog").WinList("LB").WinEdit("Ed").Set "898989"
but when i run the test with qtp 11 the test stop and show me the following error
Ed
Object's physical description:
Native Class = Edit
miccommentproperty =
Index = 1
note i saw in the help that setSelection is used to select where write in a textfield and in the qtp help it was followed by the method "Type" i tried it too but it did no worked
can you help me please?
thank you very much