what are the disadvantages of descriptiveprograming
Answers were Sorted based on User's Feedback
-> QTP wont automatically provide the lines of code
while recording. By default QTP follows Object Repository
method.
-> Writing script for objects with multi fields proves
the line of code to be very lengthy and difficult to
comprehend.
-> DP by itself wont support smart identification, if
at any case the object identification properties wont
exactly match.
-> It is not easy to specify regular expression for
object identification if we are using DP.
-> DP is not supportive to insert checkpoints
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ss
writing code takes a lot of time because we need to write
every character in the code.
To my knowledge, since there is no OR, there is no central
control over the script. If OR is htere, we can add the
properties easily to the objects
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / chaitu
It is not possible to implement in All areas of an
Application that means simple Test case may be takes alot
code.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / debasis
the exact point for the question is when the property & value
pair changes,we need to change each variable that stores the property & value Pair used in scripting,which is very time consuming.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / naren
In addition to the above ans one more important point is
The scripts developed using DP is not easily understand and
executed by the other members
| Is This Answer Correct ? | 1 Yes | 3 No |
Explain Descriptive Programming Types with Examples?
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
After i ran the Test in Batch mode i didn't get any results. Can any one let me know how it can be done?
Hi... Can anybody help me to write the vbscript for this question..!!! Am having a string "HELLO WORLD", i want to find how many "L"s are there.....????? --> HANEEF <--
Suppose U change the script whether it affect the object properties of the object in the object repository
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
Can we Script any test case with out having Object repository? or Using Object Repository is a must
What is the difference between QTP 8.2 object repository and QTP 9.2 object repository Any body have an please give Answer Mail id: nagireddy.sn@gmail.com
What is the scripting language used in QTP?
How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....
how to retrive that the number of spaces are in a string ????
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?