what is qtp automation frame work,what is the use of that
frame work?
Answers were Sorted based on User's Feedback
Framework is nothing but creating the folder structure and
placing all the files into their corresponding folders. We
create folder structure like this:
This frame work consist of
1. Config
2. Data
3. Repository
4. Recovery
5. Actions
6. Libs
7. Doc
8. Scripts
9. Results
1. Config:
We have .vbs file named as Config.vbs will be
savedin config floder, This file basically consist of all
Environment Variables, Constants Declaration, This file
will be loading with below Statemet before executing any
Script.
Ex: excutefile"C:/Framework/config/config.vbs"
2. Doc:
The docs Related to automation will be saved in
Docs.below are the few docs
ex: doc(Proof of concept)
.scenarios document
3. Repository:
we do prepare central OR for the entire Application
and will be associating to each & every script.tsr
4. Libs:
We save all functions in Libs & all functions will
be associated to all test Scripts. Libs files are 2 types
app libs: All application related functions
5. Actions: All Reusable Actions
6. Scripts: All Scripts
7. Recovery Scenario: All Recovery scenarios will be saved
here and will be associated to required scripts
8. Results: The Place Where our exection Result files
(logs) will be saves.
9. Utilities:
Function which can be useful to across all the
projects
-> Reading data from excel
-> invoking Browser
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / raja mallanna
For QTP Automation framework you visit:
www.gcreddy.com
in that website, you can get complete information on
frameworks and vb script for qtp and QTP script examples
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / gopi
Frame work means sequential flow of process.
Frequently used functionality can be stored at a common
storage point and call them whenever they required.
In this we maintain well defined folder structures for each
and every action.
Data driven framework: we execute the script by using
different types of input data i.e multiple data.
for this framework we maintain data sheets and use that
sheets in our script for validating the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / preethi sekar
Framework is a schema / Abstraction of how the test
scenario or test procedure shall be structured
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kalyan
frame work is nothing but,A collection of folders structure
and placing all files in to corresponding folders..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venki
framework is a generic task, to be performed in an
effective,efficient and optimized way.it is developed by
experts in the compeny and used by many users.
ther e are 4types of framewoks.
1.leniar framework.
2.modular framework
3.key word driven
4.hybrid
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sathish
Framework is a group of entities that assist smooth
automation. These entities include your library files, the
driver script, the repository etc. 3 types of framework
available as of now is Keyword, Data Driven and Hybrid..
One common framework that is becoming very popular now is
the BPT framework .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghava reddy
The Frame work is a Generic work or set of guidelines desired by group of experts to perform automation testing(Task) and Efficient ,Effective and Optimization way.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ajay
Very simple automation framework is a generic work or set
of guidlines which is design by group of experts used by so
many people to accomplish a task in a effective,efficient
and optimized way.
Threre are meny times of framework are their but most
popular frameworks are:
1.linear framework
2.modular framework
3.keyword driven framework
4.datadriven framework
5.hybrid framework
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the data driven testing?
What are the differences between table and db checkpoints?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
What is test object model in quicktest professional (qtp)?
Analyzing the checpoint results?
I have a Webedit object. some text is entered in that object I want to know the font sixe of that text.How could I do this using QTP? This is a requirement for me. I am happy if any one help on this
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.
Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.
I added 5 edit box objects in OR.i run the script and the first edit box successfully executed.But on next day when i executed same script for second edit box,it gives an error "object not Found". But when i used Highlight in app. object already in OR.So how i will handel this type of error. Hi please inform me the write answer.Its urgent.
How can the functions inside DLL be called from QTP? i mean How can i use those functions(Inside DLL) in QTP
i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know
what is On Error Resume Next ?