Can anyone explain data driven frame work and keyword driven
frame work.....
Answer / phu
Like name, I will explain them in automation tester view
a test case has input, steps, expected result.
to automate a test case:
Data Driven Framework: a script: data (input, expected result) + workflow/path/steps(object + action) => reuse data, action
object is static and get from object repository
Keywork Driven Framework:a script: data (input, expected result) + workflow/path/steps(object + action)
object use like parameter and use properties to identify object
=> reuse data, workflow/path/steps
They are different by identifying object way
| Is This Answer Correct ? | 1 Yes | 0 No |
How you will evaluate the tool for test automation?
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
I have a web page.In that i have two links called "gmail" and "gmail". Both links are look same.One link is at top of the page and other link is at bottomn of the page. How the automation tool can be recognized these link and make to click the link i want?
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
In what condition we cannot use automation testing for agile method ?
if i want to use different values in datatable with each iteration of for loop what would i do ??/
How do you plan test automation?
What all things can you automate?
When will you not automate testing?
what is 2 tier and 3 tier application.
Explain me how to check if an element is visible on the page?