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 |
what is recovery scenario in QTP? what is the need of the recovery scenario in QTP? what are the advantages of the recovery scenarios in QTP?
How software tester can use constants and variables in scripts?
What are different types of frame works ?
How can we translate the steps between the Keyword and Expert Views?
i have to pass the testcases into userid anf password of gmail login page using functions you can take your own testcaseslike userdid should take only lowerletters it should not take special charactors and uppercase letters and password should take only numericvalues it should not take alphanumeric and alphabets
suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query
Tell about automation object model(Aom) in qtp?
what is defenetion of kiran can u tell me plz CVS, SVN
On what basis we select test cases to automate?
Can you tell me any books or websites to learn VB Script for QTP ??
how to main tain the Old scripts in qtp?
if we made any changes in shared object repository how it reflects of others like our team members?