08-06-2009, 12:24 PM
Eugen,
I am not very sure if this what you are looking for, but from what i understood i framed the below.
Let me know if this was what you were looking for ?
-basanth
I am not very sure if this what you are looking for, but from what i understood i framed the below.
Code:
checkelem = Browser("Vis").Page("Vis").WebElement("B").Output (CheckPoint("TotalB"))
checkdb = DbTable("DbTable_2").Check (CheckPoint("DbTable_2"))
If checkelem = Checkdb Then
found = true
Else
found = false
End If
Let me know if this was what you were looking for ?
-basanth
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.