What is keyword driven testing..what is the use of this in
Automated testing
Answers were Sorted based on User's Feedback
Answer / anji
It sounds like business process testing where you might be
able to write business logic/code and develop your script
and those scripts can be call from outside of your test.
Moreover there might be various functions libraries to be
build and to be use, Recovery Scenarios, OR maintenance etc
will provide your test Reusable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subhash pasupuleti
My two cents
Keyword Driven Testing is synonomous with Framework based
Testing. We use user defined Keywords in Excel sheet(first
column)and a list of parameters in 2nd and subsequent column.
Driverscript imports the excel sheet into Global data sheet.
Reads line by line and using Case statement calls
appropriate Action( or Functions) and passes the parameter
values defined
| Is This Answer Correct ? | 2 Yes | 2 No |
How to give a call to another action from one action?
what is profile tool?
write the vb script for call to new action in qtp?
How to invoke QTP using Dos prompt ?
whow much strong on VB and C?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
Define Error Pane of UFT?
What In-string function will do?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How to get all the objects count and objects names in webpage using QTP ?