What is the BPT(bussiness process testing ).and what is the
main difference between BPT and QTP

Answer Posted / digi

Test Script :
-----------
It is a collection of steps may be resides in one action or more than one actions which is used to validate the test flow.This can even be a business flow.
The entire business flow is in one script only.

Challenges with Traditional Automation:
1.Lack of collaboration between SMEs and
2.automation experts
3.Not role-based—too many overlaps in duties
4.Decentralized—inefficient use of resources
5.Lack of standards in automation
6.High maintenance without an intelligent framework

Business Component:
------------------
This is a small building block consisting of a single task.A typical business flow is a combination or collection of different business component.
You can say a logical division of a full flow of is one Component.
Structurally, Business Components are similar to reusable functions and actions in QTP.

Business Flow=Component1+Component2+......+ComponentN

Each component has it's own input and output.
One component may take the output of another component.
This is typically used with BPT in Mercury (HP) quality center.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between shared and local object repository?

617


What are the advantages of a Hybrid framework?

603


How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined

1467


I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error

2352


What is the difference between local and shared object repository in qtp?

565






Explain how qtp identifies objects?

568


Can we create user defined functions in qtp?

559


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1414


What are the methods of the TextStream object that are used for reading from a text file?

1689


Differences between text and test area checkpoints?

585


What is the basic concept of qtp?

580


Is it possible to call win runner script in qtp?

627


Explain about business process component? types and usage?

1564


What are the various automation frameworks available in qtp?

511


I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance

1715