Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method

1 Answers   IBM,


I got an error "The"flightres" Dialog was not found in the Object Repository. Check the OR to confirm that the object exists or to find the correct name for the object." while running the following script Set flightres=description.Create() flightres("text").value="Login" flightres("Class Name").value="Dialog" Set agent = description.Create() agent("nativeclass").value="WinEdit" agent("attachedtext").value="Agent Name:" Set pwd = description.Create() pwd("nativeclass").value="WinEdit" pwd("attachedtext").value="Password" Set button = description.Create() button("nativeclass").value="WinButton" button("Text").value="OK" Dialog("flightres").WinEdit("agent").Set "test" Dialog("flightres").WinEdit("pwd").Set "mercury" Dialog("flightres").WinButton("button").Click Please let me know if i made any mistake in the above script...?

4 Answers  


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

0 Answers  


Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.

6 Answers  


Apart from VB script What are the fundamental criteria to gain the knowledge to write QTP script without OR and recording ?

2 Answers  


hen do start automation testing after manual testing

1 Answers   Infosys,


Diff b/w WEB TESTING AND Client server testing?

3 Answers   Ordain Solutions,


what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?

2 Answers  


How many types of actions are there in quicktest professional (qtp)?

0 Answers  


suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?

4 Answers  


HI How to take screenshots of a Webpage and saving it in a external word document using QTP.

4 Answers   3i Infotech, TCS,


Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts

2 Answers  


Categories