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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raju
hi Bhargavi,
Could you please elaborate about frame work I want more
details the same. what are the simulator and drive files.
what is the need of creating the drive and simulator files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Write a script to customize the test results in PDF and HTML format.
How to create runtime property for an object?
How to check the URL using Automation tool QTP
what are the challenges you have faced while testing web based application using the automation tools ?
What are accessibility check point and xml check point?
HOw to add the recovery file at runtime to the test file .
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Describe the differences between functions and actions in UFT?
What is contained in the object repository?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What will be the output of the statements below? On error Resume Next Sum 100/0 if Sum= 0 Then msgbox "Pass" else msgbox "Fail" End If