What is the Difference between current version of QTP and
QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.
Answer Posted / rentalavdml
As of 9.2 and 8.2 is concerned the following are few
differences
1.Mainly Object Repository -->Comparision of ORs is
possible
2.Missing Resources
3.Information pane which lists out syntax errors
4.From 9.0 version OR size is unlimited.Where ar in case of
8.2 is concerned it is limted to 2MB only
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
give me the code to save all messages of inbox of gmail into a folder and notepad
What are the benefits of quick test pro(qtp)?
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
Define Environment Variable in UFT and its uses?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
Explain advantages and disadvantages of ddf?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
How to create runtime property for an object?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How to handle the exceptions using recovery secnario manager in quicktest professional?
Mention the different actions types of qtp.
What phases are involved in testing an application in qtp?