We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
Answer Posted / dinesh1433
'Get Column number of Status from table eg: it is 5
intColNumber=5
set objTable=Browser("index:=0").page("index:=0").Webtable("index:=0")
intRowNumber=objTable.getRowWithCellText("Update") ' i have taken example of update
set objChildObject=objTable.ChildItem(intRowNumber,intColNumber,"WebElement",0)
objChildObject.click
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to get Traceability matrix from TD?
How to break the object spy ?
Explain types of descriptive programming?
I want to do QTP Certification what is the pattern of Question paper.
How to change the priorities of the recovery scenario properties?
Describe the differences between functions and actions in UFT?
How the exception handling can be done using quicktest professional?
Both static and dynamic arrays are handled by the vb script. Is it true?
How many ways is to parameterize the value?
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
How is UFT 11.5 version different from UFT 12.0?
Limitations in QTP?
when u script reveiwing in which area u more concentrates?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?