What is operator in VB Script?
operator is used to perform some action.
Arithmetic Operators
Operators used to perform mathematical calculations.
Assignment Operator
Operator used to assign a value to a property or variable.
Comparison Operators
Operators used to perform comparisons.
Concatenation Operators
Operators used to combine strings.
Logical Operators
Operators used to perform logical operations.
| Is This Answer Correct ? | 5 Yes | 0 No |
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, and also tell me the best institute and the estimate cost for joining the institute ib delhi NCR. Hence, if possible, kinldy mail PDF file to my mail-ID: kumar123.pathak@gmail.com , Regards, kumar pathak
Hi! Using Descriptive Programming How do we get Parent object for an object. Say, i want to get a parent object for a "Link" in a web page. thanks
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
What is a runtime datatable ?
How to get the column count and column name from the resultset in the database connection program?
What are the ways you can synchronize?
Hi, How to export the Checkpoints and Output values(Test area output values) from Object Repository to Excel
what kind of erros can be handled with the using QTP?
unique properties of button,edit box, radio button,check box?
What is keyword driven testing..what is the use of this in Automated testing
What are private functions in QTP? How they can be called from the function library?
abt filter function if iam using below two statments its ok My = Array ("Apples","Oranges", "Apricots") MyResult = Filter(My, "Oran") if i use msgbox MyResult it shows type mismatch plz help me