Which in-built function is used to format the number in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
Is vbscript language a case-sensitive language and what does it mean?
Why is it recommended to close the database connection every time after the work is completed?
How to insert snapshot during manual scripting in QTP?
why variable name should not exceed 255 characters?
How to take whole text output from screen of Bitmap Application.
Which in-built function is used to format the number in the vbscript language?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
Please Example programms on vbscript 1)writing functions and calling functions
Mention the environments where vbscript could be run?
What is string concatenation function in VBScript?