can any one tell me How exactly data drivent testing is done
in.explain with any example and the exact steps to fallow?
Answer Posted / 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 |
Post New Answer View All Answers
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Hi All, I need code for how to execute qtp scripts from excell sheet
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
What is Associate Repository in QTP 9.2 ?
Explain quicktest professional (qtp) testing process?
How can you give wait up to 10 seconds in qtp?
what could go wrong with test automation?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How to save your test using quicktest professional?
How can you write the scripts that operate on different objects depending on run-time information?
How many types of status are there?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Explain advantages and disadvantages kdf?
How to save your test using quicktest professional (qtp)?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)