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 |
Once we get the Test Result from QTP.,I Have to convert into Excel file format..Is it possible..Can any gudie me regarding this... For Example : Total Test Case is : XXXXX Test Case passed : XXX Test Case Failed : XXX -------- Total XXXXXX ---------
Please let know the scripts for counting number of repeated letters in the word. Note repeated letter should not be count agian. Ex: If "Hello" is my word... l is coming twice.. it should count once and print... secong 'l' should not count again..
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)
Can u call winRunner scripts from QTP?
how do u handle an object without name using QTP 9.2?
What is QTP and the use of QTP in TD?
Write Descriptiv prg 4 login logn....txt bx password---txt bx ok---btn
In 1st screen,if v enter a/c no. in one field, the information of the subscriber will be displayed. The details should be displayed only in screen 3(NOTE:details should not display in screen 2).How can v do using QTP.
Can I import a excel sheet in Action1 datatable? How?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
what could go wrong with test automation?