Answer Posted / vikas sachdeva
when the QTP is in recording mode then the Automation tool
automatically associate with the windows manager itself.
This association process is called hooking process in QTP.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is fragmentation and paging?
What are the ways you can synchronize?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How to creating an output value using quicktest professional?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Should have experience in framework means?
Explain in brief about the quicktest professional automation object model?
when will you do debug your script? and explain that process?
how to do the batch testing in test director using manual testing procedure?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
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
What is regular expression?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?