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 |
Can I use datatable of Action1 in the Action2.
Per-Action Vs Shared repository?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
how many types of actions r there? what r they? explain? pls give any one answer?
How to Test the mainframe application?(tell me few basic things)
How many add-ins comes by default with quicktest professional (qtp)?
How to analyzing test results using quicktest professional (qtp)?
Differences between QTP & Winrunner?
Is it possible to change the name of a test object. I mean when we are recording the script for an object (for Ex: Username is a text field which has value "Babu",i am recording that). Then the Name of the object will become "Babu" in object repository. If i want to change "babu" as "xxxxx" .. is it possible to do? Pls help me in this .. if you didn't understand the question, pls let me know.
why we use check points , In qtp we use the any check points , what r they , when and why
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?