Answer Posted / vulani
Here's the shortest way to do it Gents:
string mystr ("1204");
int myint;
stringstream(mystr) >> myint;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the types of object repositories? Which one is you using?
Explain the concept of object repository and how quicktest professional recognises objects?
How software automation specialist enter steps in the Expert View?
Explain the check points in quicktest professional (qtp)?
Tell me one scenario, the complex functionality you have automated in your project?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Explain different checkpoints in qtp.
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What is reusable action?
Explain how you can delete excel file in qtp?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
Plz Explain AUTOMATION REFERENCE MODEL?
What is checkpoints for qtp?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?