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
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 |
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 |
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 |
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
how can we write descriptive programming for menus when qtp is not able to identify it..and how can we write descriptive programming for partially identified and non standard objects..do i have to map the objects before writing the script
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot
how to load vbs file to qtp through scripting. plz provide the code.....
what are all the fileds present in object repository?
How to watch currnet value of an object like OK buton or edit box with "Agent Name:" label. in watch expression tab?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How can I use Call dlls in QTP ?
How to check the value for variables during run time. Pls anybody can give the answer.. Thanks in advance...
How to switch between browser tabs? )moving from one tab to another tab)
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How to parameterize Object Repository?