Re: Need help with executing DB query in two different places in a test

2014-05-19 Thread Tim Roberts
Sunitha Byju wrote: > >I am trying to automate an ecom website. I need to run DB query after >placing each order. I don't know how to run different queries after >each order. Can someone help me out with having queries after each >order submission or test? Well, what's your primary key? Afte

Need help with executing DB query in two different places in a test

2014-05-19 Thread Sunitha Byju
I am trying to automate an ecom website. I need to run DB query after placing each order. I don't know how to run different queries after each order. Can someone help me out with having queries after each order submission or test? If you notice, I'm calling self.database_verification() after