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
Answer Posted / 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 View All Answers
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How to interact tool & application build in QTP?
How the exception handling can be done using quicktest professional (qtp)?
How you are developing the script? Using record and play back or manual?
For which type of projects the iterative model is not suitable?
Shall we add Local Repository to shared object repository,if yes,how we add
How will you compare keyword and expert view?
Where we can use the analog mode and where we can use the low – level mode?
what is vmodel?advantages and disadvantages of vmodel?
What is the new version of qtp which is recently released in the market?
What is the Difference between test object and run time object?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How to carry out bit map check points in QTP
What are the key points to create a framework in QTP for oracle forms?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one