Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search criteria check based on some filter
#2
Not Solved
Code:
for i=0 to browser(111).page().frame().webtable().RowCount
          if browser(111).page().frame().webtable().GetCellData(i,coloumnNumber)="Matched" then
                      Flag=True
            else
                       Flag=False
                       Exit for
             Next

if Flag=True then
            Report Pass
else
            Report Fail
End if



This will help you

Thanks
~Nilesh
Reply


Messages In This Thread
RE: Search criteria check based on some filter - by nil - 12-04-2009, 04:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  CyberArk CorePAS REST API to search for accounts pramod 0 837 06-29-2023, 03:11 PM
Last Post: pramod
  Search All Test scripts For a Function? AndyBSG 1 2,722 02-19-2015, 04:15 AM
Last Post: supputuri
  What is the criteria of identify the object based on Base & option filter properties Suma Parimal 2 3,133 01-28-2014, 06:35 PM
Last Post: Suma Parimal
  Search for a string in all the files under all subdirectory Mahesh27 1 2,199 07-03-2013, 03:24 PM
Last Post: Sathiya
  Testing Search box kriday 1 2,528 06-26-2013, 08:51 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 3 Guest(s)