what is advantage of descripting programming in QTP?
Answers were Sorted based on User's Feedback
Answer / test
Example:Using descriptive prog.. execution will be fast when we rush to complete 3000 cases to 3 days
In the same situation, if we use repository, it takes more time..
using descriptive execution speed will be more
Disadv: Re-engineering is a problem for desciptive
| Is This Answer Correct ? | 9 Yes | 0 No |
Before u understand the concept of descriptivness programming first of we need to understand behavior of qtp in normal progarming.in normal programming first qtp understand the scripting statement then decide what action need to perform on which object.then i will go to object repository then searching for information.so maintenance is easy.
in descripting language the objects are identified in test plane only.so main advantage is performance is good rather than descripting language.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nitin sharma
Descriptive programming allows you to work with objects that
are not stored in object repository.For Example If we have
so many same name link in the application then we have no
option other than DP to find out their numbers and url.More
while DP is used when application is dynamic and object
description changes frequently.
| Is This Answer Correct ? | 1 Yes | 0 No |
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
Suppose if a functionalityis not mensioned in requirement document and but its present in application. will it be consider as a bug and viceversa?
1)Difference Between Value & RawValue?
I am Using QTP 9.1 version. I have created a Shared Object Repository. The size of Shared Object REpository is 9 MB. In my system i am able to execute the script very flexibly and it is very fast. But if i copy the same code into other system with the same configuration, it is executing very slowly(i.e dam slow). It is not happening in all machines it is in only some machines. Can please any one give th esolution. It is high priority to me as i need to give demo to client on their machines.
Could you please any body help me.for example in web table in the first row and first column there are 3 links like l1,l2,l3 having indexes 0,1,2 but second time links will change their order like l2,l3,l1 and indexes also changed how can we handle this situvation with script....
Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level, which one is commonly used. As per my knowledge, Analog is used for Graphs , barcoding or DIgital signatures.
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
I am a beginner plz tell me,how do we write scripts in QTP? In my opinion we can write scipts in expert view or there is another option where we can write scripts. plz tell me.
Which property do you use to retrieve or assign data into a cell in a Data Table object?
It is a SQL question. Write a query to find top three salaries in an EMP TABLE?
how to test Web application using QTP software
In website, protocol has been changed http:to https what you will do? tell me your approach?