what is qtp automation framework, what is the purpose of the
framework and which folders included in this framework pls
tell me with brief description
Answer Posted / bhargavi
QTP Automation frame work is a process of doing automation.
here you need to create some folders and that is called
folder structure. the structure is as below
create an automation folder in one of the drives. and then
create the below folders in that.
Data,Library,scripts,recovery,results
we just store the input data in excel sheet and save it in
Data folder.
and the scripts in scripts folder
user defined functions in library folder
if u have an recoveries just save the .qrs files in
recovery folder
and if u want to store the results just export it to HTML
file and store it into results folder
thats all
for further queries please feeel free to ask
thanks
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What are the features and benefits of quick test pro (qtp 8.0)?
Key word driven framework
Approach for Installation,comaptibility,system testing
How many types of object repository in qtp?
Explain sub procedure of vbscript.
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is the Difference between copy to action and call to action?
What is the difference between qtp and selenium?
Explain the concept of how quicktest professional (qtp) identifies object?
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Describe how Smart Identification is used
How to execute a winrunner script in quicktest professional?
what are the mandatory properties for a tex boxc (scenario?)