What is BPT?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
BusinessProcess Testing enables non-technical Subject
Matter Experts (working inQuality Center) to collaborate
effectively with Automation Engineers (working in QuickTest
professional). Together, you can build, document,and run
business process tests, without requiring programming
knowledge on the part of the Subject Matter
Expert.Components are easily-maintained, reusable units
that perform a specific task. They are the building blocks
of business process tests. Each component is comprised of
several application steps that are logically performed
together in a specific order. For example, in a Web
application, a login component might be comprised of four
steps. Its first step could be to open the application. Its
second step could be to enter a user name. Its third step
could be to enter a password, and its last step could be to
click the Submit button on the Web page. By creating and
calling functions stored in function 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. For example, a business
process test for a flight reservation application may
include a login component, a flight finder component, a
flight reservation component, a purchasing component, and a
logout component.
| Is This Answer Correct ? | 24 Yes | 5 No |
Answer / penisetty
Mercury Interactive Updates BPT Software :-
Business process Testing it is in I have seen it is
extension to Quality Center. This is Launched last
(8/3/2005)(mm/dd/yyyy) September Mercury's BPT tool was
created to enable business-process owners and designers to
work with software QA teams to test mission-critical
applications. As part of Mercury's Quality Center suite,
BPT “closes the gap between the business people who design
the business processes and the technical people who design
and deliver the applications,” Mercury's CMO Christopher
Lochhead told AppTrends.
| Is This Answer Correct ? | 10 Yes | 4 No |
While creating Recovery Scenario for Pop-up window..In 'Recovery operation' we have to call a function. Can u tell me that function.
4 Answers Alcatel-Lucent, Ordain Solutions,
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is wrong in my code?
How u call functions in QTP Function to calculate the length of characters in a wor
if we made any changes in shared object repository how it reflects of others like our team members?
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
What does ".mst" stands for? (abc.mst)
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
the develeper not accepter your defect what status is that ?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }