Answer Posted / rajesh
The main disadvantages are:
- QTP works only on Windows OS(Platform dependent tool).
- QTP supports only IE browser.
- QTP has very limited support for non-functional testing
like usability, performance, compatibility testing etc.
- QTP is not applicable to validate multi-client scenarios.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
what testplan contents and what test strategy contents,what is the diff b/w them
What are the different types of functions available in qtp and explain ?
How to remove associated function library?
can u please explain what is the exact difference between qtp8.2 and 9.0
images are dynamically changes how to compare two images with out using the bitmap
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 error and fault in terms of software quality?
Why qtp always start action1 and does not start action?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Explain how qtp identifies objects?
Have you used xml check point in your project? How?
can anyone tell me from where i can download qtp demo or crack version
i can done the project with QTP in that time i can say how many members in my team size?
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What are the advantages of Object Repository?