What is the difference between a Test and a Business
Component?
Is it necessary to use Business Component while testing an
application in the real time?
Answers were Sorted based on User's Feedback
Answer / agadhu
Test?A collection of steps organized into one or more
actions, which are used to verify that your application or
Web page performs as expected.
Business Component?A collection of steps representing a
single task in your application or Web site. Business
components (also known as components) are combined to build
business process tests in Quality Center with Business
Process Testing.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / sreeprasad
On the basic idea a test is the combination of steps
grouped by test cases. Whether you can run the test (steps)
manualy/automated by adding in test lab.
In Business prosess testing the combination of components
wil become a test(business process test) Components are
easily-maintained, reusable units that perform a
specifictask. They are the building blocks of business
process tests. Each componentis comprised of several
application steps that are logically performedtogether in a
specific order. For example, in a Web application, a
logincomponent might be comprised of four steps. Its first
step could be to openthe application. Its second step could
be to enter a user name. Its third stepcould be to enter a
password, and its last step could be to click the
Submitbutton on the Web page. By creating and calling
functions stored infunction 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. The task of
creating and running components and business process tests
is generally performed by Subject Matter Experts working in
Quality Center.
| Is This Answer Correct ? | 8 Yes | 2 No |
What are the differences between qtp and winrunner?
Can anybody give the script to addsheet, add column,add values under that column in the rows?
What is a quick test professional?
Explain qtp(quick test professional)?
what is the automation framework that ur company using(actual procedure,not theoritically explination)
diff between winrunner and qtp
What is RTM (require ment tracebulity marix) fromate?
i don't have any experience in qtp? Can u please tell me What work i have to do?
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
How to convert QTP's ObjectRepository.mdb file to xml file
what is the difference between call to copy action and call to an existing action
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming