Hi Jyothi
Do you want to launch SAP application only or other?
for launch SAP GUI using vbs file
Call launchApplication()

Function launchApplication()
 Dim obj
 obj=createobject( sap.functions )
 obj.Launch
End Function


Example
/*
 obj= CreateObject("QuickTest.Application")
  Use for create object of QTP
*/

Save this file in to a tmp.vbs file,and double click on this file
Please inform me if its works,I am not sure about object of SAP

-- 
Thanks  & Regards
Sujit :)


On Thu, May 10, 2012 at 10:19 AM, Jyothi <[email protected]> wrote:

> Hi Experts,
>
> Greetings of the Day
>
> My question is “Is it possible to execute SAP GUI application without QTP?”
>
> Today My team lead given this task to me and he said he can execute the
> GUI Application without qtp by using .Vbs file .
>
> Now I am doing R&D for this .Please help me out
> --
> Thanks & Regards,
> Jyothi K
>
>  --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to