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
Can I change properties of a test object?
whare exactly we have to use functions and sub routain
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What is optional step in qtp? How you can add optional step in qtp?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How to analyzing test results using quicktest professional?
what is the difference between the modular framework and datadriven frame work
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How would you directly trigger javascript in a test?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How to check which add-ins are associated with a test in qtp?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
What are the five challenges you faced in QTP?
Explain the qtp test phases.
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me