Hi all , I have installed the QTP 11.0 Whenever I am
opening QTP that time if any open Internet Explorer I was
getting message (Internet Explorer has encountered a
problem and needs to close. we are sorry for inconvenience
caused) and same way new browser also not opening. If you
have any idea please let me know.
Answer Posted / nitin sharma
Which browser you are using.May be your current browser not
compatible with QTP11.IE8 is compatible with QTP11.Just
check it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is defenetion of kiran can u tell me plz CVS, SVN
What is the architecture of your project? Can any one answer for this question plz........
distinguish between old version and new version QTP features.
What is Cross browser testing? Does UFT support it?
Describe how Smart Identification is used
Which functionalities of QTP used in banking project?
What is keyword view in qtp?
what is description object?
What is checking bitmaps?
what is the hierarchy to use properties in descriptive programming
What is the syntax to call one action in another?
Hybrid framework supports Descriptive programming. Is it true?
How many types of recording facility are available in quicktest professional?
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 you synchronization point through DP?