06-16-2015, 05:53 PM
Hi ,
I have created a a gmail login function and saved in function library of qtp.
How to call this in test..Please tell me the code..i am new to qtp..
i am calling like :
"
"
Please let know the code is right or not
I have created a a gmail login function and saved in function library of qtp.
Code:
gmaillogin (sUserName,sPassword)
How to call this in test..Please tell me the code..i am new to qtp..
i am calling like :
"
Code:
sUserName = "email id"
sPassword ="xxxx"
Function gmaillogin (sUserName,sPassword)
"
Please let know the code is right or not