How to identify the objects using descriptive programming
when the object property values are same, i mean in a page
10 objects are there i want to click the 6th object but all
the object property values are same? using descriptive
programming
Answer Posted / narayana
by assigning index value to each object, we can make qtp to
identify the object uniqely
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to change the priorities of the recovery scenario properties?
What is quicktest professional?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
What is the difference between Keyword Driven test and Data Driven test?
What is a Patch in QTP?
How can I change object description or check point values in qtp?
How to use Environment parameterization? Explain with an example.
What is Unicode Compatibility?
We stored into the objects OR and then write the scripting
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
what are the limitations of smart identification in qtp 9.0
How do you test DLL files using automation Tool QTP?
What is the difference between the design-time and run-time data tables?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma