Page 1 of 2 12 LastLast
Results 1 to 20 of 26

Thread: testing Framework

  1. #1
    Junior Member
    Join Date
    Mar 2007
    Answers
    1

    testing Framework

    What is the meaning of testing Framework


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

    Re: testing Framework

    Frame work actually means the process which we follow to do the Testing like mostly while Automating a Testing process we design a framework like creating reuable actions and calling them here ever we want and so on ..Process which we follow


  3. #3
    Junior Member
    Join Date
    Apr 2007
    Answers
    2

    Re: testing Framework

    Its method followed by the Test engineers. Before going to Start Automation Test operations we have to design a procedural approach.
    09850833878 (Surya)
    call me if u have any doubts
    i will help u my level best
    All the Best
    Surya


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

    Re: testing Framework

    hi i want to know what is test suit and fuzz test


  5. #5
    Expert Member
    Join Date
    Apr 2007
    Answers
    147
    Quote Originally Posted by anuradha162 View Post
    What is the meaning of testing Framework
    Hi
    Framework is nothing but a standard approach which the entire Team follows in the course of a Project. This includes Folder structures, Naming conventions, File paths, Common Functions, etc

    Frameworks can be of different types...... either system specific one or else QC implmented

    QC impleted framework has a benefit of global access. I have myself worked on 2 frameworks in QC..... BPT & Actions framework

    Even for system specific framework..... one can just emphasize on the reusability, naming conventions, folder sturcture, distributed ORs, ability to test it from any location, recovery, etc

    Last edited by jainbrijesh; 05-19-2007 at 03:37 AM.

  6. #6
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: testing Framework

    Quote Originally Posted by anuradha162 View Post
    What is the meaning of testing Framework
    A testing Framework is a set of assumptions, concepts and practices that provide support for software testing.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  7. #7
    Junior Member
    Join Date
    Aug 2006
    Answers
    8

    Re: testing Framework

    Can I get the of the contents more specifically what goes into the testing framework ? Good information shared but want to know more


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

    Re: testing Framework

    Framework will more specifically have a set of common functions or reusable scripts (actions or components). The naming convention should also be a standard one. Folder structure should be fixed.


  9. #9
    I agree with debleena...A test automation framework is a set of assumptions, concepts, and practices that provide support for automated software testing

    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.

    This is my realization after using 5 different types of automation Framework
    more over this is a set of approach where customers data is supplied to the script and start the execution..
    It's a well-known programming strategy to build an abstraction layer in front of a component to hide the component from the rest of the application. This insulates the application from modifications in the component and provides modularity in the application design. The test script modularity framework applies this principle of abstraction or encapsulation in order to improve the maintainability and scalability of automated test suites.

    There is new concept has come which is called hybrid ... The hybrid test automation framework the most commonly implemented framework is a combination of all of the above techniques, pulling from their strengths and trying to mitigate their weaknesses. This hybrid test automation framework is what most frameworks evolve into over time and multiple projects.

    do you know guys regarding this framework in details??

    Last edited by jainbrijesh; 07-21-2007 at 01:00 AM.

  10. #10
    Junior Member
    Join Date
    Apr 2007
    Answers
    2

    Re: testing Framework

    its good message for all asking questions is easy but relpying answer is very difficult.


  11. #11
    Junior Member
    Join Date
    Aug 2007
    Answers
    5

    Re: testing Framework

    Hi

    This is dileep all above answers are explaining about automation test structuring, but can any one give a clear picture with exapmples about mannual test structring

    thanks


  12. #12
    Contributing Member
    Join Date
    Nov 2006
    Answers
    76

    Re: testing Framework

    Frame work actually means the process which we follow to do the Testing like mostly while Automating a Testing process

    There are 4 types of frame works in QTP

    1.linear frame work
    Modular frame work
    3.Keyword driven frame work
    4.Hybrid frame work


  13. #13

    Re: testing Framework

    Testing framework is nothing but it one type of folder management. I am giving an example.Currently i am working on a qTP project.In this project i have to insert some data (input data) in a application and based on this data the application will give you some result(whether it is passed or failed).So you need to capture this data also.So till now we need three folders one for QTP script another for input data and another for Output(result).
    To handle all these three folders properly we have to write a such a script in QTP which will incorporate all the folders.


  14. #14
    Junior Member
    Join Date
    Sep 2006
    Answers
    15

    Re: testing Framework

    Quote Originally Posted by anuradha162 View Post
    What is the meaning of testing Framework
    In my opinion, framework refers to a standard procedure which contains an application (or few scripts) which do the following actions:
    - run several automated tests from a specified location
    - store logs to a specified location
    - parse logs and other useful informations
    - create a HTMl file which contains a summary with the tests results
    - create also other different log files with more detailed tests results
    - In the end an e-mail is send to the persons interested in those results
    - There is also a configuration file which contains variables to configure the test

    I have to repeat that that's what my own framework does.
    But basically framework is a procedure where you have:
    An INPUT - actions to process the INPUT - OUTPUT / Deliverables

    Best regards,
    Vrajitoru


  15. #15
    Junior Member
    Join Date
    Aug 2006
    Answers
    2

    Re: testing Framework

    hi all, am new to this forum.......... Hereafter, i will be part of this forum.........


  16. #16
    Junior Member
    Join Date
    Aug 2006
    Answers
    2

    Re: testing Framework

    Can anyone tell me, What is Hybrid Framework?


  17. #17
    Junior Member
    Join Date
    Feb 2008
    Answers
    3

    Re: testing Framework

    hi,
    I am new to this forum, just say hi to every one


  18. #18
    Junior Member
    Join Date
    Feb 2008
    Answers
    3

    Re: testing Framework

    Quote Originally Posted by rama11 View Post
    Can anyone tell me, What is Hybrid Framework?
    The hybrid test automation framework is a combination of all the techniques,


  19. #19
    Junior Member
    Join Date
    Feb 2008
    Answers
    3

    Re: testing Framework

    The hybrid test automation framework is a combination of all the testing techniques.


  20. #20
    Contributing Member
    Join Date
    Nov 2006
    Answers
    76

    Re: testing Framework

    Hybrid frame work is the combination of all the 3 frames works( Linear ,Modular and Keyword driven frameworks)


Page 1 of 2 12 LastLast

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