what is Business Process Testing plz explain?
Answer Posted / suresh kumar uppalapati
Business Process Testing is a role-based testing model. It
enables Automation Engineers and Subject Matter Experts to
work together to test an application's business processes
during the application's development life cycle.
Automation Engineers are experts in automated testing. They
use QuickTest to define the resources and settings needed to
create components, which are the building blocks of business
process tests.
Subject Matter Experts understand the various parts of the
application being tested, as well as the business processes
that need to be tested, however they may not necessarily
have the programming knowledge needed to create automated
tests. They use the Business Components and Test Plan
modules in Quality Center to create keyword-driven business
process tests.
Integration between QuickTest and Quality Center enables the
Automation Engineer to effectively create and maintain the
required resources and settings, while enabling Subject
Matter Experts to create and implement business process
tests in a script-free environment, without the need for
programming knowledge.
mail me if have clasiifications uvvsuresh@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How you can make an action as re-usable action?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Explain how qtp identifies object?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
How can I change object description or check point values in qtp?
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
What are the types of environment variables in qtp?
Explain calling sub procedure.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to use debug tools?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19