WHAT IS THE DESCRIPTIVE programming when it is useful? &
when to use this ?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
1st Descriptive Programming is all about identifying an object
uniquely.
descriptive programming in QTP means whenever qtp facing
dificulty with obj identification then we will go with
regular exp or desc prog it means identifying obj unique
prop from the script itself.ex:vbwindow("").vbedit
("attached text:=username").set cdbjd
2nd answer
without using the objectrepository, and by using the
objectspy we will write the DESCRIPTIVE programming .when
ever we will go to DESCRIPTIVE programming :-
(1).when ever objects are dynamicaly changing.
(2).when ever QTP is not going to recognise the objects.
(3).when ever objectrepository size is huge automatically QTP
wil get down slow.
(4).when ever not yet develop the build then only we will use
DESCRIPTIVE programming .
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anand
without using object repository and writing the script
using properties of objects is the descriptive programming.
by using this programming we can write the sscript at the
time of design itself.no need to wait for completion of
code and we can save the memory of object
repository,because the repository stores properties of
every objects at each occurence.due to this there may be
slow down of tool performance.we should have one project
experiance for writing the script at design phase.
if any queries call me at
9293739871
Anand
Is This Answer Correct ? | 0 Yes | 0 No |
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
what is run-time object property in Object spy in QTP9?
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
what will be there in keyword view and expert view?
What is the virtual object?
Waht is User interface and Integration Testing?
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
Can you tell me any books or websites to learn VB Script for QTP ??
what are the Tools for version control?
four browser are open same application i want to enter 3browser how?