Forum Discussion
Lucian
8 years agoCommunity Hero
I don't fully understand your scenario but one thing is surely wrong there namely 'if tempVar = true'. tempVar is expanding a datasource property and properties are always strings so it should be something like 'if tempVar.equals("true")'...
(from my mobile - will help you further today if needed...)
(from my mobile - will help you further today if needed...)
st-pat
8 years agoOccasional Contributor
Thnx for your help. My thing is that I have a list as a data source and according to some values (like on the jpg attached in my question where in one column the first three lines are empty) I would need to skip a certain teststep. That's from my example script, it should mean if the column is not empty then go there if it is empty go elsewhere