What is a framework in testing?

Questions by rvvkprasad   answers by rvvkprasad

Showing Answers 1 - 14 of 14 Answers

k suresh

  • Sep 9th, 2006
 

Basically framework of testing is, when u start testing u should fallow below frame work
1. Recording
2.Editing according to our requirements
3.Executing the tests
4.Defects Find
5.Defect Report
6.Test log

  Was this answer useful?  Yes

raja.raja

  • Sep 29th, 2006
 

i think testing frame work means Testing life cycle,

Gathering the requirements from the clint> Analysing > Preparing the Test Plan and senario design > Preparing the Test Cases > Executing the test cases > Defect reporting > Test execution closer > Analysing the results

  Was this answer useful?  Yes

sreedevi

  • Jan 1st, 2007
 

FRAME WORK:

                   Is nothing but increasing test effect by reducing test script. There are 2 types of frame works

         1. Functional Decomposition

         2. Keyword Driven

Functional Decomposition: we are dividing the same functionalites of the test cases and executing then and kept into a file. When ever we want we will call that function. It is bugfree test case.

  Was this answer useful?  Yes

swapna

  • Jan 10th, 2007
 

      Frame work is the structure which is followed for better usability of code and to reduce our effort in designing scripts.
We have following types ot frame works:
* Linear Frame Work
* Functional / Modular Frame Work
* Keyword Driven Frame Work
* Data Driven Frame Work
***Hybrid Frame Work is combination of : Modular + Data Driven OR Keyword + Data Driven
Hybrid frame work is followed in gendral.

Test automation framework is a set of assumptions, concepts and practices
that provide support for automating your scripts. It gives a clear picture of
how your script should look like, how the start up and ending of your scripts,
how to create reusable and non reusable functions, how to call a function, how
to parameterize (regular and optional), giving Naming convention for functions
and declaring local and global variables, Folder structure, etc. So while
developing the scripts all team members can follow same procedure and if new
team member comes he just needs to understand the framework to know how the
automation process is going on And the advantage of framework is, it is Easy to
Understand, Easy to develop, Easy to Maintain.

rammohan19

  • May 10th, 2009
 

Frame work is a generic work designed by an expert and followed by many people to perform a task in an effective, efficient and optimised way.

Types of Frame works:
1. Linear Framework
2. Modular Framework
3. Keyword Driven Framework
4. Hybrid Framework

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions