I m trying to automate one vb desktop application in that
there is vblist vbcombobox many other vb tools are
there ,when i m trying to find some unique property to
identify the object (take example of vbcombobox ) I cannot
find any unique property, all the combobox belong to same
nativeclass same name no ids are available ,only the
distinct property is there x and y coordinates so i m using
some code like this
"vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y
:=443").exist(2)" but i dont find them reliable .Can anyone
suggest me some other way to identify those objects with
some unique property or is there any way to register our
own property .I m using descriptive programming to write
the code .Thanks in advance
Answer Posted / jay prakash
try "index" it will work for windows applications.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which functionalities of QTP used in banking project?
What is the difference in testing a client-server application and a web application?
How many types of status are there?
What is the new version of qtp which is recently released in the market?
how did u use automating testing tools in ur job?
How you can find length of array in qtp?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
Differentiate the type of test cases which can be automated and which cannot be automated?
How to suppress warnings from the test results page?
When to use shared and local object repository?
What are metrics and matrix?
Name the different types of recording modes?
what is the hierarchy to use properties in descriptive programming
What is the use of running the scripts in Hidden-mode in UFT?
what is the diffrence bw qtp architectute and qtp framework?