can objects recogonised without repository?
Answers were Sorted based on User's Feedback
Answer / naresh
I dont know exact answer but,
Yes. In descriptive programing, we dont use object
repository. we give proprties of the object in order to
recognise it uniquely, in script.
Plz correct me if i'm wrong
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / megha s iyer
Descriptive programming is doing programming giving
description for an object in terms of value of the
properties of the object and recognising the object during
runtime without storing the object and its properties in
object repository.
For example:
If you want to identify the winedit object with the value
100 and ie editable in it we can write descriptive
programming for this in the below given manner:
Set objdesc=Description.Create()
objdesc("Class Name").value="winedit"
objdesc("text").value= "100"
objdesc("Enabled").value=True
Window("XYZ").Winedit(objdesc).Set "123"
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / suresh
Yes Naresh.. Ur absolutly correct..
U can use Descriptive Programming where object Repositary is
not necessary..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prasad vasala
yes, descriptive programming is the best way for
recognizing the objects uniquely.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bharat
Maha Lakshmi, you are wrong we can recognise objects using
descriptive programming as suggested by naresh and megha or
the other way round is we can specify the properties in the
statements itself like
Browser("name:=Google").Page("title:=GoogleHome").Link
("name:=Search").Click
You can see about Descrition.Create() in QTP help.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / maha lakshmi
please clear my doubt what is meant by "Descriptive
Programming"?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagan paruchuri
ya without object repository the object can identified by creating the desription for that object
ie, for example we have one edit box
dim oedt
set oedit=description.create()
oedit("any property").value="WinEdit"(for windows application) or "WebEdit"(for webapplications)
Browser("").page("").WinEdit("").set"XXXXXXXXXX"
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chaitanya
ya its can recognize by descriptivt progrrame
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / maha lakshmi
without repository the objects cannot be recognonised
because while we running the script,objects should be there
in the object repository
| Is This Answer Correct ? | 0 Yes | 11 No |
Plze let me know how you can validate in the QTP that printed documents is correctly printed or not ie how we can do the validation that all the records or text are printed successfully in the printed document as per the application format requuired.
In what situations QTP will not recognize the Objects?
How to execute a winrunner script in quicktest professional?
What is the default add-ins in qtp?
will QTP accepts javascript?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
How u call functions in QTP
what is verification & validation?
how to write regular expression for Date field?
what is frame work?
what is the recovery scenario?
hi This is Harish.1. What is object repositery .2. what is frame works in QTP,what is keyword driven frame work,explain it and how to associate the folders.3.the build is developed in java, can we write scripting in vb .4.what is discriptive progaram,how to write it.5.what is process of QTp testing.6. how to associate the shared repository. 7.what is implicit and explicit 8.what is runtime data please replay me regards Harish