how we do database testing with qtp using descriptive
programming?
Answer Posted / raghavendra prasad
Anmol,
Literacy is not in language. Its in the attitude towards people. Other than that humiliating comment of yours i haven't found a single word that answers the question. Shame on you!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Plz Explain AUTOMATION REFERENCE MODEL?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How you calling actions in qtp?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
can any body give the banking domain concepts/links
How many ways we can parameterize data in quicktest professional?
I want to do QTP Certification what is the pattern of Question paper.
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How to use descriptive programming?
Can we run test with out adding object in object repository? How it is possible?
What are the views available in quicktest professional (qtp)?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
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
Suggest and Define a solution for an application whose objects are not recognized by UFT?