can any one tell me How exactly data drivent testing is done
in.explain with any example and the exact steps to fallow?

Answers were Sorted based on User's Feedback



can any one tell me How exactly data drivent testing is done in.explain with any example and the ex..

Answer / rajnedra

Data Driven Testing it is a retesting process of software
using an automation tool.
It is simply called as DDT.
In this we will check the software with different inputs to
test its behavior in a comprehensive way.

Here in this data driven testing as i told above we use
automation tool to check with different inputs.
For this first we need to generate a test script
We can generate this test script in two ways
1.Recording Method
2.Descriptive Programing method
IF you are begginer,then no way you will go for recording
Method ofr script generation.
After recording we will convert it into datadriven test.
here the conversion process depends on tool.
It is very easy converting a normal test into Data Driven
Test using QTP.Bocoz it has built in Excel sheet.
somewhat complex but not difficult using WinRunner in
coversion process of ordinary test into Data Driven Test.
it needs a little bit practice and you sholud follow some
procedure.
if u come for Descriptive Programming (simply DP)u should
have some knowledge on Test Script Language(TSL)or one of
VB Script or Java Script langauge.
If we use WinRunner
TSL- Test Script we use or
If we use Quick Test pro(QTP) we use
VB Script or Java script
Most of the prople use VB script for DP.

In a Nutshell i will explan finally about DDT:

1.Generate the test script using Recording method or
using DP.
2.Parameterise the test script.
3.Provide the required data.
4.Run the test script.
"Data driven test means different sets of data will drive
the test to know the software behevior."

Byee
friendz
rajendra
Rajendra_penumalli@yahoo.com
+919885262742
Hyderabad

Is This Answer Correct ?    0 Yes 0 No

can any one tell me How exactly data drivent testing is done in.explain with any example and the ex..

Answer / naresh

A small correction QTP does n't support Java script it
supports only VB script or J Script and remaining is same if
wrong correct me

Naresh.kotireddy@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Differenece betwen Project and product ? when company need project or product?

4 Answers   Accenture,


There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?

0 Answers  


I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?

1 Answers  


How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.

0 Answers  


What's QuickTest Window?

1 Answers  






If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?

7 Answers   Covansys,


how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?

1 Answers   Ordain Solutions,


What is a Run Time Data table?

1 Answers  


How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.

3 Answers   IBM, TCS,


Is there any site to download QTP....otherwise tell me the way how to get the QTP sofware??????????????????? Thnx in advance

5 Answers   Cegonsoft,


What is the extension of the qtp local repository?

0 Answers  


Suppose there is a bitmap with some text in it how do you write the script to get the text.

2 Answers   BirlaSoft,


Categories