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...


what is the use of descripting programming?

Answers were Sorted based on User's Feedback



what is the use of descripting programming?..

Answer / satyanarayana

We can go for descriptive programming in the following
situations
1).When application under test (AUT) is not ready.But if we
the objects and their properties then we can prepare the script
2).If same type of objects present in multiple pages then it
is difficult to maintain object repository then also we can
go for descriptive programming

Is This Answer Correct ?    4 Yes 0 No

what is the use of descripting programming?..

Answer / kk

we can improve performance if we use DP instead of using OR

Is This Answer Correct ?    1 Yes 0 No

what is the use of descripting programming?..

Answer / kiran

1) Avoiding OR
2).When application under test (AUT) is not ready.But if we
the objects and their properties then we can prepare the script
3).If same type of objects present in multiple pages then it
is difficult to maintain object repository then also we can
go for descriptive programming
4)we can improve performance if we use DP instead of using OR

Is This Answer Correct ?    1 Yes 0 No

what is the use of descripting programming?..

Answer / siva

We no need to depend on OR.
we will write the property and values in the script
statements it self. so that qtp will identify based on that
properties. no need to depend on OR

ex: window("flightreservation")winedit("userid").set "siva"
with the above example it will go to identify the userid
edit box using OR

and where as in Discriptive programming.

window("attachedtext:flightreservation")winedit
("attachedtext:userid",.......(no of values to
identify).set"siva"

Is This Answer Correct ?    0 Yes 0 No

what is the use of descripting programming?..

Answer / haribabu

hai siva

window("attachedtext:=flightreservation")winedit
("attachedtext:=userid",.......(no of values to
identify).set"siva"


this is correct script
if you want any dout
make a call i will explain


9916398678

Is This Answer Correct ?    0 Yes 0 No

what is the use of descripting programming?..

Answer / shamsher singh

There is 2 methods 1 using Object repository . 2 using
Descriptive programming.

In descriptive programming we can create own COM object and
use them in application.

Is This Answer Correct ?    0 Yes 0 No

what is the use of descripting programming?..

Answer / ram.polavarapu

-descriptive programming is used to find more similar objects.
-there is no object repository for descriptive scripting so
size of the script is less executing is fast.
ex->
print the all links in Google page

dim link
set link=description.create
link("micclass").value="Link"
set a=browser("").page("").childobjects(link)
for i=0 to a.count-1
s=a(i).getroproperty("text")
print s
next

Is This Answer Correct ?    0 Yes 0 No

what is the use of descripting programming?..

Answer / krishna

You dont have to use the Object repository.

u can write scripts using the Scenarios,u dont have to wait
for the application to come.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

what is mercury.clipboard in qtp.where we can get this in qtp tool i.e tabs

1 Answers  


Tell me about userdefined functions ?

1 Answers  


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

1 Answers   Mphasis,


in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?

0 Answers   Wipro,


how open two urls in one browser? plz urgent

9 Answers   Satyam,


could any help me please, how to work on visual foxpro application using UFT

0 Answers   NA,


How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?

1 Answers  


Why is Client side image is preferred over server side image?

0 Answers  


Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???

4 Answers  


HI! I have completed my testing course in 2008. but now am working in banking sector as a data analyst and i want to move to an IT based company but am unable to understand whether i have to complete the testing course again and try for a job .

1 Answers  


what time u r using data driven test in ur app"

6 Answers   Accenture, IBM,


How to connect to data base?

2 Answers  


Categories