Geeks Talk

Prepare for your Next Interview




testing Framework

This is a discussion on testing Framework within the Testing Frameworks forums, part of the Software Testing category; What is the meaning of testing Framework...


Go Back   Geeks Talk > Software Testing > Testing Frameworks

Register FAQ Members List Calendar Mark Forums Read

Reply

 

Thread Tools Display Modes
  #1 (permalink)  
Old 03-16-2007
Junior Member
 
Join Date: Mar 2007
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 3 Times in 1 Post
anuradha162 is on a distinguished road
testing Framework

What is the meaning of testing Framework
Reply With Quote
The Following 3 Users Say Thank You to anuradha162 For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 03-16-2007
Contributing Member
 
Join Date: Feb 2007
Location: Madras
Posts: 72
Thanks: 11
Thanked 7 Times in 7 Posts
raghav.kamal is on a distinguished road
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
Reply With Quote
  #3 (permalink)  
Old 04-05-2007
Junior Member
 
Join Date: Apr 2007
Location: Pune
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
SuryaPyxis is on a distinguished road
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
Reply With Quote
  #4 (permalink)  
Old 04-16-2007
Junior Member
 
Join Date: Apr 2007
Location: Los Angeles
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
testkamal is on a distinguished road
Re: testing Framework

hi i want to know what is test suit and fuzz test
Reply With Quote
  #5 (permalink)  
Old 04-18-2007
Expert Member
 
Join Date: Apr 2007
Location: Kolkata
Posts: 151
Thanks: 3
Thanked 9 Times in 8 Posts
debleena23 is on a distinguished road
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.
Reply With Quote
  #6 (permalink)  
Old 04-25-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 859
Thanks: 12
Thanked 78 Times in 64 Posts
jainbrijesh is on a distinguished road
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.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #7 (permalink)  
Old 05-19-2007
Junior Member
 
Join Date: Aug 2006
Location: india
Posts: 8
Thanks: 0
Thanked 1 Time in 1 Post
kamalsingh is on a distinguished road
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
Reply With Quote
  #8 (permalink)  
Old 05-19-2007
Expert Member
 
Join Date: Apr 2007
Location: Kolkata
Posts: 151
Thanks: 3
Thanked 9 Times in 8 Posts
debleena23 is on a distinguished road
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.
Reply With Quote
  #9 (permalink)  
Old 07-20-2007
Expert Member
 
Join Date: Jul 2007
Location: Kolkata
Posts: 110
Thanks: 6
Thanked 6 Times in 6 Posts
animesh.chatterjee is on a distinguished road
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.
Reply With Quote
  #10 (permalink)  
Old 08-06-2007
Junior Member
 
Join Date: Apr 2007
Location: Hyderabad
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
anrmurthy is on a distinguished road
Re: testing Framework

its good message for all asking questions is easy but relpying answer is very difficult.
Reply With Quote
  #11 (permalink)  
Old 09-13-2007
Junior Member
 
Join Date: Aug 2007
Location: India
Posts: 5
Thanks: 0
Thanked 2 Times in 1 Post
dileeppanduru is on a distinguished road
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
Reply With Quote
The Following 2 Users Say Thank You to dileeppanduru For This Useful Post:
  #12 (permalink)  
Old 09-16-2007
Contributing Member
 
Join Date: Nov 2006
Location: India
Posts: 79
Thanks: 3
Thanked 14 Times in 9 Posts
j_madhuri is on a distinguished road
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
Reply With Quote
The Following 3 Users Say Thank You to j_madhuri For This Useful Post:
  #13 (permalink)  
Old 10-04-2007
Junior Member
 
Join Date: Jun 2007
Location: Kolkata,India
Posts: 6
Thanks: 1
Thanked 5 Times in 2 Posts
simanta.adhikary is on a distinguished road
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.
Reply With Quote
The Following 4 Users Say Thank You to simanta.adhikary For This Useful Post:
  #14 (permalink)  
Old 02-13-2008
Junior Member
 
Join Date: Sep 2006
Location: Romania
Posts: 2
Thanks: 0
Thanked 2 Times in 2 Posts
Vrajitoru is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to Vrajitoru For This Useful Post:
  #15 (permalink)  
Old 02-18-2008
Junior Member
 
Join Date: Aug 2006
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 2 Times in 2 Posts
rama11 is on a distinguished road
Re: testing Framework

hi all, am new to this forum.......... Hereafter, i will be part of this forum.........
Reply With Quote
The Following User Says Thank You to rama11 For This Useful Post:
  #16 (permalink)  
Old 02-18-2008
Junior Member
 
Join Date: Aug 2006
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 2 Times in 2 Posts
rama11 is on a distinguished road
Re: testing Framework

Can anyone tell me, What is Hybrid Framework?
Reply With Quote
The Following User Says Thank You to rama11 For This Useful Post:
  #17 (permalink)  
Old 02-18-2008
Junior Member
 
Join Date: Feb 2008
Location: bangalore
Posts: 3
Thanks: 0
Thanked 3 Times in 3 Posts
suritest is on a distinguished road
Re: testing Framework

hi,
I am new to this forum, just say hi to every one
Reply With Quote
The Following User Says Thank You to suritest For This Useful Post:
  #18 (permalink)  
Old 02-18-2008
Junior Member
 
Join Date: Feb 2008
Location: bangalore
Posts: 3
Th