07-20-2012, 06:23 PM
Hi there,
I have a little problem (for you )
I have this QTP script :
now I´ve done these steps :
1) added regular expression in the
Window("MyApplication version 14")
of constant type in the text fileld : MyApplication.*
I runned it .... OK !!!!
2) the same thing for WinObject("Connection Test: OK").Click
runned it ..... NOT OK
is it a problem with regular expression and win object ? I don´t think so ..
can you help me ?
thanks ...
I have a little problem (for you )
I have this QTP script :
Code:
Window("MyApplication version 14").Window("Main
Screen").WinObject("Connection Test: OK").Click
1) added regular expression in the
Window("MyApplication version 14")
of constant type in the text fileld : MyApplication.*
I runned it .... OK !!!!
2) the same thing for WinObject("Connection Test: OK").Click
runned it ..... NOT OK
is it a problem with regular expression and win object ? I don´t think so ..
can you help me ?
thanks ...