Forum Discussion
TanyaYatskovska
Alumni
14 years agoHi Kumar,
Based on your example, if the TargetExp_IsRef_Alog_Table variable didn't contain the object you assigned to it in the ConfMGR_TTE_VolatilityUpdates function, the test would fail. I noticed that in IsRefSelection you get one cell value:
var strText = TargetExp_IsRef_Alog_Table.Cell(0,1).innerText;
but in IsAlgorithm - a different cell:
var strText = TargetExp_IsRef_Alog_Table.Cell(0,2).innerText
I think that's expected that you get different values after executing the code above. If I misunderstand something, post the expected and actual values you want to get.