Synchronozation types in QTP

Answer Posted / arun

2types of synchronization points.
1. Object
2. windows

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we run multiple QTP scripts one after the other without manual intervention? How?

588


Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)

1622


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 ?

1734


how can i pass a "cript"as a parameter in to a function

1452


wht type of User defined functions or Java Releated functions Do we write in VB scripting

1372






In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?

1431


If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

576


What are the common defects found in your project? (in qtp interview)

1608


Can any body please tell me the steps of keyword driven framework of QTP.

1559


What are the advantages of Object Repository?

575


how to test load test and block box testing an a web based application pls give ans briefly

1346


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

2565


What is system testing and what are the different types of tests you perform in system testing?

589


What is RTM (require ment tracebulity marix) fromate?

1517


What is action split and the purpose of using this in qtp?

527