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

More details about keyword driven technique in QTP

1 Answers   TCS,


How to use Environment parameterization in QTP? Explain with an example.

2 Answers  


plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH

7 Answers   TCS, Wipro,


can any one say that where we can download the QTP trail version ??????????

0 Answers  


Why u don’t like recording the script and writing the script

3 Answers   Wipro,






If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?

7 Answers   Mphasis,


How to compare source and target database in testing? Can anybody please tell me in detail the procedure how to compare it?

1 Answers  


I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script

1 Answers   Oracle,


Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com

1 Answers  


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

0 Answers  


In ordinal identifier there r 3 options available. Which one will be enabled first when ordinal identifier is invoked.

3 Answers   Cap Gemini,


I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me

2 Answers  


Categories