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 |
How can we get a textcheckpoint in QTP9.1?
can anybody give me the links for vb script material
What is an expert view and keyword view?
How to save your test using quicktest professional?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
what time u r using data driven test in ur app"
How to create Reusable and Multiple Actions?
I used Child objects to get the count of the no of weblist present in the page.now i need to select the item in the weblist..Please send me full code
Any one knows about descriptive programming to identify objects in a page? Kindly drop me mail prasanna.sabat@gmail.com
Explain the views in the QTP GUI?
Batch testing in howmany ways u perfrom in QTP
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);