Answered Questions

  • How to test a SQL Query in Winrunner?without using DataBase CheckPoints?

    babu

    • Aug 15th, 2007

    Show stopper means in application we are not able to go further to access it for eg. if the login screen does not allow the user to enter means, you cannot go further, so it stops the entire show.

    Adith

    • Jul 13th, 2007

    Db_connect("session name", Connection String)db_execute_query("session name", SQL Query, Record_Number);for(i=0;i<Record_Number;i++){db_get_row("session name",i, rdata);}db_disconnect("session name");