Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search criteria check based on some filter
#3
Not Solved
Code:
'get the numbe of application in the table
i=browser("bbb").page("bbb").frame("fff").webtable("kkk").RowCount
'comparing the count number and number app displayed in table
if (i=browser("bbb").page("bbb").WebEdit("tt").getROProperty "value"
msgbox "The count number and the number of applications in the grid are same."
pcount=0;fcount=0;
for x=0 tobrowser("bbb").page("bbb").frame("fff").webtable("kkk").RowCount -1
  if browser(111).page().frame().webtable().GetCellData(i,coloumnNumber)="Matched" then
     Pcount=Pcount+1
  else
     Fcount=Fcount+1
  end if
--This woud return number of pass and fail
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  CyberArk CorePAS REST API to search for accounts pramod 0 843 06-29-2023, 03:11 PM
Last Post: pramod
  Search All Test scripts For a Function? AndyBSG 1 2,735 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,144 01-28-2014, 06:35 PM
Last Post: Suma Parimal
  Search for a string in all the files under all subdirectory Mahesh27 1 2,206 07-03-2013, 03:24 PM
Last Post: Sathiya
  Testing Search box kriday 1 2,531 06-26-2013, 08:51 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)