what is Business Process Testing plz explain?
Answers were Sorted based on User's Feedback
Answer / suresh kumar uppalapati
Business Process Testing is a role-based testing model. It
enables Automation Engineers and Subject Matter Experts to
work together to test an application's business processes
during the application's development life cycle.
Automation Engineers are experts in automated testing. They
use QuickTest to define the resources and settings needed to
create components, which are the building blocks of business
process tests.
Subject Matter Experts understand the various parts of the
application being tested, as well as the business processes
that need to be tested, however they may not necessarily
have the programming knowledge needed to create automated
tests. They use the Business Components and Test Plan
modules in Quality Center to create keyword-driven business
process tests.
Integration between QuickTest and Quality Center enables the
Automation Engineer to effectively create and maintain the
required resources and settings, while enabling Subject
Matter Experts to create and implement business process
tests in a script-free environment, without the need for
programming knowledge.
mail me if have clasiifications uvvsuresh@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / sandesh sawant
I have worked on it and answer provided by 'Suresh Kumar
Uppalapati' is correct.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vr
Testing Performed by the Business unit to ensure whether it
meets User Requirement. This will be tested in a seperate
region which we will call it as UAT.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rt
Business Process Testing is a web-based test design
solution that bridges the quality chasm between subject
matter experts and quality engineers. This role-based
system enables subject matter experts to build, data-drive
and execute manual and automated tests without any
programming knowledge. It reduces the overhead required to
test maintenance and combines test automation and
documentation into a single effort.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / farhan
It is simply UAT and nothing else. The Quality Engineers
need to do the tests a/c to user requirements.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / ootery nari
No it is not a concept of QC
it is a concept of HPMercury
It can be used in qtp and QC als
| Is This Answer Correct ? | 0 Yes | 2 No |
What are benefits of qtp?
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
VM1 = "Invalid username or password. Please try again. " VM2 = "Email id is required.Password is required. " VM3 = "Email id is an invalid e-mail address.Password is required. " VM4 = "Password is required. " VM5 = "Email id is required. " VM6 = "Email id is an invalid e-mail address. " 'Rowcount of the Local sheet Rowcount = DataTable.GetSheet("Invalid login transactions").GetRowCount 'Valid emailid and Password Emailid = "test@iteamic.com" Password = "Password0" 'For i = 1 to Rowcount 'Parameterised Email_id Browser("Browser").Page ("Page").WebEdit("emailAddress").Set DataTable("Email_id", dtLocalSheet) EID = Browser("Browser").Page ("Page").WebEdit("emailAddress").GetRoProperty("value") 'Parameterised Password Browser("Browser").Page ("Page").WebEdit("password").Set DataTable("Password", dtLocalSheet) PWD = Browser("Browser").Page ("Page").WebEdit("password").GetROProperty("Value") If EID = Emailid And PWD = Password Then Reporter.ReportEvent micPass, "EID & PWD check", "Email id and Password is correct, One iteration of Invalid login attempts is not being executed" Else Browser("Browser").Page("Page").WebButton ("Sign-In").Click 'Output value exported to the local sheet Browser("Browser").Page ("Page_2").Output CheckPoint("Home page_Sign in") 'Storing the output value in a variable(OUTPUT OUTPUT = Datatable.GetSheet ("Invalid login transactions").Getparameter ("Validation_message_signin").value 'comparing the Variable Output and the Validation message for a given input If OUTPUT = VM1 Then Reporter.ReportEvent micPass, "VM1", "Invalid username or password. Please try again. " else if OUTPUT = VM2 Then Reporter.ReportEvent micPass, "VM2", "Email id is required.Password is required. " else if OUTPUT = VM3 Then Reporter.ReportEvent micPass, "VM3", "Email id is an invalid e-mail address.Password is required. " else if OUTPUT = VM4 Then Reporter.ReportEvent micPass, "VM4", "Password is required. " else if OUTPUT = VM5 Then Reporter.ReportEvent micPass, "VM5", "Email id is required. " else if OUTPUT = VM6 Then Reporter.ReportEvent micPass, "VM6", "Email id is an invalid e-mail address. " else Reporter.ReportEvent micFail, "EID & PWD check_FAIL", "Validation message checkpoint failed. The captured v msg is not required" End if End if I am getting syntax error saying "Expected 'End If'" at the last line, Why is this? Kindly explain...
In qtp,how to interact tool & application build?
wt is frame work wt r d different types of frame works used in ur company
Explain in brief about the quicktest professional automation object model?
write string reverse prog using vb script with out using string reverse statement();
What are the enhancements u did after recording ur script?
what is the difference between image and bitmap check point
How to check bitmap output value?
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
What is the extension of 'Log file' in QTP