Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Use Split Function using the Following Example?
#1
Not Solved Wink 
Hi,

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
Reply


Messages In This Thread
How to Use Split Function using the Following Example? - by subramanianmsc2007 - 02-21-2011, 04:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [split] Suggestion required dtest 0 2,108 06-20-2012, 03:31 AM
Last Post: dtest
  What is split a action and what is the use of it? ritugoyal 1 5,720 11-24-2009, 11:28 AM
Last Post: Saket

Forum Jump:


Users browsing this thread: 1 Guest(s)