1.IF SOME OBJECT IN APPLICATION IS NOT IDENTIFIED BY QTP?
HOW WILL YOU OVERCOME THIS?
2. WHEN AND WHYDO U GO FOR DESCRIPTIVE PROGRAMMING?
3. WHAT IS THE DIFFERENCE BETWEEN VB AND VBA?
4.WHAT ARE THE REGULAR EXPRESSIONS YOU USED?
5.IF ANY REQUIREMENT IS ADDED IN YOUR PROJECT, HOW WILL YOU
PROCEED TO DERIVE THE TEST CASES AND HOW WILL YOU PERFORM
AUTOMATION FOR IT?
Answers were Sorted based on User's Feedback
Answer / swetha
1.if any object is not identified by the qtp then go to the
object repository and change the property of that particular
object and the another way is through script i.e by using
setTOProperty
2.when the performance need to be high bcoz object
information is present in the program itself as per my
knowledge is concerned
4.whenever any object property value is frequently changing
due to this qtp fails to identify that object to overcome
this we go for regular expressions.
5.as per my knowledge is concerned first of all if any new
requirements are added and build is released to testing
department then they will analyze whether this new
requirement has any impact on the existing functionality if
so then related script is generated and regression testing
is performed
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / ram
if objects are not recognized by Qtp then will go for
assistive if those are not sufficient will go for ordinal
identifier
we can use this programming to recognize the similar type of
objects
| Is This Answer Correct ? | 0 Yes | 3 No |
Can we run multiple QTP scripts one after the other without manual intervention? How?
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
What is the maximum size of Object Repository in QTP 8.2?
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
Pls let me know completely about descriptive programming, where it is used, pls explain with a real time example of its occurence and the program code written in qtp.
what is mean by soi in object identification
What is the difference between link and hyperlink?
Can i run the qtp, without OBJECT REPOSTIRY...
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
How does you pass optional arguments in qtp?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.