geethwind
14 years agoContributor
Eval() is not getting recognized in Test Complete
I have a VBScript function which checkes whether the Window exists are not with the following code
strWindow = Browser(""title:=.*"","CreationTime:=0")
set asd(0,1) = Eval(strWindow)
When i execute this code in test complete, i am getting the error
Microsoft VBScript runtime error
Type mismatch:'Browser'
How can i fix this? is there any similar function to Eval in Test complete , this code works properly in my QTP script . I even tried Execute method, but that doesn't help too..
can anybody suggest me a way out?
Thanks,