Forum Discussion

chaneyc's avatar
chaneyc
Contributor
11 months ago

Compare copied text to what is in DB Table

For a keyword test, how can I compare a copied text to see if it is showing in a DB Table? I already know it is in there, just need a test to do checkpoint test.

1 Reply

  • rraghvani's avatar
    rraghvani
    Champion Level 3

    I'm not sure how you are connected to your database, but you need to extract the value from your table and store it into a variable, which you can then compare with the value you have copied - store this into a variable too.