X=10,Y=20 you need to swap the numbers without using a
third variable?
Answer Posted / test
Dim a,b
a=10
b=20
a = a + b
b = a - b
a = a - b
Msgbox a
msgbox b
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
what is test scheduleling?
please any one can explain the keyword driven framework. with gmail example.
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
can any body give the banking domain concepts/links
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
How you can delete excel file in qtp?
How many add-ins comes by default with quicktest professional (qtp)?
What is a recovery scenario?
How to attach a file to TD?
When ‘option explicit’ keyword is used in qtp?
If object is not recognized by qtp but the object is standard object what is your approach?
wht type of User defined functions or Java Releated functions do we write in VB scripting