Results 1 to 11 of 11

Thread: key word frame work

  1. #1
    Junior Member
    Join Date
    Sep 2007
    Answers
    2

    key word frame work

    what is the key word frame work? which folders r there


  2. #2

    Re: key word frame work

    any body tell me testing Scenario and test cases for two way electronic switch


  3. #3
    Expert Member
    Join Date
    Oct 2007
    Answers
    375

    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


  4. #4
    Junior Member
    Join Date
    Aug 2007
    Answers
    2

    Re: key word frame work

    Thank you bizzare.


  5. #5
    Junior Member
    Join Date
    Sep 2008
    Answers
    4

    Re: key word frame work

    Hi

    Please any one explain with one Example of Keyword driven Frame work

    Regards
    Raghutdp


  6. #6
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: key word frame work

    hi raghu

    you need to know keyword driven frame work in QTp

    thanks
    deepasree


  7. #7
    Junior Member
    Join Date
    Sep 2008
    Answers
    4

    Re: key word frame work

    Hi Deepasree

    Yes i need to know the keyword driven frame work in QTP.Please explain with one example.

    Thanks
    Raghutdp


  8. #8
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: key word frame work

    hi raghu

    keyword frame work is nothing but we can identify each and every functionality which is recorded in the test.. this method is very easy to understand too

    Thanks
    Deepasree


  9. #9
    Junior Member
    Join Date
    Sep 2008
    Answers
    4

    Re: key word frame work

    Hi Deepasree

    Thanks for u r reply.How can i start QTP learning & VB Script also.Do u have any VB Scripts.
    Please send me.In Interview point what they will ask the questions about QTP.

    Thanks
    Raghutdp


  10. #10
    Junior Member
    Join Date
    Sep 2008
    Answers
    4

    Re: key word frame work

    Hi Deepasree

    Thanks for reply.I will come back to u if i have any doubts.

    Regards
    Raghutdp


  11. #11
    Junior Member
    Join Date
    Jun 2010
    Answers
    1

    Re: key word frame work

    Hi guys I am a new joinee of this forum and I feel really good to see this ocean of knowledge. Well I have been exploring various open source automation frameworks for my project. I am using QTP as a automation tool.

    However, I am not getting from where I should start exactly? I mean I have downloaded the framework files but I donnot the exact steps to set up this framework.

    How do I "connect" these files to QTP?


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