what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / subhani
Automation frame work is a set of guidelines,coding
standards,assumptions,concepts and practices that provide
software to automated testing.
it is like a planing for the project ,in which it
invovles identification of common functionalities,define
coding standards and naming conventions,common repository
files and define the folder structure of the automations
testing.
The use of the automation frame work is
(1)Automation frame work is particularly help full for
regression testing ,as it allows regression testing of
critical business with minimal effort .
(2)it is consistent and repeatable test execution.
(3)ability to run test unattended.
(4)autonation testing can increase the testing
reliability,repeatability and reusability while descreasing
the time and effort required completing a test cycle.
(5)datadriven methodology provides the opportunity to
significantaly increse test coverage because more data
input combinations and different data choices can be
quickly executed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain how to write vb script in qtp?when will you write own script?
how to convert 100 into hundred repees only and viceversa
What is the file extension of the code file in qtp?
Where you are storing your script?
What are the Test design techniques you uses in ur project?
Hi How to retrieve data from web element line by line?
What is method name to compare two XML files.
For the below written code , i want to be stop the loop (ex:10 times), but it is focusing to first line of the code & generating error. vbwindow("vbname:=frmMain").Type micAltDwn + "6" + "2" + "D" +micAltUp 'wiil open the particular window in application vbwindow("vbname:=frmDeduction").vbbutton("vbname:=cmdNew").Click DataTable.ImportSheet"F:\QTP VBScript\Form 26-1.xls","Deduction",Global RowCount = DataTable.GetSheet("Global").GetRowCount i=RowCount For j =1 to i 'vbwindow("vbname:=frmDeduction").WinObject("nativeclass:=DataComboWndClass","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type DataTable("Name", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 187").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type DataTable("Section", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 216").Type micTab vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtOfPay").Set DataTable("Amount_of_Payment", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Set DataTable("Amount_PaidCredited_Date", dtGlobalSheet) vbwindow("vbname:=frmDeduction").VbEdit("vbname:=txtAmtPaidDate").Type micTab vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micF4 vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type DataTable("Deduction_is", dtGlobalSheet) vbwindow("vbname:=frmDeduction").ActiveX("acx_name:=DataCombo","abs_y:= 316").Type micTab vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdSave").Click DataTable.SetNextRow Next vbwindow("vbname:=frmDeduction").VbButton("vbname:=cmdClose").Click
What are the general steps involved in the data driven framework?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What is post recovery scenario?
For which type of projects the iterative model is not suitable?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
What are the views available in quicktest professional (qtp)?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all