What is BPT?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
BusinessProcess Testing enables non-technical Subject
Matter Experts (working inQuality Center) to collaborate
effectively with Automation Engineers (working in QuickTest
professional). Together, you can build, document,and run
business process tests, without requiring programming
knowledge on the part of the Subject Matter
Expert.Components are easily-maintained, reusable units
that perform a specific task. They are the building blocks
of business process tests. Each component is comprised of
several application steps that are logically performed
together in a specific order. For example, in a Web
application, a login component might be comprised of four
steps. Its first step could be to open the application. Its
second step could be to enter a user name. Its third step
could be to enter a password, and its last step could be to
click the Submit button on the Web page. By creating and
calling functions stored in function libraries, you can
enhance the component with additional logic to test
important details of the login task. By design, each
component tests a specific part of an application. When
combined, components are incorporated into a business
process test in a
serial flow representing the main tasks performed within a
particular business process. For example, a business
process test for a flight reservation application may
include a login component, a flight finder component, a
flight reservation component, a purchasing component, and a
logout component.
| Is This Answer Correct ? | 24 Yes | 5 No |
Answer / penisetty
Mercury Interactive Updates BPT Software :-
Business process Testing it is in I have seen it is
extension to Quality Center. This is Launched last
(8/3/2005)(mm/dd/yyyy) September Mercury's BPT tool was
created to enable business-process owners and designers to
work with software QA teams to test mission-critical
applications. As part of Mercury's Quality Center suite,
BPT “closes the gap between the business people who design
the business processes and the technical people who design
and deliver the applications,” Mercury's CMO Christopher
Lochhead told AppTrends.
| Is This Answer Correct ? | 10 Yes | 4 No |
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?
What are Error handling other than Recovery scenario manager?
wt is memory leakage?
What is QTP’s model for test creation?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
What are the types of Object Repositories in QTP?
Can you do more than just capture and playback?
Generic function to search for the unique link in webtable and click on it
What is the Diff between Image check-point and Bit map Check point?
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.