Forum Discussion

ravichandra's avatar
ravichandra
Occasional Contributor
9 years ago
Solved

Data driven testing with excel not working

I want to implement Data driven testing with excel/JDBC. Initially I want to try with excel. I followed the tutorial http://readyapi.smartbear.com/soapui/data_driven/tutorial/jdbc/source

 

I don't see any response when I run the data source first and request next, but when I run request with manual input it is working perfect. 

 

Please see the attachment.

 

 

Thanks,

Ravi

  • Simple Solution! I suspect you are running Data Source and concered test steps individually. Please run the complete test case as a whole; you should see the data from excel fed into the target test step.

     

    Please correct if I have misunderstood the context!

     

    Thanks,

    Samy

4 Replies

  • kondasamy's avatar
    kondasamy
    Regular Contributor

    Simple Solution! I suspect you are running Data Source and concered test steps individually. Please run the complete test case as a whole; you should see the data from excel fed into the target test step.

     

    Please correct if I have misunderstood the context!

     

    Thanks,

    Samy

    • ravichandra's avatar
      ravichandra
      Occasional Contributor

      same issue when I run the test case nothing displaying in transaction log tab

      • ravichandra's avatar
        ravichandra
        Occasional Contributor

        I used property transfer and data sink , then ran whole test case and it perfectly worked