Function objectType(objObject, parameter)
On Error Resume Next
objObject.Click
Set oShell = CreateObject("WScript.Shell")
oShell.SendKeys parameter
oShell.SendKeys("{TAB}")
Set oShell = Nothing
If Err.Number = 0 Then
objectType = True
Else
Reporter.ReportEvent micFail, "objectType", "Error # " & CStr(Err.Number) & "Error Detail: " & Err.Description & "Error source: " & Err.Source
Err.Clear
objectType = False
End If
On Error GoTo 0
End Function
You can call this function as
objectType(UserName, Arun)
Important Topics & Useful Scripts on QTP. Ask your QTP related questions at this id - asrajaputra@gmail.com
Subscribe to:
Post Comments (Atom)
About Me
- RAJAPUTRA
- Hi all,I am Arun Singh Rajaputra. I am working as a Project Lead in a reputed organization in Hyderabad, AP, India. I have little bit knowledge on Quick Test Professional and like to share my knowledge to all through this blog.
Subscribe to get updates on this blog
NOTE
Some of the posts posted in this blog are collected and most of them have been prepared by me. If any one have objections regarding any copied posts. Please mail me so that I can take a necessary action on that post.
No comments:
Post a Comment