Geeks Talk

Prepare for your Next Interview




key word frame work

This is a discussion on key word frame work within the Testing Frameworks forums, part of the Software Testing category; what is the key word frame work? which folders r there...


Go Back   Geeks Talk > Software Testing > Testing Frameworks

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 09-25-2007
Junior Member
 
Join Date: Sep 2007
Location: delhi
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ramesh143 is on a distinguished road
key word frame work

what is the key word frame work? which folders r there
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-30-2007
Junior Member
 
Join Date: Oct 2007
Location: bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
info.giriprasad is on a distinguished road
Re: key word frame work

any body tell me testing Scenario and test cases for two way electronic switch
Reply With Quote
  #3 (permalink)  
Old 10-31-2007
Expert Member
 
Join Date: Oct 2007
Location: Mumbai
Posts: 344
Thanks: 4
Thanked 52 Times in 43 Posts
bizzzzzare is on a distinguished road
Smile Re: key word frame work

Hi Ramesh,

A key-word driven approach or framework is where functions or user actions are mapped to Normal english keywords.

This makes the automation framework easier to understand for a layman and also facilitates Manual testers to work with Automation with ease.

Let me take a small example in QTP and enumerate the same.
For instance we wish to Input Username, password and click on the login button. Under scripting, the code would be somewhat like -

Browser("InternetExplorer").page("Login").WebEdit("Username").setText "abcd"
Browser("InternetExplorer").page("Login").WebEdit("Password").setText "abcd"
Browser("InternetExplorer").page("Login").WebButton("Submit").click

But in a keyword approach each of these object actions can be mapped to Individual keywords. Of course you would have to code that out.

The code for the same would be somewhat like this -

Lanuchsite URL
InputText "abcd"
InputText "abcd"
Login

Each of the above keyword would accept the ObjectName as paramter and would also accept the input string value as a parameter.

Check out this URL for more info -
http:// safsdev . sourceforge . net/FRAMESDataDrivenTestAutomationFrameworks . htm
Reply With Quote
The Following User Says Thank You to bizzzzzare For This Useful Post:
  #4 (permalink)  
Old 11-14-2007
Junior Member
 
Join Date: Aug 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jaya1 is on a distinguished road
Re: key word frame work

Thank you bizzare.
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Frameworks


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Frame Work sutnarcha Testing Frameworks 13 12-27-2007 02:32 AM
How Struts frame work will develop integration logic automatically? Geek_Guest Java 2 09-10-2007 12:00 PM
Replace a word in a string with given word naggeek Java 1 07-22-2007 05:10 AM
Main frame ambika shanmugam MainFrame 1 04-11-2007 09:48 AM
SILK Automation Frame work pkrvitta SilkTest 2 03-23-2007 02:50 AM


All times are GMT -4. The time now is 07:46 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved