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 |
Explain the check points in QTP?
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
describe some problems that u had with automating testing tool?
What are the enhancements u did after recording ur script?
Write a user defined function to count the no. of buttons existed in a webpage ? i dont want to use descriptive.create ()
How can I check if a environment variable exist or not?
can the activities of test case design be automated?
What are the framework folders?
What is the difference between qtp and selenium?
hi Action 1 and action2 if we save it in C:, what folders will be created explain plz
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example