Why do you choose only QTP for your project automation
among remaining tools like Rational robot and silk test?
Answers were Sorted based on User's Feedback
Answer / sastry
1. QTP is much more user-friendly tool which is much
more adaptable working with Web-based applications and also
provides an inbuilt Keyword-view enabling easy scripting
for end user.
A few distinct advantages QTP offers over WR.
o QTP is more user friendly and does not expose the
end user to direct TSL coding. Inexperienced / non-
technical people can use the keyword view toi better
understand the script.
o An inbuilt Recovery Mechanism to handle various
exceptions and application crashes etc.
o Ability to work in advanced manner with Object
Repository in terms of Merge Tool, Object Repository
Comparison, Exporting Local objects etc.
o Better Suport for VB, Java based applications due
to inbuilt add ins.
o Easy intergration of external function files in
terms of creating Libraries. Associated using Resources.
o Ability to spilt a single test into various actions
making debugging easier and enabling better maintainability.
o Ability to set up Property Recognition Order and
Prioritzation using Object Identification menu.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / king
QTP is the functional tool. Compare to all tools this tool
cost also less. And QTP will support all technologies. QTP
generates VB script that is also user friendly script easy
to understand every person also.
So these reason every company also looking on QTP
functional tool.
| Is This Answer Correct ? | 5 Yes | 4 No |
How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)
explain structured testing? plz guys with exp. do answer
hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
What is Expert view?
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
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
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
Tel me what was the automation testing process you followed?
WHAT IS ETL TESTING.......
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
What the differences are and best practical application of each.