Do you have any knowledge about Business Processing Testing
in QTP
Answer / nani
Business Process Testing enables Subject Matter Experts to
create tests using a keyword-driven methodology for testing
as well as an improved automated testing environment.
The Business Process Testing model is role-based, allowing
non-technical Subject Matter Experts (working in Quality
Center) to collaborate effectively with Automation
Engineers (working in QuickTest Professional). Subject
Matter Experts define and document business processes,
business components, and business process tests, while
Automation Engineers define the required resources and
settings, such as shared object repositories, function
libraries, and recovery scenarios. Together, they can
build, data-drive, document, and run business process
tests, without requiring programming knowledge on the part
of the Subject Matter Expert.
Is This Answer Correct ? | 1 Yes | 0 No |
Explain sub procedure of vbscript.
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder
What are the different types of recording modes in qtp? Which will be used when?
What In-string function will do?
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
how and what kind of vb functions do us ein QTP?
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
Can we call a parameter from an action to other action?
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
What are default add-ins in qtp?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
how to create the varibles and how these are connect to qtp? plz tell me