Tell me the situations where we will use Data Driven?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
When u want to test functionality of an application
withmultiple sets data then u go to DATA DRIVEN TEST.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bindu
data driven testing is a concept introduce in automation
testing in order to implement re testing.
| Is This Answer Correct ? | 1 Yes | 0 No |
-whenever there is possibality of testdata changes , in
that case in order to avoid data being hardcoded in the
scripts itself we go for data driven.
-when we want the same data to be reused across the scripts
-when we want to provide multiple test data (for multiple
iterations)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chivukula.chaitanyakumar
When the TestCases repeatable at more times at that
situations we conducting DATA DRIVEN TESTING.
| Is This Answer Correct ? | 0 Yes | 1 No |
How will you handle application crash using recovery scenario manager(step by step process)?
How to find local host name using QTP?
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
Tell me Three major differences between QTP & Winrunner?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
What is QTP and the use of QTP in TD?
Write a command for setvalue function in a webedit
BEst INstitute for QTP & SELENIUM
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons