What is BPT in QTP and how to create reuseable component in BPT?

Showing Answers 1 - 4 of 4 Answers

Dharmesh Jasani

  • Sep 6th, 2006
 

BPT is known as Business Process Testing.

With BPT add-in one can create re-usable component. Its very similar to re-usable action in terminology. But it is very user friendly and non-technical person can create automated scripts from Business Components in Quality Center.

Dh

  Was this answer useful?  Yes

1.Component is a reusable module to perform tasks on logically independent
application parts (Page or Window).

2.Components use Input/Output parameters for data input/verification and
navigation within Page or Window.

3.Input/Output parameters also are used to pass data between components.

4.Components can use iterations if permitted. Steps to create Login Component
(Example for web Application)


Step1: Component initialization

Step2: Close all browsers except QC

Step3: Load environment variables like URL, login credentials, DB connection
strings, etc.

Step4: Invoke an application

Step5: Login

Step6: Verification that login is successful

Step7: Component cleanup

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions