Hi i have a webtable which is having 7 columns and 6 rows
of data in that table of 4th and 5 th column each row is
partiotioned into 3 sub rows i want to verify in each
partitioned rows of corresponding row for ex values will be
like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if
any num/num greater than 1 i want to click.
RC = Browser("BrowserName").Page("PageName").WEbTable("TableName").RowCount
For iLoop = 1 to RC
Set Link1 = Browser("BrowserName").Page("PageName").WEbTable("TableName").ChildItem(iLoop,4,"ClassName",0)
Set Link2 = Browser("BrowserName").Page("PageName").WEbTable("TableName").ChildItem(iLoop,4,"ClassName",1)
Set Link3 = Browser("BrowserName").Page("PageName").WEbTable("TableName").ChildItem(iLoop,4,"ClassName",2)
If Cint(Link1.GetRoproperty("value")) and Cint(Link2.GetRoproperty("value")) > 1 Then
Link3.Click
End If
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
How QTP recognizes Objects in AUT?
How to save your test using quicktest professional (qtp)?
Write test cases for copy and past password in password field ?
why is execute file used.
write script for how to add function library in QTP
Will down time for server and content maintenance/upgrades be allowed? how much?
how to associate object repository during runtime in qtp
How to use actions in qtp ?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
How to invoke Mozilla from QTP thru VB Script
if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks