Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
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...
|
|||||||
| Testing Frameworks Open Source Software testing tools and scripts. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
testing Framework
What is the meaning of testing Framework
|
| The Following 3 Users Say Thank You to anuradha162 For This Useful Post: | ||
| Sponsored Links |
|
|||
|
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
|
|
|||
|
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 |
|
|||
|
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 04:37 AM. |
| The Following User Says Thank You to debleena23 For This Useful Post: | ||
|
|||
|
Re: testing Framework
A testing Framework is a set of assumptions, concepts and practices that provide support for software testing.
__________________
-- Brijesh Jain |
|
|||
|
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.
|
|
|||
|
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 02:00 AM. |
| The Following 2 Users Say Thank You to animesh.chatterjee For This Useful Post: | ||
|
|||
|
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 |
| The Following 2 Users Say Thank You to dileeppanduru For This Useful Post: | ||
|
|||
|
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 |
| The Following 3 Users Say Thank You to j_madhuri For This Useful Post: | ||
|
|||
|
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. |
| The Following 4 Users Say Thank You to simanta.adhikary For This Useful Post: | ||
|
|||
|
Re: 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 |
| The Following User Says Thank You to Vrajitoru For This Useful Post: | ||
|
|||
|
Re: testing Framework
hi all, am new to this forum.......... Hereafter, i will be part of this forum.........
|
| The Following User Says Thank You to rama11 For This Useful Post: | ||
|
|||
|
Re: testing Framework
Can anyone tell me, What is Hybrid Framework?
|
| The Following User Says Thank You to rama11 For This Useful Post: | ||
|
|||
|
Re: testing Framework
hi,
I am new to this forum, just say hi to every one |
| The Following User Says Thank You to suritest For This Useful Post: | ||
|
|||
|
Re: testing Framework
The hybrid test automation framework is a combination of all the techniques,
|
| The Following User Says Thank You to suritest For This Useful Post: | ||
|
|||
|
Re: testing Framework
The hybrid test automation framework is a combination of all the testing techniques.
|
| The Following User Says Thank You to suritest For This Useful Post: | ||
|
|||
|
Re: testing Framework
Hybrid frame work is the combination of all the 3 frames works( Linear ,Modular and Keyword driven frameworks)
|
| The Following User Says Thank You to j_madhuri For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automation Framework | subhashini.lutimath | Testing Frameworks | 23 | 08-28-2009 08:21 AM |
| does anybody explain the "novus testing framework?" | pputturi | Testing Frameworks | 2 | 02-20-2008 02:30 AM |
| Explain about .NET Framework Class Library | GeekAdmin | VB.NET | 0 | 05-17-2006 11:47 PM |
| What is .NET Framework Architecture | GeekAdmin | VB.NET | 0 | 05-16-2006 12:30 PM |