how we can know qtp has used smart identification machanism
during the execution.
Answers were Sorted based on User's Feedback
Answer / jay prakash
That will be marked in the test results if QTP have used
Smart Identification during execution of the script or not.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / anil pujar
Whenever QTP uses smart identification for object
identification, it will be reflected in Test results.
Test result gives details like Smart identification is
enabled and it lists the properties used for smart object
identification(Basic Filter Properties and others).
In Object Repository, even we can see that Smart object
identification for an object is true or false.
| Is This Answer Correct ? | 3 Yes | 1 No |
Hi his is Mahesh
We can enable the smart identification at time of recrding
an object,so that will captur the not only
mandatary,assistive properties but also take basefilter
properties and optional filter properties also
during the playback it an object is not identify it will
tke manadatary and Assistiive properties here not idntify
the object it start SI to identify the object with Base
filter and optional filter properties.
| Is This Answer Correct ? | 1 Yes | 1 No |
How to map Test cases to the script? Please do anwser urgently?Thanks
How to suppress warnings from the test results page?
What is checking bitmaps?
how to write regular expression for Date field?
How to test background color and dynamic images during run time can you put the check point for moving objects?
where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code
Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/
When to use descriptive programming?
Hi All, I am using QTP for one of the Desktop application which uses Keyboard inputs like 'Tab ,F7 etc' and also mouse (Click). After recording when i am running the Script ,it is not able to recognize the keyboard inputs like F7,Tab and mouse Click because of which either i have to skip that part or manually do the inputs. Please answer how can i make script more flexible so that it will recognize both keyboard and mouse operations.
what is difference betweem class annd object?
How Does Run time data (Parameterization) is handled in QTP?
Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp