08-05-2009, 01:47 AM
I need to check that my output from my DB checkpoint equals a stored value on my web page. So I have the 2 values stored in my Global list, I just need to check whether they are the same. Numeric values
I'm using QTP 9.5
So far I have:
and want to compare the #s I have from each line above.
Thank you!
I'm using QTP 9.5
So far I have:
Code:
Browser("Vis").Page("Vis").WebElement("B").Output CheckPoint("TotalB")
DbTable("DbTable_2").Check CheckPoint("DbTable_2")
Thank you!