Do you have any knowledge about Business Processing Testing
in QTP
Answer Posted / nani
Business Process Testing enables Subject Matter Experts to
create tests using a keyword-driven methodology for testing
as well as an improved automated testing environment.
The Business Process Testing model is role-based, allowing
non-technical Subject Matter Experts (working in Quality
Center) to collaborate effectively with Automation
Engineers (working in QuickTest Professional). Subject
Matter Experts define and document business processes,
business components, and business process tests, while
Automation Engineers define the required resources and
settings, such as shared object repositories, function
libraries, and recovery scenarios. Together, they can
build, data-drive, document, and run business process
tests, without requiring programming knowledge on the part
of the Subject Matter Expert.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
What is data driver in qtp? Where we use it?
What is keyword view in qtp?
How to import a test case present in ".xls" file to TD under a Test set?
Hi How to retrieve data from web element line by line?
Mention the test steps of qtp.
Explain the types of properties that quick test learns while recording?
can i compare two databases using QTP ?
What is keyword driven framework?
What are the differences between quicktest professional and winrunner?
Explain the types of object repositorys in 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
can any one say that where we can download the QTP trail version ??????????
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME