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
What is expert view in qtp?
What are the differences between quicktest professional and winrunner?
What are the different ways to invoke an application using QTP?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Should have experience in framework means?
What is smart identification in QTP?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
What is the purpose of loading qtp add-ins?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is data driver in qtp?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What is the difference between rational rose and QTP?