Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling a function in a Test Script from a function library
#4
Not Solved
in Function library function

Code:
public fuction gmaillogin(username,password)
.................
.....................
End function
associate the function to script and use below line to call the function

Code:
sUserName = "email id"
sPassword ="xxxx"
Call gmaillogin(sUserName,sPassword)
Reply


Messages In This Thread
RE: Calling a function in a Test Script from a function library - by babu123 - 06-26-2015, 12:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Split function in string nidhishnair 13 63,416 07-07-2020, 03:47 PM
Last Post: helmzshelmz
Question Split Function Chaithra N 0 1,022 12-18-2019, 11:33 AM
Last Post: Chaithra N
  Click after CheckProperty to a WebElement passed via Function argument fails naruoga 0 1,031 02-28-2019, 11:46 AM
Last Post: naruoga
  Select case is not being executed in a Function Anupama 1 1,446 05-25-2018, 11:15 AM
Last Post: Anupama
Shy Cint function in UFT rinatk 9 6,022 11-09-2015, 05:08 PM
Last Post: rinatk

Forum Jump:


Users browsing this thread: 1 Guest(s)