Explain about constants in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....
write a program to display configuration of a local system with the help of vb script.
Why is it recommended to close the database connection every time after the work is completed?
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
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
how to write validation function for date in vb script
Which operator is used to concatenate the 2 values in the vbscript language?
Inorder to avoid Message box while writing script which alternative method can be used?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)