Answer Posted / 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 |
Post New Answer View All Answers
what are the limitations of smart identification in qtp 9.0
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is the descriptive programming?
Where you are storing your script?
How do you open adobe acrobat file in QTP and do some testing on that file ?
What is text/text area checkpoint?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What are the types of properties that quick test learns while recording?
Explain how you can find length of array in qtp?
Explain how Does Run time data (Parameterization) is handled in QTP?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Mention the test steps of qtp.
How to export quicktest professional results to an .xls file?
What is the use of running the scripts in Hidden-mode in UFT?