-
Junior Member
key word frame work
what is the key word frame work? which folders r there
-
Junior Member
Re: key word frame work
any body tell me testing Scenario and test cases for two way electronic switch
-
Expert Member
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
-
Junior Member
-
Junior Member
Re: key word frame work
Hi
Please any one explain with one Example of Keyword driven Frame work
Regards
Raghutdp
-
Expert Member
Re: key word frame work
hi raghu
you need to know keyword driven frame work in QTp
thanks
deepasree
-
Junior Member
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
-
Expert Member
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
-
Junior Member
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
-
Junior Member
Re: key word frame work
Hi Deepasree
Thanks for reply.I will come back to u if i have any doubts.
Regards
Raghutdp
-
Junior Member
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
-
Forum Rules