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
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 |
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 |
In a yahoo web Application there are 65 links.one day it will opens 50 links and another day it will open 55 links.In this scenerio write Descriptive programing for Automation?....Pls write the code for this scenerio.
1 Answers College School Exams Tests, UHG,
What are table and db checkpoints?
write a regular expression pattern for xyz?123?
Can we select add ins in UFT during run time
how can i replace any text from the qtp script with some anothere text
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
How do we analyze the checkpoint results?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How to associate function library at a run time?
Hi, Can any body please tell me how to create framework in qtp & where i can get some material to learn about it. regards, rahulT