[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]


    Search the Q&A Archives


...implement data-driven automated testing, i.e. get...

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)

Question by Claudia
Submitted on 8/20/2003
Related FAQ: comp.software.testing Frequently Asked Questions (FAQ)
Rating: Rate this question: Vote
How do I implement data-driven automated testing, i.e. get the program to read an external excel type file as data source?


Answer by S. Datta Ramprasad
Submitted on 9/7/2003
Rating:  Rate this answer: Vote
It all depends on kinds of automated tool you are using. For Winrunner, you can also have internal data table and even a notepad apart from spreadsheet for storing datas.

 

Answer by Vinod C
Submitted on 3/9/2004
Rating:  Rate this answer: Vote
There are a lot of file handling functions and db functions available in automation tools.
There are also wizards in the latest version of these tools guiding to tie your scripts to databases.

 

Answer by neurotic
Submitted on 4/29/2004
Rating: Not yet rated Rate this answer: Vote
but what if you are writing this automated tool urself...then how would you make
test scripts (jscript) read an external excel type file as data source?

 

Answer by Sam
Submitted on 5/7/2004
Rating:  Rate this answer: Vote
It seems as if database driven testing is very powerful and easy but can anybody give one example where it is using.

 

Answer by sangi
Submitted on 3/4/2005
Rating: Not yet rated Rate this answer: Vote
data driven test in winrunner:
Data driven test means executing a script with multiple rows of data.This data is taken  from a data source (excel sheet).
In winrunner: Go to tools , open data driven wizard, and follow the steps.
data driven test is also called parametrization.

 

Answer by Kiran
Submitted on 4/14/2005
Rating: Not yet rated Rate this answer: Vote
Can any one plz tell how to create a macro in excel and use the same in winrunner script and if possible plz give one example also.

 

Answer by Nikhil
Submitted on 5/25/2005
Rating: Not yet rated Rate this answer: Vote
It depends upon the Automated tool you are using. As in Win Runner we have internal data table and in Quick test professional we have the data table on the Screen from where you can pass the values in your scripts.

 

Answer by vt
Submitted on 2/17/2006
Rating: Not yet rated Rate this answer: Vote
we can create data driven testing using data from flat file , data table or database.
1: usind file: we  actually store the data to be used in a required format in the file.We access the file using the file
manipulation command , reads data from file  and assign  variable with  the data
2
   data table: it is an excel file. WE can store data in file and manipulate them.WE
use the ddt* functions to manipulate the data table.
3> database store data in the database and access data using  db* functions.  

 

Your answer will be published for anyone to see and rate.  Your answer will not be displayed immediately.  If you'd like to get expert points and benefit from positive ratings, please create a new account or login into an existing account below.


Your name or nickname:
If you'd like to create a new account or access your existing account, put in your password here:
Your answer:

FAQS.ORG reserves the right to edit your answer as to improve its clarity.  By submitting your answer you authorize FAQS.ORG to publish your answer on the WWW without any restrictions. You agree to hold harmless and indemnify FAQS.ORG against any claims, costs, or damages resulting from publishing your answer.

 

FAQS.ORG makes no guarantees as to the accuracy of the posts. Each post is the personal opinion of the poster. These posts are not intended to substitute for medical, tax, legal, investment, accounting, or other professional advice. FAQS.ORG does not endorse any opinion or any product or service mentioned mentioned in these posts.

 

<< Back to: comp.software.testing Frequently Asked Questions (FAQ)


[ Home  |  FAQ-Related Q&As  |  General Q&As  |  Answered Questions ]

© 2008 FAQS.ORG. All rights reserved.