How will you get the exponent of the given number in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
Check whether given Number is Even or Odd?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
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
Mention what is vbscript procedures?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
What are subprocedures in vbscript?
what is the differance between BYVAL,BYREF?
Which date function is used in the vbscript language to find the difference between the 2 dates?
What is string concatenation function in VBScript?
How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?