Answer Posted / ede renu prabhakar
in order to get a quality product we need testing.
testing is a process in which the defects are
identified,isolated,subjected to rectification and ensure
that the defect is rectified in order to get a quality
product at the end and hence the customer satisfaction.
| Is This Answer Correct ? | 52 Yes | 9 No |
Post New Answer View All Answers
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
Tell me about qtp?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Hi How to retrieve data from web element line by line?
how to find that tools work well with your existing system?
Discuss quicktest professional environment?
Plz Explain AUTOMATION REFERENCE MODEL?
why text area checkpoints cannot used for web applications
How to use the object spy in quicktest professional (qtp) 8.0 version?
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
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
What is the synchronization point in qtp?
your coming from electrical backgroung..but y ur coming to software side?
What is the Difference between test object and run time object?
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?