DevOps Automation

DevOps Automation

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#DevOps
 View Only
  • 1.  testing databases with RPT

    Posted Wed February 08, 2017 05:10 PM

    Hello RPT Users,

    Has anyone tried RPT for database testing? Here's what I'm working with: 1000 of claims import from one database to another. We need to test how these database behave when importing claims. The protocol or the test nature between these databases is TCP/IP. The test script should contain SQL based request and response between database.

    Any suggestion is appreciated:)



  • 2.  RE: testing databases with RPT

    Posted Fri February 10, 2017 12:42 PM

    Hello,

    Thank you for your query. In Rational Performance Tester, there is no test extension specific to test databases as the primary interface. Using TCP/IP (socket level record/playback) for SQL database record/playback is a futile exercise in general. A better approach is to either:
    1) Use custom code using JDBC to access the DB, but this can be very low level (lots of calls), or
    2) As DB2 folks do, write an EJB on the app server that does the DB2 communication, and then use custom code to call the (higher level) EJB.

    We hope this helps answer your question.

    - Rational Performance Tester development team.



  • 3.  RE: testing databases with RPT

    Posted Fri February 10, 2017 02:59 PM

    Thank you for your expertise, Marianne! This was very helpful. 



  • 4.  testing databases with RPT

    Posted Sun February 12, 2017 01:39 PM
    Thanks a lot! This custom code will be included inside RPT or outside? Best Regards,
    Mohammed Fadin
    DevOps Specialist- Client Technical Professional
    IBM Hybrid Cloud
    IBM Middle East FZ-LLC
    Saudi Arabia Branch
    Mobile: +966 555644150
    23rd Floor, Kingdom Tower, Olaya Street,
    P.O.BOX 11533, Saudi Arabia


  • 5.  RE: testing databases with RPT

    Posted Mon February 13, 2017 03:08 PM

    The custom code would need to be written by your team outside of RPT.