Please Example programms on vbscript 1)writing functions
and calling functions

Answers were Sorted based on User's Feedback



Please Example programms on vbscript 1)writing functions and calling functions..

Answer / badri

'writing function


function example()

msgbox "This is example for writing funtion"
end function


'calling the above function--just we write the function name

example()

Is This Answer Correct ?    4 Yes 0 No

Please Example programms on vbscript 1)writing functions and calling functions..

Answer / cil testing team(jaipalreddy)

Public function login(x,y)
'record or write descriptive script for repeatable
operation
here xand y are arguements
End Function
'save this function in function library or copy them in
notepad or wordpad and save them with .vbs exension

While calling this function in test
call like this in test
login "Mercury","mercury"
then steps->1.File menu->settings->Resources Tab ->here
click + mark to Browse the path
->Click apply->Click Ok

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More VB Script Interview Questions

The function template cocept is implemented in vb.net is ???

0 Answers  


what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?

4 Answers   CybAge,


Write a program to create a Dynamic array of size 5 elements and display all the elements.

1 Answers  


pls tell me which is good book or site for vbscript?

1 Answers   Mind Tree,


Mention when to use function procedures and what are its characteristics?

0 Answers  






plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this

5 Answers  


How will you format a number in percetage format in vbscript?

0 Answers  


What is the use of option explicit statement?

0 Answers  


what is the differance between BYVAL,BYREF?

0 Answers  


What are the 2 ways to pass a value to the function?

0 Answers  


Explain about tristate constants?

0 Answers  


which is the best institute in banglaore for software testing?

1 Answers  


Categories