what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY
WORD VIEW
PLZ ANS FOR ONLY WHAT IS KEYWORD DRIVEN TESTING EXACTLY THANX
Answers were Sorted based on User's Feedback
Answer / shilpa reddy
I know about keyword driven frame work,i never heard about
keyword driven testing.in this frame work we will
differentiate the test script and programming logic.we will
store all functions in library file(.vbs) and apply
progrmming logic(calling functions) to retrieve this
functions & we will test our application.I hope this entire
thing may form key word driven testing.but make it clear
before commiting to this answer b/c iam not sure about kwd
testing,but kwd frame work is correct.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nidhi jain
In Keyword driven framework we create different keywords
under action which can be called as per our requirement.
for example you want to perform following operation
1. Login to application
2. change password
4. modify personal info
3. Logout
and under these keywords we can call library function for
reusability.
and we dont want to call each operation in same sequence
then we will create keyword for each operation and by using
some mediam say input data sheet (.xls file)we can call
different keywords.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / balaji s
Keyword Driven is like everything we maintained as a keyword
For Instance:-
1.Browser="Google"
Page="Google"
Webedit_user="uname"
webedit_password="Password"
Webbutton_submit="Submit"
Each and every object and its name is stored in the
spreadsheet with seperate name for that and we call the
broser name,page name from the sheet
eg:-Browser(Browser).Page(page).Webedit
(Webedit_user).webbutton(Webbutton_submit).Click
so QTP will take the Browser name as google,.. and loads
into the script and executes in the application
Eg:-Browser("Google")...
Browser is replaced with google here and executes in the
application
| Is This Answer Correct ? | 0 Yes | 0 No |
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
What is the differnce between action & script
In qtp, how you can remove the spaces from string?
how to open Excel sheet & write in it & save it?
Write a script to delete a specific row in a webtable.
what are the disadvantages of qtp? can linux support qtp9.2? how could get web address throu vbscript?
Explain the concept of object repository & how QTP recognises objects?
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
What are the differences between table and db checkpoints?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
dar Sir I am Facing th eProblem in QTP thet ,when I start thrcording inthe QTP for the ASP front end and C# the Coding Language I fing that recording is Done well for the Login screen but at the Time Running the script the QTP is Unable to Identify the Objects On the Objec Onht eLigin screen .Please answer the Question in Description and the Propables reason I might be facing alsp the Popable solution I have to Take thanks and ragards