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
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 ?
Describe synchronization point.
How many types of Automation frameworks are there in UFT? Describe them.
There is an excel file of 1 to 100 sheets how you will iterate through it?
What is test object model in quicktest professional?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
How do we analyze the checkpoint results?
tell me QTP standards ?plz
What are the different attributes used with regular expression?
What is difference between shared and local object repository?
desribe a situation where u faced a stressful situation and how did u cope with it
Hai anyone please "Explain about Framework in QTP?"
What is ‘object spy’ and what is the function of object spy in qtp?