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



what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS..

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

what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS..

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

what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS..

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

Post New Answer

More QTP Interview Questions

How do Parameterization and Data-Driving relate to each other in QTP?

0 Answers  


Hi, When I click on a hyperlink a secondary pop-window will open. In that pop-up window there will be 'N' number of records arranged in with paging option in datagrid table. Each rows contains two columns, one is text and the other is a radio button. I will pass the first column value and based in it the tool have to select the corresponding radio button in that row. Please someone help me how to handle this as am new to QTP.

2 Answers   CTS,


how will you load the test cases in ddt?

0 Answers  


They asked by using qtp recording writing scripting

0 Answers   Wipro,


what is output value in QTP and how it can be used in automation testing

0 Answers  






What is the extension of qtp local repository?

0 Answers  


we have 10 actions in out test how can we convert 9th action is main action ? how ?

5 Answers  


Explain about reusable actions?

3 Answers   IBM,


What is the real use of different actions in QTP

2 Answers  


Through array we can execute the testcase how ? give me example

0 Answers   TCS,


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

0 Answers  


What is a quick test professional?

0 Answers  


Categories