02-21-2011, 04:54 PM
Hi,
I am using QTP with VBscript. And i have used the following Code like that,
If i run that script, it shown error as "Object does not support property or method".How to avoid this type of error using split function.
Please do the needful.
Thanks in Advance,
Subramanian.M
I am using QTP with VBscript. And i have used the following Code like that,
Code:
Browser("Browser").Navigate "......."
Dim Str1
str1="WebButton"
msgbox str1
Dim str2
str2="Reset"
msgbox str2
Dim res
res=str1 & "(" & str2 & ")"
Browser("Browser").Page("OpenSSO (Login)").res.Click
If i run that script, it shown error as "Object does not support property or method".How to avoid this type of error using split function.
Please do the needful.
Thanks in Advance,
Subramanian.M