Forum Discussion

jaward916's avatar
jaward916
Occasional Contributor
4 years ago
Solved

validate wValue against Project Variable in UltraGrid

Hi there,

 

I have an UltraGrid with one row, I want to make sure a column in that row is the JobNumber I created earlier on and is stored as a Project Variable.

 

I have the Property Checkpoint setup as wValue(0,2) equals Project.Variable.JobNum but it want's an explicit value (which I don't know before the test, hence variable)

how can I get this to work?

 

Checkpoint Setup:

 

 

Error:

 

I'm having one of those days, I'm sure this is an easy one for the gurus!

3 Replies

    • jaward916's avatar
      jaward916
      Occasional Contributor

      I did say it was one of those days, so previously I've done everything in script form, for this project I'm doing Keyword tests/recordings and so my options were not as obvious (to me) 

      the compare properties option works just great for this. And I think that article is what I was trying to find, but clearly my search criteria wasn't up to scratch!

       

      Thank you!

      • Marsha_R's avatar
        Marsha_R
        Champion Level 3

        I do a mixed batch of tests too.  In keywords, you can use Run Code Snippet or Run Script Routine to sneak some code in there if you need it.