About Parameterization:-
we can do parmeterization in 3 ways through datatable,environment
variables,random number
relativepath:
go to Tools >options >folders........ add ur path
now u can use this path ..\..\test.xls
dictionaryobject example script
Set details = CreateObject("Scripting.dictionary")
details.add "username","rajendraa"
details.add "password","mercury"
Function login (userdetails)
invokeapplication "C:\Program Files\HP\QuickTest
Professional\samples\flight\app\flight4a.exe"
Dialog("Login").WinEdit("Agent Name:").Set details("username")
Dialog("Login").WinEdit("Password:").Set details("password")
Dialog("Login").WinButton("OK").Click
End Function
Call login (userdetails)
global dictionary varibles :-nothing that can be accessed by any test.
regards
prasad
On Wed, Aug 17, 2011 at 2:20 PM, Suresh D <[email protected]> wrote:
> Hi all,
>
> Can any one explain About Parameterization, Relative Path,
> Dictionary Object and Global Dictionary Variables.
>
>
>
> Thanks & Regards,
> Suresh D.
>
> --
> 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
--
Thanks & Regards
Prashad
--
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