Results 1 to 17 of 17

Thread: What exactly a frame Work means?what are the different type of frameworks done in QTP

  1. #1
    Junior Member
    Join Date
    Feb 2007
    Answers
    4

    How can i proceed with QTP framework?

    Hi All,

    How can i proceed with QTP automation framework? Is there any tips to do that..... Please clarify and suggest which automation frame work is suitable for QTP... Genarally i observed keyword data driven frame work using.


  2. #2
    Contributing Member
    Join Date
    Feb 2007
    Answers
    61

    Re: How can i proceed with QTP framework?

    Actually Framework differs from Client to Client
    So there is no standrad automation framework
    Its just based on the company, they design their own frame works


  3. #3
    Junior Member
    Join Date
    Mar 2007
    Answers
    6

    How to implement the automation framework

    Please let me know how to implement the automation framework using QTP,
    I have the folder structure and framework ready, but dunno how to start working on it.
    I know that we need to write drivers for calling the data sheets, but have no clue how start with it?

    Please share your knowledge with me, it is a bit urgent!!

    Thanks in advance


  4. #4
    Junior Member
    Join Date
    Apr 2007
    Answers
    1

    Table driven framework in QTP

    How to write Table driven framework in QTP.
    Please give me some information about Keyword framework.
    Thanks


  5. #5
    Expert Member
    Join Date
    Apr 2007
    Answers
    147
    Framework is nothing but a common standardized approach that everybody in a team abides by. It can strech form Folder structure to naming conventions to reusabality, etc....

    Frameworks differ form Company to company as well as by the Test Environment (by this I mean added S/ws like QC & TD)

    Last edited by jainbrijesh; 05-19-2007 at 04:50 AM.

  6. #6
    Expert Member
    Join Date
    Apr 2007
    Answers
    147

    Re: How to implement the automation framework

    Hi
    If you have the Folder structure ready then what are you waiting for?
    Just create a few common functions which can be used commonly. For calling the datatables... just put AddSheet and ImportSheet to your scripts.
    All the best


  7. #7
    Junior Member
    Join Date
    Feb 2007
    Answers
    12

    Framework Question

    Hi Guys,

    What is the exact meaning of Framework in QTP..?.I appreciate if anyone explain it very clearly.

    Thanks,
    Mahi


  8. #8
    Geek_Guest
    Guest

    Component based test automation design framework

    Can anybody please explain this?

    Developed or implemented a component based test automation design framework with emphasis on component re-use

    Question asked by visitor Santhosh


  9. #9
    Geek_Guest
    Guest

    Component based test automation design framework

    Can anybody please explain this?

    Developed or implemented a component based test automation design framework with emphasis on component re-use

    Question asked by visitor Santhosh


  10. #10
    Junior Member
    Join Date
    Aug 2007
    Answers
    16

    Expalin QTP automation framework diagramatically

    Hello friends,

    1) Can any one expalin the automation framework(QTP) diagramatically.
    In one interview they asked to explain the automation framework with the help of diagram. You can expalin any framework which is generally used.

    2) What is DOM?

    Waiting for reply from you friends
    bye


  11. #11
    Junior Member
    Join Date
    Sep 2007
    Answers
    1

    Re: Component based test automation design framework

    The above sentence may mean that,firstly we are testing each components unit by test automation which could be rechecked again because we are at the initial stage of testing.


  12. #12
    Junior Member
    Join Date
    Nov 2007
    Answers
    18

    what is qtp frame work?

    all companies follow same frame work (or) different frame work.


  13. #13
    Expert Member
    Join Date
    Oct 2007
    Answers
    375

    Re: what is qtp frame work?

    Hi srinu,
    well different companies follow different frameworks.

    It basically depends upon the type of framework being used - datadriven, modular, keyword based or hybrid framework.

    Test automation framework is a set of assumptions, concepts and practices that provide support for automated software testing.

    Test script modularity framework

    The test script modularity framework requires the creation of small, independent scripts that represent modules, sections, and functions of the application-under-test. These small scripts are then used in a hierarchical fashion to construct larger tests, realizing a particular test case.
    It is called as modular since we are breaking the scripts into modules - a few of which are compile modules or reusable. This is the simplest of all frameworks.

    Data - Driven frameworks

    Test scripts are executed and verified based on the data values stored in one or more central data sources or databases. These databases can range from datapools, odbc sources, csv files, excel files, dao objects, ado objects, etc.
    The establishment of several interacting test scripts together with their related data results in a framework used for the methodology. In this framework, variables are used for both input values and output verification values: navigation through the program, reading of the data sources, and logging of test status and information are all coded in the test script.
    Thus, the logic executed in the script is also dependant on the data values.

    Keyword based framework

    Keyword-driven framework separates much of the programming work from the actual test steps so that the test steps can be developed earlier and can often be maintained with only minor updates, even when the application or testing needs change significantly.
    It consists of driver, control scripts etc.

    You can find more on frameworks in related threads in the forum.

    Cheers...

    Last edited by bizzzzzare; 12-20-2007 at 04:46 AM.

  14. #14
    Contributing Member
    Join Date
    Feb 2008
    Answers
    40

    What exactly a frame Work means?what are the different type of frameworks done in QTP

    What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?


  15. #15
    Banned
    Join Date
    Oct 2007
    Answers
    173

    Re: What exactly a frame Work means?what are the different type of frameworks done in

    Frame work means it is the approach for scripting.
    In keyword Driven Framework, it contains different folders
    like Libraries, Datafiles, Driver , Controller , Recovery
    Scenario Manager, object Repositories, and Results file.

    Driver:it gives the way to the controller,
    Controller: it contains the path of rest of the folders.

    this way keyword driven Framework Works.


  16. #16
    Contributing Member
    Join Date
    Feb 2008
    Answers
    40

    qtp framework u r following in ur company pelase give me clear explanation then u did

    qtp framework u r following in ur company pelase give me clear explanation then u did great favour to inexeprienced qtp users


  17. #17
    Banned
    Join Date
    Oct 2007
    Answers
    173

    Re: qtp framework u r following in ur company pelase give me clear explanation then u

    It depends upon the company...we are using .net framework

    In our QTP framework, “strictness” has two dimensions: Test Level and Test Weight. Test Level refers to how loose the test is allowed to be when, say, selecting specific values from a WebList or WebRadioGroup. Test Weight refers to how important a given test is, and whether or not it will be run in the current cycle. When we run tests, we run them at a default Test Level of 0, which is to say, “when you encounter a WebList or other input type, if the value I have specified does not exist, or only exists partially, just select a valid response and move on.” The Test Weight is 200 (out of a possible 1000). The lower the Test Weight


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact