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 |
WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN TEST STRATEGY & TEST PLAN?
21 Answers ABM, AZTEC, CTS, Infosys, Nihilent, Orange,
How to retrive XML file data in QTP ? using Script(Chandana)
What is the difference between browser sync and page sync in QTP?
What r the different filters in defect in quality center
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............
.qfl extension for which file? where vl use it
How can i initiate the objects to find uniquely in OR
Test script is generated and it is enhanced.It is required to be saved.But the disk space is insufficient.You are not permitted to delete any scripts.How are you going to save?
How many types of trigger events are there in qtp?
how to merge object repositories in qtp for n different applications
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
write the vb script for call to new action in qtp?