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
what is meant by Implicit and explicit requirements?
explain abt dyanamic changing object with example?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How to record a qtp script ?
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
Explain how Does Run time data (Parameterization) is handled in QTP?
How to use output values in qtp ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Explain how you can replace string in qtp?
What is a data driven test in qtp?
What are the 3 main stages involved in testing with qtp?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
what could go wrong with test automation?
Can you brief the hurdles you faced during Automation testing?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?