Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / sumi

"Mercury Business Process Testing" is a complete system for
functional testcase design for both automated and manual
testing. It enables non-technical subject-matter experts to
become an integral part of the quality optimization
process, automates the creation of test-plan documentation,
and streamlines test maintenance for application change.

"QTP(Quick Test Prefessional)" is a functional testing
tool, by using this we can do the regression testing also

Is This Answer Correct ?    35 Yes 7 No

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

Answer / 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

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

Answer / kalyani

business process testing means first we recording some
componenets and we did some enhancement and we bound those
componets using QC and we will start running the scripts

In business process testing each script treat as a
components nothing else

In QTP one scope ot testing is BPT

Is This Answer Correct ?    17 Yes 19 No

Post New Answer

More QTP Interview Questions

for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761

1 Answers  


What are benefits of qtp?

0 Answers  


While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next

1 Answers  


How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?

4 Answers   Wipro,


what is the long form of QTP ?

2 Answers  


Explain the concept of object repository and how quicktest professional (qtp) recognises objects?

0 Answers  


Where should we turn Smart Identification ON in QTP?

5 Answers  


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

0 Answers  


4. what is the use of Text output value in Qtp?

1 Answers   Wipro,


How to define array in qtp?

0 Answers  


what is vss and cvs what is main difference b/w these two

3 Answers  


how to add run-time parameter to a datasheet?

1 Answers   Mphasis, Ordain Solutions,


Categories