In smart identification, explain about 1. Base filter
properties 2. optional filter properties with examples?
Answers were Sorted based on User's Feedback
Answer / amit
Plss dont copy and paste from help files. Rather mention
things that are easy to understand from real life examples
and experiences.. We have the above paras in QTP help file !!
Is This Answer Correct ? | 29 Yes | 1 No |
Answer / kathir
Base filter: fundamental properties of particular test
object class, those whose values can't be canged without
changing the essence of original object.
Optional filter: Other properties can help to identify
objects of a particular class as they are unlikely to
change on a regular basis but which can be ignored if they
are no longer applicable.
Is This Answer Correct ? | 11 Yes | 3 No |
How to use descriptive programming?
In QTP how can we recognize objects Without using Object Repository?
explain qtp framework by taking an example?
IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
what is the advatages of merging of object repositories in Qtp9.0
what is the difference between data driver & data driven and driver script?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is the difference between property and method?