I have 2 Environment variable which holds int. I called
into my test and addedup. but output is concatenating the
values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20,
c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to
overcome this pblm? I used the add fn also..
Answer Posted / sudarshan
Use
c= Cint(Envi("a"))+ Cint(Envi("b"))
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
How to interact tool & application build in QTP?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How to export quicktest professional results to an .xls file?
What is quick test pro?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
What are the different attribute used with regular expression?
How to use Environment parameterization? Explain with an example.
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
what is the advantages and disadvantages of using functions instead of re usable actions
What is fragmentation and paging?
What phases are involved in testing an application in qtp?