Web check text value?

Hello,

I am a bit familiar with selenium. But here my question :

I need to check texts value. For it I enter a web (login/pw) make 3-4 click and this give some results. So now I have to check somes value : Eg.

Line 1 | Value X
Line 2 | Value X
Line 3 | Value X
Line 4 | Value X

If Value X > 0 This is good. (Pass)

If Value X = 0 This is not good. ( Fail ) = notification mail.


Do I have to use SPY Web to do it ? or…

it depends on how those elements look like.
you can define object programmatically, or use variable in object definition in OR.
choice is yours.

you can define object programmatically = ?

use variable in object definition in OR = ? Please can u tell more ?