X=10,Y=20 you need to swap the numbers without using a
third variable?
Answer Posted / bhaskar
X=X+y
Y=X-Y
X=X-Y
| Is This Answer Correct ? | 27 Yes | 6 No |
Post New Answer View All Answers
write the vb script for call to new action in qtp?
To which environments does quicktest professional supports?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
when to start the automation?
What will be happen if i load object repository at run time, but it has already associated.
How to give a call to another action from one action?
What is difference between shared and local object repository?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
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
With what extension you can save the list of tests in a file to run in test batch runner?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what could go wrong with test automation?
what is clean sweep?
What are the various types of Actions in UFT?
assume i have few url link how will i dynamically call then using descriptive programming?