If you are using descriptive programming and you have two
objects with the same name, so you are identiying them by
name and index, how can you avoid errors if a third object
with the same name is added at the begining of the page?
Answer Posted / litan
Normally like this Scenario we are not going for
Index.Instead of Index you can use Properties like
innertext with regular expression.
lstrGetcelldata=Browser("micclass:=Browser").Page
("micclass:=Page").WebTable("html
tag:=TABLE","Index:=6").GetCellData(2,2)
lstrCellData=Browser("micclass:=Browser").Page
("micclass:=Page").WebTable("innertext:=Custom
Parameters.*").GetCellData(lintCounter,1)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can any body give the banking domain concepts/links
Explain about datafile/verification of date file when file is not available in local system?
Difference between action & Reusable action?
What is the parameterization? Give one example?
What are the steps involved in recovery scenario wizard?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Will down time for server and content maintenance/upgrades be allowed? how much?
What are the views available in quicktest professional (qtp)?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
What Folder Structure following in Keyword Driven Frame work?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How to use Environment parameterization? Explain with an example.
can i compare two databases using QTP ?
how can i pass a "cript"as a parameter in to a function